Re: linux: router: -problem



Hi,
Can't understand what you really want to do :)
Can't you just use for WAN 192.168.0.70/24 (by the way this can't be a
public IP) and for LAN 192.168.1.70/24, then setup NAT (iptables -t nat
-A POSTROUTING -o eth0 -j MASQUERADE)?

.