HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- deleting route address hpux
Operating System - HP-UX
1829690
Members
7916
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-28-2006 09:50 AM
08-28-2006 09:50 AM
deleting route address hpux
Hi
I want delete a route address
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
172.16.180.43 172.16.180.43 UH 0 lan0 4136
172.16.0.0 172.16.180.43 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
I am using the command
route delete 172.16.0.0 172.16.180.43
when I do a netstat -rn again the
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
172.16.180.43 172.16.180.43 UH 0 lan0 4136
127.0.0.0 127.0.0.1 U 0 lo0 0
the route does not appear , that is ok ,
but when i do a reboot the route addres is there again
how I do remove it permanently?
Thank you
w.s
I want delete a route address
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
172.16.180.43 172.16.180.43 UH 0 lan0 4136
172.16.0.0 172.16.180.43 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
I am using the command
route delete 172.16.0.0 172.16.180.43
when I do a netstat -rn again the
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
172.16.180.43 172.16.180.43 UH 0 lan0 4136
127.0.0.0 127.0.0.1 U 0 lo0 0
the route does not appear , that is ok ,
but when i do a reboot the route addres is there again
how I do remove it permanently?
Thank you
w.s
rperez
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 09:54 AM
08-28-2006 09:54 AM
Re: deleting route address hpux
Check your /etc/rc.config.d/netconf file for the definitions of that route.
Either comment them out, or remove them from the file. I would recommend just commenting them out so you can reference it in the future if you need to.
Either comment them out, or remove them from the file. I would recommend just commenting them out so you can reference it in the future if you need to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 09:57 AM
08-28-2006 09:57 AM
Re: deleting route address hpux
Look in /etc/rc.config.d/netconf. The entry is probably in the ROUTE_DESTINATION[N]=,ROUTE_MASK[N]=, ... section of this configuration file.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 10:02 AM
08-28-2006 10:02 AM
Re: deleting route address hpux
I should add that while the entry is probably in the netconf file, it is possible that it is in a custom file in /sbin/init.d so if you don't find it in the standard location, /etc/rc.config.d/netconf then grep the scripts in /sbin/init.d/ for "route".
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP