- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: route 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
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
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
тАО11-03-2003 01:42 AM
тАО11-03-2003 01:42 AM
route table
this is my route table
/root # netstat -rn
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 260158914 lo0 4136
145.78.106.70 145.78.106.70 UH 0 58877 lan0 4136
145.78.106.64 145.78.106.70 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 145.78.106.65 UG 0 0 lan0 1500
My ip adres = 145.78.106.70
my GW = 145.78.106.65
my network = 145.78.106.64
why shoud i need a route from my ip to my ip ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2003 01:45 AM
тАО11-03-2003 01:45 AM
Re: route table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2003 01:51 AM
тАО11-03-2003 01:51 AM
Re: route table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2003 06:15 AM
тАО11-03-2003 06:15 AM
Re: route table
actually your destination subnet should have your IP address as gateway address.
all the routes learned WITH "uh" IS FOR the host .
specimen of routing table.
Destination Gateway Flags Refs Use Interface Pmtu PmtuTime
10.17.17.1 127.0.0.1 UH 52 556998 lo0 4608
127.0.0.1 127.0.0.1 UH 0 3839 lo0 4608
default 10.17.16.2 UG 39 1065426 lan2 1500
10.17.16.0 10.17.17.1 U 4 43094 lan2 1500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2003 06:21 AM
тАО11-03-2003 06:21 AM
Re: route table
127.0.0.1 127.0.0.1 UH 0 260158914 lo0 4136
145.78.106.70 145.78.106.70 UH 0 58877 lan0 4136
is normal, and automatically configured by the OS when you setup lan0.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2003 07:18 AM
тАО11-03-2003 07:18 AM
Re: route table
Your config is "normal" for HP's.
It's there (your "145.78.106.70 145.78.106.70 UH 0 58877 lan0 4136") so processes on your machine that address your machines IP will stay on your machine without going to the wire (network).
live free or die
harry