- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why route work ircoorrectly?
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
04-29-2002 06:55 PM
04-29-2002 06:55 PM
why route work ircoorrectly?
In my sun box (sloaris 2.7), netstat -rn show:
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
10.17.65.0 10.17.65.25 U 1 4080 hme0
224.0.0.0 10.17.65.25 U 1 0 hme0
default 10.17.65.1 UG 1 55096
127.0.0.1 127.0.0.1 UH 312341988 lo0
but traceroute 132.97.64.6 show :
1 10.17.65.220 1.494 ms 0.917 ms 0.831 ms
2 **
why It does not route through default route 10.17.65.1 but 10.17.65.220(a pc, not router)?
Thanks
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:03 PM
04-29-2002 07:03 PM
Re: why route work ircoorrectly?
Can you show your ifconfig settings? What is the netmask set for your interface?
# ifconfig hme0
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:45 PM
04-29-2002 07:45 PM
Re: why route work ircoorrectly?
lo0: flags=1000849
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843
inet 10.17.65.25 netmask ffffff00 broadcast 10.17.65.255
ether 8:0:20:90:ce:e5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 11:05 PM
04-29-2002 11:05 PM
Re: why route work ircoorrectly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 11:25 PM
04-29-2002 11:25 PM
Re: why route work ircoorrectly?
if your netmask is indeed correct it is 255.255.255.0 meaning it should standardly go to the default gateway , however if for one reason or another the entry in the routing table would be 'wrong' that is not have the subnetmask not set to 255.255.255 but to 255.0.0.0 which is standard A class this could also explain the behaviour , it will then just flush the request(packet) on your local lan and any router capable device that can forward it will do so , if the PC is faster then the router to receive it , it would forward and the reply would conatin it's address (e.g. this implies a 'fault' in the routing table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:55 AM
04-30-2002 11:55 AM
Re: why route work ircoorrectly?
Run a traceroute to the ip address of another interface on the router and see what happens. There would be no reason for the router to redirect that kind of traffic.
Check the route tables and masks on your router. Odds are it thinks the best route to the destination is via the PC and is doing a redirect.
Also if a Cisco router make sure it has "ip classless" on.
Come to think of it I bet this is the problem. The router is probably running pre 12.x code which has no ip classless by default and it has a default route over a serial link to another router which has some 10 net addresses but they are not listed individually in its routing table so it assumes that the 10.17.65.x LAN is the best way to go to get to other 10 net addresses. Turn on ip classless and it should stop messing with your mind.
Ron