How to open TCP port in Ubuntu 10.10 ?
feedback
|
migrated from stackoverflow.com Oct 13 '10 at 7:57
This question came from our site for professional and enthusiast programmers.
| |||||
feedback
|
|
Your question needs a lot more detail:
That said, if you have the "typical" home setup (one or more computers hooked up to a combined switch/router with Internet uplink via DSL or cable): Typically the switch/router/modem combo has a built-in firewall. You'll probably need to open a port there. Usually these devices have a web interface for configuration, look into your manuals. | |||
|
feedback
|
|
Shooting in the darkness:
Now there is a rule in your ubuntu firewall allowing external access to your 80 port. If you want more specific rule see | |||
|
feedback
|
|
I suggest Netcat: The very basic way to do that (via Netcat) is:
Example:
| ||||
|
feedback
|