Dear all, In my office i using 2 connection (Wireless connection direct to ISP "A" and backup connection to ISP "B" with ADSL Modem), how to configure Linux iptables (gateway) so when connection to ISP "A" down client can still work with ISP "B" without reconfiguration at client computer (see network diagram B). Network diagram "A" (current) ============================= ISP "A" : : : \/ :-----------------: :LINUX ROUTER/GW : :eth0 202.x.x.1 : :eth1 172.16.x.100: :-----------------: /\ : : \/ :-----------------: :Client computer's: :-----------------: /\ : : \/ :--------------------: :ADSL MODEM/ROUTER/GW: :eth0 Dynamic : :eth1 172.16.x.200 : :--------------------: /\ : : ISP "B" ============================================= Network Diagram "B" ISP "A" ISP "B" : : : : : : \/ \/ :-----------------: :-----------------: :LINUX ROUTER : :ADSL MODEM/ROUTER: :eth0 202.x.x.1 : :eth0 Dynamic : :eth1 172.16.x.100: :eth1 172.16.x.200: :-----------------: :-----------------: : : : : : : ----------------------------- : : : :-----------------: :LINUX GATEWAY : :eth0 172.16.x.1 : :-----------------: : : : Client Computer's Regards, David Kandou