Re: Anyone know about Netstat?
- From: Bill Marcum <bmarcum@xxxxxxxxx>
- Date: Tue, 28 Nov 2006 23:31:37 -0500
On 28 Nov 2006 19:48:20 -0800, amerar@xxxxxxx
<amerar@xxxxxxx> wrote:
Hi All,
I'm trying to configure my new server to be like my old server. I'm
having some issues with the output of Netstat.
I do not understand the 3 colons (:::) and why they do not have
0.0.0.0:port# as my old server does.....
Does anyone understand this output? Where can I go to fix this?
The three colons represent ipv6 address 0:0:0:0:0:0:0:0:port
You can configure the daemons which listen on those ports to listen only
on ipv4.
Thanks in advance!
netstat -atn
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:907 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 :::993 :::* LISTEN
tcp 0 0 :::995 :::* LISTEN
tcp 0 0 :::110 :::* LISTEN
tcp 0 0 :::143 :::* LISTEN
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
--
Faster, faster, you fool, you fool!
-- Bill Cosby
.
- Follow-Ups:
- Re: Anyone know about Netstat?
- From: amerar@xxxxxxx
- Re: Anyone able to halp?
- From: Paul Catchpole
- Re: Anyone know about Netstat?
- References:
- Anyone know about Netstat?
- From: amerar@xxxxxxx
- Anyone know about Netstat?
- Prev by Date: Re: Can anyone help me.
- Next by Date: Re: Anyone able to halp?
- Previous by thread: Anyone know about Netstat?
- Next by thread: Re: Anyone able to halp?
- Index(es):
Relevant Pages
|