On Mon, Oct 20, 2003 at 04:13:20PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote:
> In article <[EMAIL PROTECTED]> (at Mon, 20 Oct 2003 01:52:57 -0500), "Adam
> Majer" <[EMAIL PROTECTED]> says:
>
> > In lpd/lpd.c it seems to listen() on all of the sockets.... I don't know why
> > it would not show in
> >
> > # netstat -tan
> > tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN
> >
> :
>
> Hmm, a bug with /proc/net/{tcp,tcp6} may hide some entries.
> I think -test8 is okay.
>
> Are you sure if it is NOT listening on that port?
Ahh, you are right!
[EMAIL PROTECTED]:~$ nmap localhost
PORT STATE SERVICE
515/tcp open printer
[EMAIL PROTECTED]:~$ nmap -6 ::1
PORT STATE SERVICE
515/tcp open printer
Thanks,
Adam