Hi,
I am trying to learn how to open port for incoming and outgoing traffic using TCP/IP Connection to port 705/tcp.
So I need to add a line to /etc/sysconfig/ipchains. Also do I need two lines since I want to allow incoming and outgoing traffic or does one line do both?
Would this be correct?
-A input -p tcp -d 0/0 705 -j ACCEPT
Thanks
I am trying to learn how to open port for incoming and outgoing traffic using TCP/IP Connection to port 705/tcp.
So I need to add a line to /etc/sysconfig/ipchains. Also do I need two lines since I want to allow incoming and outgoing traffic or does one line do both?
Would this be correct?
-A input -p tcp -d 0/0 705 -j ACCEPT
Thanks