Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to open ports in Linux

Reply
Thread Tools Display Modes

How to open ports in Linux

 
 
KING1947@gmail.com
Guest
Posts: n/a

 
      03-24-2006, 09:57 AM
Hi All,

I am newbie in linux
I have the need to open the port 8000 in my linux box. I do not have
any firewall or serurity tools enabled.

Help is highly aprreciated

Thank You,
Kk

 
Reply With Quote
 
 
 
 
Senthil Murugan
Guest
Posts: n/a

 
      03-24-2006, 10:44 AM
What do you mean by opening a port when you donot have your firewall.
Do you meant to say you want some programs to listen in port 8000? or
you have a program listening in port 8000 and you want to access it
from outside the machine? In the second case if no firewall is there,
you should be able to access it from outside the machine

 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      03-26-2006, 04:04 PM
> have the need to open the port 8000 in my linux box. I do not have
> any firewall or serurity tools enabled.


First, you might like to know what ports are open in your linux box
..... try for your linux box.

#nmap -sT -O localhost

Are you sure you don't have any firewall configured? If yes, for
iptables ... should you are connected via ethernet.

iptables -A INPUT -p tcp -i eth0 --dport 8000 -j ACCEPT



--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ports open Bikini Browser Windows Networking 7 02-06-2007 07:09 AM
How do I open all my ports?? J Lunis Wireless Networks 5 09-24-2006 04:09 AM
How to open ports in Linux KING1947@gmail.com Linux Networking 0 03-24-2006 09:57 AM
Open ports for two IPs Joerg Reutershan Network Routers 2 03-13-2005 03:00 AM
Ports open or not??? Nigel Linux Networking 2 02-05-2004 10:55 AM



1 2 3 4 5 6 7 8 9 10 11