My gateway is running FBSD 5.1 RELEASE. The first NIC connects to the Internet through a cable modem and has a dynamic IP address. The second NIC connect to the network with an IP address of 192.168.X.X
Quote:
/sbin/iptables -A PREROUTING -t nat -p tcp -d 212.???.???.53 -j DNAT --to 192.168.0.2
|
Do I just enter this at the CLI? Changing 212.???.???.53 to 192.168.X.X?
I did a 'whereis' and could not find IPTABLES on my system. Is it necessary to use this command, or can I edit a config file?
I also saw somewhere that said you had to recompile your kernal after applying these changes?
Here are a couple of links I found regarding IPTABLES, but I'm still lost
http://www.experts-exchange.com/Secu...8.html#9141055
http://www.linuxquestions.org/questi...002/09/2/30133
Thanks!