Hi folks, I have configured NAT for 1 Inet connection : iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE - working solution I use 10.105.105.x internal IP addresing Now I have a second one Inet connection (eth2). How to make MASQUERADE like this: 1st Inet - MASQUERADE for 10.105.105.100-105 2nd Inet - MASQUERADE for 10.105.105.xx for all except 100-105 Basicly to use the same IP addresing for both Inet connections Thanks in advance Rimas