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 04-26-2012, 10:10 AM   #1
sam_nyc
Member
 
Registered: Aug 2009
Posts: 73

Rep: Reputation: 1
interface question netstat -rn


Hi,

Using CentOS, when I do netstat -rn, I see 169 address. I am not sure what that is. Please advice.

Code:
# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
170.129.83.0    0.0.0.0         255.255.255.0   U         0 0          0 eth0
170.129.83.0    0.0.0.0         255.255.255.0   U         0 0          0 eth1
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth1
0.0.0.0         170.129.83.1   0.0.0.0         UG        0 0          0 eth0
On the other servers I have, I don't see any thing for 169 address??
 
Old 04-26-2012, 12:02 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
It is a link-local subnet that can be safely ignored.

For more information have a look at the RFC:
http://tools.ietf.org/html/rfc3927
 
1 members found this post helpful.
Old 04-26-2012, 12:04 PM   #3
sibe
Member
 
Registered: Apr 2011
Location: Jakarta, Indonesia
Distribution: Fedora, CentOS
Posts: 122

Rep: Reputation: 21
Hi,

169.254.0.0/16 is a special block reserved by IANA for communication between hosts within a subnet in the absence of external address configuration. These addresses are used for address autoconfiguration, a.k.a Zeroconf; when a host can't obtain an IP from static configuration or DHCP server, it can optionally assign itself a link-local IP address of 169.254.x.x/16 and discover services such as printers and file shares without any special configuration.

RFC5735 defines this block are only valid on-link (point-to-point and local network segment).

RFC3927 defines these addresses can't be the source or destination of packets traversing beyond routers, that any device receiving such a packet must not forward it, and any device must not answer all ARP requests for addresses in the 169.254/16 prefix. This restriction applies to multicast packets as well.

The implementation of this standard may vary; Microsoft APIPA, Apple's Bonjour and Unix/Linux Avahi are the wellknown examples.

Many people consider this zero-configuration "feature" is also opening a new hole on the system; tends to do more harm than good, and prefer to disable it entirely. In CentOS, you can disable it by adding the line below to /etc/sysconfig/network :

NOZEROCONF=yes

and restart your network service.
 
1 members found this post helpful.
Old 04-26-2012, 01:50 PM   #4
sam_nyc
Member
 
Registered: Aug 2009
Posts: 73

Original Poster
Rep: Reputation: 1
Thank you so much for the info.
 
1 members found this post helpful.
  


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
netstat question mokku Linux - Newbie 4 06-18-2009 09:14 PM
netstat lists interface that is not present Hewson Linux - Networking 2 07-25-2008 12:19 PM
question netstat command nick623 Linux - Newbie 2 01-31-2005 07:53 PM
netstat question zepplin611 Linux - Networking 2 01-01-2004 02:54 PM
netstat question digsby0007 Linux - Networking 1 12-27-2003 05:33 PM

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

All times are GMT -5. The time now is 08:02 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