Discussion:
nmap
R. Bradley Tilley
2002-02-08 13:32:57 UTC
Permalink
Should an AMANDA client have port 10080 open?

When I run nmap on my AMANDA server (which is also an AMANDA client) I only
see ports 10082 amandaidx and 10083 amidxtape. Port 10080 is shown to be
closed. Should 10080 be open?

Thanks!
John R. Jackson
2002-02-08 16:15:21 UTC
Permalink
Post by R. Bradley Tilley
Should an AMANDA client have port 10080 open?
Only if you want it to work :-).
Post by R. Bradley Tilley
When I run nmap on my AMANDA server (which is also an AMANDA client) I only
see ports 10082 amandaidx and 10083 amidxtape. Port 10080 is shown to be
closed. ...
TCP or UDP? 10082 and 10083 are TCP and should be ready to accept
connections on a server (but not on a client). 10080 is UDP and should
be ready to accept connections on a client.

$ config.guess
sparc-sun-solaris2.6
$ netstat -an | egrep '^TCP|^UDP|\.1008[0-9]'
UDP
*.10080 Idle
TCP
*.10082 *.* 0 0 0 0 LISTEN
*.10083 *.* 0 0 0 0 LISTEN

This assumes you have not changed the suggested service name or port
numbers, etc.

John R. Jackson, Technical Software Specialist, ***@purdue.edu

Continue reading on narkive:
Loading...