- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can someone explain this output of netstat -rn
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
08-12-2004 08:37 AM
08-12-2004 08:37 AM
I think this may be our problem, but i am unsure.
THis is the new 11.i output.
I remember somewhere that there was an excellent little bit of tib bit info regarding what has to be there when we do a netstat -rn and what it means...
Our IP address is a class C
See attachment
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 08:47 AM
08-12-2004 08:47 AM
Re: can someone explain this output of netstat -rn
does it say 100full or half?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 08:51 AM
08-12-2004 08:51 AM
Re: can someone explain this output of netstat -rn
ifconfig lan0
lanadmin -x 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 09:05 AM
08-12-2004 09:05 AM
Re: can someone explain this output of netstat -rn
Current Config = 100 Half-Duplex AUTONEG
I do believe our switch is set to 100 full, would this be the issue with the autoneg? How would we change it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 09:08 AM
08-12-2004 09:08 AM
Re: can someone explain this output of netstat -rn
# lanadmin -X 100FD 0
To change it permanently (so the changes stays next time you reboot), you need to modify the appropriate /etc/rc.config.d/hp*conf file for your network adapter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 09:18 AM
08-12-2004 09:18 AM
Re: can someone explain this output of netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 09:21 AM
08-12-2004 09:21 AM
Re: can someone explain this output of netstat -rn
# ioscan -fnC lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 09:33 AM
08-12-2004 09:33 AM
Re: can someone explain this output of netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 12:17 PM
08-12-2004 12:17 PM
Solutionof, if the two routers on that wire support proxy ARP, you could configure your own local IP as the default route (with a metric of 0 rather than a metric of 1). failover would then happen based on arp cache timeout settings.
as for login delays, if it is only login delays, i doubt that duplex on the NIC would be an issue, but you can double check that the NIC and the switch match. late collisions if the NIC reports half-duplex are an indication of mismatch, fcs errors when the NIC reports full-duplex (lanadmin -g mibstats
it could be that your DNS servers aren't being reached quickly - do you have more than one DNS server in /etc/resolv.conf on the server? you could take a tusc trace pointed at inetd's pid, told to follow forks, be verbose, display pids and have a timestamp and then do a login and see if you see DNS delays - you would first see a call to socket() for a SOCK_DGRAM socket, then some bind/connect on that file descriptor involving port 53. ftp://ftp.cup.hp.com/dist/networking/tools/
or you could use tcpdump (HP Internet Express or www.tcpdump.org) pointed at your lan0 interface and given a filter expression of "port 53" ("dns" might work as a shortcut)