search for: publicnetwork

Displaying 1 result from an estimated 1 matches for "publicnetwork".

2006 Dec 07
0
Problem with re-directing from to sources to one server
...it doesn't work. below are my set of rules. Can anyone tell me a how this can be done? Here is the setup. mynetwork 172.31.0.0/21 eth0 172.31.4.254 my network interface eth1 192.168.14.1 interface to downtown which on that network's side routes to 10.0.0.0/9 eth2 publicIP to the internet publicnetwork.100 is the virtual address on eth2 called eth2:100 172.31.5.100 is the private ip address of the server I want reached 192.168.14.10 is the virtual ip address on eth1 called eth1:10 $IPT -t nat -A PREROUTING -d publicnetwork.100 -j DNAT --to-destination 172.31.5.100 $IPT -t nat -A POSTROUTING -s...