LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-24-2006, 01:47 PM   #1
jak2586
Member
 
Registered: Mar 2006
Location: UK, England, Staffordshire
Distribution: Mandriva 2006, Ubuntu 5.10
Posts: 35

Rep: Reputation: 15
open port advice


hey guys, i ran nmap on myself and found something interesting, wondered if someone could explain it?

before you tell me to google it, i have and found this:

623 tcp aux_bus_shunt Aux Bus Shunt
623 udp aux_bus_shunt Aux Bus Shunt

a unknow service on 623, the only way i can explain it is the connection to my router?

Code:
Interesting ports on localhost (127.0.0.1):
(The 1660 ports scanned but not shown below are in state: closed)
PORT     STATE SERVICE
111/tcp  open  rpcbind
623/tcp  open  unknown
6000/tcp open  X11
also i found this in ps x, mingetty on a google search show me its something to do with "getty" but i dont understand

Code:
 5478 tty1     Ss+    0:00 /sbin/mingetty tty1
 5479 tty2     Ss+    0:00 /sbin/mingetty tty2
 5480 tty3     Ss+    0:00 /sbin/mingetty tty3
 5481 tty4     Ss+    0:00 /sbin/mingetty tty4
 5482 tty5     Ss+    0:00 /sbin/mingetty tty5
 5483 tty6     Ss+    0:00 /sbin/mingetty tty6

thanks in advance
 
Old 03-24-2006, 02:46 PM   #2
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
the second half: this is the program "mingetty" waiting for input on tty1 ..tty6 - these are your virtual consoles - you reach them by CTRL+ALT+1 ... to ...6
- nothing to worry about.

6000/tcp open X11
- your X server is listening on this port - if you don't need it to - reconfigure the startup-options for it.
If you use a display-manager like gdm you do this in it's configuration file - otherwise via the config-file for the startup script (startx) - I can't be more specific here.
the option you need to add to disable the server listening on that (or any) port is: -nolisten tcp
 
Old 03-24-2006, 03:50 PM   #3
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Originally Posted by jak2586
hey guys, i ran nmap on myself and found something interesting, wondered if someone could explain it?

before you tell me to google it, i have and found this:

623 tcp aux_bus_shunt Aux Bus Shunt
623 udp aux_bus_shunt Aux Bus Shunt

a unknow service on 623, the only way i can explain it is the connection to my router?

Code:
Interesting ports on localhost (127.0.0.1):
(The 1660 ports scanned but not shown below are in state: closed)
PORT     STATE SERVICE
623/tcp  open  unknown
netstat -lp | grep 623

This should return the pid/executable name of the application that has the port open.
you can proceed from there.

i.e.
Code:
itg-debian:~# netstat -lnp | grep 22
tcp6       0      0 :::22                   :::*                    LISTEN     3788/sshd
port 22 is being held open by sshd with a processID of 3788
so now I know a bit more about what it is and how to kill it if need be.
 
Old 03-24-2006, 04:13 PM   #4
jak2586
Member
 
Registered: Mar 2006
Location: UK, England, Staffordshire
Distribution: Mandriva 2006, Ubuntu 5.10
Posts: 35

Original Poster
Rep: Reputation: 15
cheers guys, great help!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to open a particular port. kumar.d Linux - Networking 1 01-30-2006 12:07 AM
cannot SFTP to SUSE 9.2 box, port 22 open, can putty in though using same port. jgrady Linux - Networking 6 03-29-2005 08:44 AM
Hosting for open source projects (advice) unholy Programming 1 12-04-2004 06:36 PM
Looking for advice on these ports that are open- and which I should shut down. hiplainsdrifter Linux - Networking 5 04-15-2004 10:05 AM
firewall.rc.config says :"open port 8080" but nmap says port is closed saavik Linux - Security 2 02-14-2002 12:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration