Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Server Platforms
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Server Platforms
Discussion regarding any server based ubuntu release.

 
Thread Tools Display Modes
Old November 5th, 2004   #1
HungSquirrel
Ubuntu Extra Shot
 
HungSquirrel's Avatar
 
Join Date: Oct 2004
Location: Mobile, AL, USA
Beans: 336
Ubuntu 8.10 Intrepid Ibex
Send a message via AIM to HungSquirrel Send a message via MSN to HungSquirrel
What's port 884?

What's Ubuntu using it for, and can I safely close it?

Code:
$ sudo nmap -sV localhost

Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-11-05 00:37 CST
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1655 ports scanned but not shown below are in state: closed)
PORT    STATE SERVICE VERSION
22/tcp  open  ssh     OpenSSH 3.8.1p1 (protocol 2.0)
111/tcp open  rpcbind 2 (rpc #100000)
631/tcp open  ipp     CUPS 1.1
884/tcp open  unknown

Nmap run completed -- 1 IP address (1 host up) scanned in 6.468 seconds
HungSquirrel is offline   Reply With Quote
Old November 5th, 2004   #2
jdodson
Dark Roasted Ubuntu
 
jdodson's Avatar
 
Join Date: Oct 2004
Location: portland oregon USA
Beans: 640
Re: What's port 884?

it looks like it is an undefined port number. i wouldnt worry too much about closing it, unless you break something then

info here
__________________
legen of the green dragon - a fun MiniORPG web game I host. Join us, its fun!
jdodson is offline   Reply With Quote
Old November 5th, 2004   #3
mr_ed
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Location: Ottawa, Canada
Beans: 130
Ubuntu 7.10 Gutsy Gibbon
Re: What's port 884?

Funny... I have 22, 25, 111, 139, 445, 631, and 650 open.

The 650 is unknown.

How come there's so many services running? Good thing I'm behind a hardware firewall. Is there a GUI way to shut all this stuff off, or do I need to go into /etc/init.d and remove a few symlinks?
mr_ed is offline   Reply With Quote
Old November 5th, 2004   #4
jdodson
Dark Roasted Ubuntu
 
jdodson's Avatar
 
Join Date: Oct 2004
Location: portland oregon USA
Beans: 640
Re: What's port 884?

Quote:
Originally Posted by mr_ed
How come there's so many services running? Good thing I'm behind a hardware firewall. Is there a GUI way to shut all this stuff off, or do I need to go into /etc/init.d and remove a few symlinks?
no gui way to do it in the native ubuntu install, you
can do this though. strange that you have so many ports open, ubuntu by default should have no ports open.
__________________
legen of the green dragon - a fun MiniORPG web game I host. Join us, its fun!
jdodson is offline   Reply With Quote
Old November 6th, 2004   #5
khc
Gee! These Aren't Roasted!
 
Join Date: Oct 2004
Location: Cailfornia, US
Beans: 187
Re: What's port 884?

Quote:
Originally Posted by HungSquirrel
What's Ubuntu using it for, and can I safely close it?

Code:
$ sudo nmap -sV localhost

Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-11-05 00:37 CST
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1655 ports scanned but not shown below are in state: closed)
PORT    STATE SERVICE VERSION
22/tcp  open  ssh     OpenSSH 3.8.1p1 (protocol 2.0)
111/tcp open  rpcbind 2 (rpc #100000)
631/tcp open  ipp     CUPS 1.1
884/tcp open  unknown

Nmap run completed -- 1 IP address (1 host up) scanned in 6.468 seconds
nmap'ing localhost won't show you anything useful. Ubuntu by default has no open port _to_the_outside_world_. The results you get are ports that you can connect to from your own machine. In order to get the real result, you need to nmap your machine from some place else on the network.
khc is offline   Reply With Quote
Old November 6th, 2004   #6
HungSquirrel
Ubuntu Extra Shot
 
HungSquirrel's Avatar
 
Join Date: Oct 2004
Location: Mobile, AL, USA
Beans: 336
Ubuntu 8.10 Intrepid Ibex
Send a message via AIM to HungSquirrel Send a message via MSN to HungSquirrel
Re: What's port 884?

I know. I just want to know what service the port is for, and if I need the service running.
__________________
$ whatis themeaningoflife
themeaningoflife: not found
HungSquirrel is offline   Reply With Quote
Old November 6th, 2004   #7
khc
Gee! These Aren't Roasted!
 
Join Date: Oct 2004
Location: Cailfornia, US
Beans: 187
Re: What's port 884?

Quote:
Originally Posted by HungSquirrel
I know. I just want to know what service the port is for, and if I need the service running.
sudo netstat -l -p --numeric-ports -tcp
khc is offline   Reply With Quote
Old November 6th, 2004   #8
HungSquirrel
Ubuntu Extra Shot
 
HungSquirrel's Avatar
 
Join Date: Oct 2004
Location: Mobile, AL, USA
Beans: 336
Ubuntu 8.10 Intrepid Ibex
Send a message via AIM to HungSquirrel Send a message via MSN to HungSquirrel
Re: What's port 884?

I just rebooted, and now the unknown port I have open is 664, which doesn't show up in the output of netstat -l -p --numeric-ports -tcp.
__________________
$ whatis themeaningoflife
themeaningoflife: not found
HungSquirrel is offline   Reply With Quote
Old November 7th, 2004   #9
WW
Fresh Brewed Ubuntu
 
Join Date: Oct 2004
Beans: 1,532
Re: What's port 884?

I don't understand the technical details, but I bet the unknown port is connected to famd. Try this sequence of commands:
Code:
sudo nmap -sS 127.0.0.1
pmap_dump
The first will probably show an open port whose "SERVICE" is "unknown". In the output of the second, you will see that this port is associated with something called sgi_fam. sgi_fam is connected to famd... somehow. So this "unknown" port is normal. Perhaps an expert could fill in the details...?
WW is offline   Reply With Quote
Old November 7th, 2004   #10
HungSquirrel
Ubuntu Extra Shot
 
HungSquirrel's Avatar
 
Join Date: Oct 2004
Location: Mobile, AL, USA
Beans: 336
Ubuntu 8.10 Intrepid Ibex
Send a message via AIM to HungSquirrel Send a message via MSN to HungSquirrel
Re: What's port 884?

You were quite right.
__________________
$ whatis themeaningoflife
themeaningoflife: not found
HungSquirrel is offline   Reply With Quote

Bookmarks

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

Forum Jump


All times are GMT -4. The time now is 05:32 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry