- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: del entry in Kernel routing table
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 04:54 AM
10-01-2003 04:54 AM
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
I know this is a "link local" host obtains by auto-configuration, like when a DHCP server may not be found (this is RFC 3330)
I try all sort of route command switch but to now effect ?
I fell like I am missing out some something ?
I have read man route to no effect !
Is there a file/mecanism that keep this dynamic info ?
I am looping.
any usfull info to jump out of loop will be rewarded.
J-P
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 08:34 AM
10-01-2003 08:34 AM
Solutionma(8) route.
Read it online at :
http://www.die.net/doc/linux/man/man8/route.8.html
As for your command :
route del -net 169.254.0.0 netmask 255.255.0.0 dev eth0.
But be aware that if you have a DHCP (m$ of course) server on your net, it'll flood the network with apipa messages that will be appearing back in your route. That is to say you can suppress this line now, but if your m$ server is on the net, it'll come back...
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 09:50 AM
10-01-2003 09:50 AM
Re: del entry in Kernel routing table
I had read route man and try every option at least I belived so ! but going back in my bash history file I see now I had left out the dev before eth0.
I got this added to my route trying out all sort's of setup on W2K during a samba printer setup without a proper dhcp server, but on the whole nice learn about theses 169.254.0.0 special case and I will not forget dev before eth0 in the route command !
thanks
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 07:03 PM
10-01-2003 07:03 PM
Re: del entry in Kernel routing table
(please 0 here ! :-0 )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 03:12 AM
10-02-2003 03:12 AM
Re: del entry in Kernel routing table
Just a chance for the poor system alone is the big world.
J-P