PDA

View Full Version : Open Ports?


SaCeR
30th May 2005, 10:36 PM
I know that i can open port in: "System Settings -> Security Level" in the bottom like this: 137:tcp...
but what shall i write if i will open more?
like port 137, 138 and 139... or 80 and 137..?

bytesniper
30th May 2005, 10:40 PM
i assume you want the easiest way to accomplish it so run:
/etc/sysconfig/system-config-securitylevel

Its a GUI for iptables.

huw-l
30th May 2005, 10:45 PM

other ports accepts a comma separated list

443:tcp,137:udp,139:upd

etc

SaCeR
30th May 2005, 10:48 PM
great thx huw-l.. that sovled my "problem" ;)