Joseph McCrary wrote:
[joe@localhost ~]$ netstat -lp
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign
Address State PID/Program name
tcp 0 0 *:32769
*:* LISTEN -
tcp 0 0 *:printer
*:* LISTEN -
tcp 0 0 *:sunrpc
*:* LISTEN -
tcp 0 0 *:auth
*:* LISTEN -
tcp 0 0 *:ssh
*:* LISTEN -
tcp 0 0 *:ipp
*:* LISTEN -
So there is something listening on the ipp port (probably cups).
Try firing up a browser and browsing to http://localhost:631/
What happens?
Paul.