hi!
i need to open up tcp port 20000 to allow a specific program to connect to the e-smith server.
i run the approriate ipchains command (/sbin/ipchains --append input -p tcp -s 0/0 20000 -d 192.168.0.253 20000 -j ACCEPT) but the server is still refusing telnet connections from other computers (when i try it locally everything is fine).
is there another mechanism that prevents telneting into the box on port 20000?
PAT