- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: netstat -i ->thisaddressdoesnotexist?
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
03-06-2002 01:39 AM
03-06-2002 01:39 AM
netstat -i ->thisaddressdoesnotexist?
Name Mtu Network Address Ipkts Opkts
lan1 4500 thisaddressdoesnotexist
devT 23250268 23192137
But when we type netstat -in we get the IP address:
[dba]dev:/home/dba> netstat -in
Name Mtu Network Address Ipkts Opkts
lan1 4500 192.9.200.0 192.9.200.12 23250386 23192253
Can anyone explain this?
The subnet mask of lan1 is 255.255.255.0 on all nodes. e.g.
lan1: flags=843
inet 192.9.200.12 netmask ffffff00 broadcast 192.9.200.255
The lanscan output for this interface is
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/12/0/0 0x0060948AC84E 1 UP lan1 3 802.5 Yes 119
The contents of netconf for this interface is:
IP_ADDRESS[1]=192.9.200.12
SUBNET_MASK[1]=255.255.255.0
INTERFACE_NAME[1]=lan1
BROADCAST_ADDRESS[1]=192.9.200.255
INTERFACE_STATE[1]=up
and there are not duplications. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 01:55 AM
03-06-2002 01:55 AM
Re: netstat -i ->thisaddressdoesnotexist?
Is your hostname being defined correctly, and if so what is the order in your nsswitch.conf file for hosts? If DNS first, check DNS has valid entry for the IP address, and if NIS is in there, verify the NIS hosts database.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 02:18 AM
03-06-2002 02:18 AM
Re: netstat -i ->thisaddressdoesnotexist?
hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns [NOTFOUND=return UNAVAIL=continue T
RYAGAIN=return]
The hosts file has (for this server's IP)
192.9.200.12 devT hpdevT # Token-Ring DEV server N4000
where the hostname is actually dev, not any of the aliases given in the hosts file. There are 3 interfaces in use on this server and one of the others has dev as the hostname next to it. I tried adding an alias for this hostname next to the token ring IP in the hosts file but it made no difference to netstat -i output.
Its an N4000, HPUX-11.00 patched to Dec2001 (critical and QP).
Is this going to be an error with the DNS server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 07:50 AM
03-06-2002 07:50 AM
Re: netstat -i ->thisaddressdoesnotexist?
nslookup 192.9.200.12
and see what it says.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 05:41 AM
03-07-2002 05:41 AM
Re: netstat -i ->thisaddressdoesnotexist?
Try adding an entry in your /etc/networks file - see the networks(4) man page for more info.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 05:17 AM
03-08-2002 05:17 AM
Re: netstat -i ->thisaddressdoesnotexist?
Using /etc/hosts on: dev
looking up FILES
Name: devT
Address: 192.9.200.12
Aliases: hpdevT, dev
Then I had a look at man 4 networks, mmm... I tried adding
token 192.9.200 tok
to the /etc/networks file, it made no difference to the output of netstat -i
Then I tried
token 192.9.200.0 tok which also made no difference.
Do I need to stop/start networking for this file change to have an effect? I doubt it, since nsswitch.conf shows:
networks: files [NOTFOUND=return UNAVAIL=continue]
Any other ideas of how I can remove the 'thisaddressdoesnotexist'. The other servers in the loop do not show this.