Results 1 to 2 of 2
Hello,
a quick question, how do i open/enable a port ? ( I don't have firewall) i know nmap localhost will list all the open ports, but what if i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-26-2005 #1Just Joined!
- Join Date
- Sep 2004
- Location
- Sydney, Australia
- Posts
- 42
How to open Ports ?
Hello,
a quick question, how do i open/enable a port ? ( I don't have firewall) i know nmap localhost will list all the open ports, but what if i want to open or close a particular port (firewall is disabled ) My distro is FC3?
- 05-26-2005 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Belgrade, S&M
- Posts
- 177
I suppose you could use netcat:
also take a look at man nc.Code:nc -l portnumber


Reply With Quote
