Click to See Complete Forum and Search --> : ipchains specific configuration


*nixX
03-19-2002, 08:15 PM
Hello,
I am wondering how to input the proper commands to configure my server for the following:
I have vnc running for remote control from my win2k system and I have ftp enabled to transfer files between the two systems.

I want to configure ipchains so that 172.16.0.2 255.255.0.0 is the only ip that can access ports 21, 111, 5801, 5901, 6000, and 6001.

On port 80 I want to allow access from all ip's

NUtack97
03-20-2002, 12:08 AM
This may or may not help you, but try pmfirewall (http://www.pointman.org) for a general firewall utility. At the end of the setup routine, it asks you if you want to open any ports an to whom. That should make it easy for you. Also makes a good masquerading/NAT setup.

*nixX
03-20-2002, 09:40 AM
thanks for the reply,
I will try it out when I get home.