- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Static routes move to lo0
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-06-2006 06:35 AM
10-06-2006 06:35 AM
Static routes move to lo0
I define static routes on /etc/rc.config.d/netconf and reboot my server but when I try to delete the route, I get a meesages "route does not exist.
dsudsas1:/etc/rc.config.d/OLDNETCONF # netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.194.13.194 10.194.13.194 UH 0 lan2 4136
10.194.13.209 10.194.13.209 UH 0 lan0 4136
198.226.35.93 198.226.35.93 UH 0 lan1 4136
10.194.13.208 10.194.13.209 U 2 lan0 1500
198.226.35.80 198.226.35.93 U 2 lan1 1500
10.194.13.192 10.194.13.194 U 2 lan2 1500
10.0.0.0 10.194.13.193 UG 0 lan2 0
127.0.0.0 127.0.0.1 U 0 lo0 0
default 198.226.35.81 UG 0 lan1 0
dsudsas1:/etc/rc.config.d/OLDNETCONF # route delete 10.0.0.0 10.194.13.193
delete net 10.0.0.0: gateway 10.194.13.193: no such route
dsudsas1:/etc/rc.config.d/OLDNETCONF #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 06:39 AM
10-06-2006 06:39 AM
Re: Static routes move to lo0
ifconfig lan2 unplumb
netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 06:46 AM
10-06-2006 06:46 AM
Re: Static routes move to lo0
Routes for any 127.*.*.* loopback destination cannot be added or
deleted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 06:49 AM
10-06-2006 06:49 AM
Re: Static routes move to lo0
dsudsas1:/etc/rc.config.d/OLDNETCONF # ifconfig lan2 unplumb
dsudsas1:/etc/rc.config.d/OLDNETCONF # netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.194.13.209 10.194.13.209 UH 0 lan0 4136
198.226.35.93 198.226.35.93 UH 0 lan1 4136
10.194.13.208 10.194.13.209 U 2 lan0 1500
198.226.35.80 198.226.35.93 U 2 lan1 1500
10.0.0.0 10.194.13.193 UG 0 lan1 0
127.0.0.0 127.0.0.1 U 0 lo0 0
default 198.226.35.81 UG 0 lan1 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 06:53 AM
10-06-2006 06:53 AM
Re: Static routes move to lo0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 06:57 AM
10-06-2006 06:57 AM
Re: Static routes move to lo0
dsudsas1:/etc/rc.config.d/OLDNETCONF # ifconfig lan2 unplumb
dsudsas1:/etc/rc.config.d/OLDNETCONF # netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.194.13.209 10.194.13.209 UH 0 lan0 4136
198.226.35.93 198.226.35.93 UH 0 lan1 4136
10.194.13.208 10.194.13.209 U 2 lan0 1500
198.226.35.80 198.226.35.93 U 2 lan1 1500
10.0.0.0 10.194.13.193 UG 0 lan1 0
127.0.0.0 127.0.0.1 U 0 lo0 0
default 198.226.35.81 UG 0 lan1 0
==================
It shows it removed entries for lan2 now. So what are trying to do now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 06:59 AM
10-06-2006 06:59 AM
Re: Static routes move to lo0
unplumb interface lan1 and the default route moves to lo0
sudsas1:/sbin/init.d # netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.194.13.194 10.194.13.194 UH 0 lan2 4136
10.194.13.209 10.194.13.209 UH 0 lan0 4136
198.226.35.93 198.226.35.93 UH 0 lan1 4136
10.194.13.208 10.194.13.209 U 2 lan0 1500
198.226.35.80 198.226.35.93 U 2 lan1 1500
10.194.13.192 10.194.13.194 U 2 lan2 1500
10.0.0.0 10.194.13.193 UG 0 lan2 0
127.0.0.0 127.0.0.1 U 0 lo0 0
default 198.226.35.81 UG 0 lan1 0
dsudsas1:/sbin/init.d # ifconfig lan1 unplumb
dsudsas1:/sbin/init.d # netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.194.13.194 10.194.13.194 UH 0 lan2 4136
10.194.13.209 10.194.13.209 UH 0 lan0 4136
10.194.13.208 10.194.13.209 U 2 lan0 1500
10.194.13.192 10.194.13.194 U 2 lan2 1500
10.0.0.0 10.194.13.193 UG 0 lan2 0
127.0.0.0 127.0.0.1 U 0 lo0 0
default 198.226.35.81 UG 0 lo0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 07:07 AM
10-06-2006 07:07 AM
Re: Static routes move to lo0
restart network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 07:36 AM
10-06-2006 07:36 AM