hi list,i have a problem, we have a webserver behind a firewall. the firewall had one public IP address and was working fine. today i added a second nic to the firewall, with a different public IP address. and i want to use both public addresses to access the webserver.i did read larct howto for this case (http://www.lartc.org/lartc.html#AEN267) and made an script with it, but it is not working as expected. all response packets to requests to nic with second ipP2_NET=XX.220.XX.176IF2=eth3IP2=XX.220.XX.178P2=XX.220.XX.177ip route add $P1_NET dev $IF1 src $IP1 table T1ip route add default via $P1 table T1ip route add $P2_NET dev $IF2 src $IP2 table T2ip route add default via $P2 table T2ip route add $P1_NET dev $IF1 src $IP1ip route add $P2_NET dev $IF2 src $IP2ip route add default via $P2ip rule add from $IP1 table T1ip rule add from $IP2 table T2