Hello.. Here is the problem: I have two routers connected to two different providers. Both routers have internal interfaces in my LAN. router1 provider1<----------->eth0---------linux---------eth1<------------>LAN (192.168.49.101) router2 provider2<----------->eth0---------linux---------eth1<------------>LAN (192.168.49.10) Nowadays all clients in LAN have set up router1 as the default gateway so all traffic is forwarded to this router1 (www e.g.). Now I'd like to forward all www traffic to router2 from all my clients. I know this should be done on router1 with some iptables rules but I'm rather fresh in netfilter so if it possible please help me ;) Thanks, Marcin