answersLogoWhite

0

TO OPEN THE PORT 139 DO THE FOLLOWING...... Do the following as root from a command prompt

/sbin/iptables -p tcp --sport 137:139 -j ACCEPT

If you're using multiple NIC's, it's advisable to enable them on your internal network only, by specifying the -i <interface> option.

And you can add it to a local start-up script like /etc/rc.local so that it's enabled at every boot.

DEBASIS.

HP TECHNICAL MENTOR

User Avatar

Wiki User

16y ago

What else can I help you with?