Hi! I want to setup a firewall router, so that three internal LANs are masqueraded through three external IP-Addresses. eg: router itself --> 60.10.20.50 192.168.1.0/24 --> 60.10.20.51 192.168.2.0/24 --> 60.10.20.52 192.168.3.0/24 --> 60.10.20.53 I experimentated with ipchains v1.3 and iproute2, but it didn't work. Can IP NAT handle such jobs, or is it just for "simple" IP<-->IP mapping? Christoph. |