Click to See Complete Forum and Search --> : Looking for help from the experts!


xskam
09-14-2001, 08:28 AM
I trying to takling this problem with no luck. After much reading still nothing. I have a Linux box (red hat 7.1)with 2 nics, 192.168.10.1 (public side) and 170.153.46.114 (private side). On the 192.168.10.x side there is a nt server running IIS (IP 192.168.10.2). I need everyone from the 170.153.46.114 side to ftp to the ntserver on the 192.168.10.x side. I cannot figure out the configuration of ipchains that will need to set. Also the 192.168.10.x side needs no access to the 170.153.46.x side.

Hope this isnt to confusing. If someone could please help i'd greatly appericated.

Thanx :confused:

xskam
09-14-2001, 10:46 AM
Anyone?, Please.

zorlac
09-14-2001, 05:25 PM
unless this private side is the internet I don't know why you would need ipchains what you need to do is configure you box to route between those interfaces and then point your other boxes to your linux box as a gateway. To configure your box as a router you need to do something like this

sysctl -w net.ipv4.conf.eth0.forwarding=1
or
sysctl -w net.ipv4.conf.eth1.forwarding=1
depending on which interface you want forwarding packets you could really do it to both. Hope this helps a little