- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: networking question
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
09-27-2004 07:56 AM
09-27-2004 07:56 AM
192.168.x.x gw_host
and my nsswitch.conf which includes
hosts: files, DNS
i should be getting out.. what am i missing? It's not the firewall, i have access for that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 07:59 AM
09-27-2004 07:59 AM
Re: networking question
How about? netstat -rn
What is in? /etc/resolv.conf
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:05 AM
09-27-2004 08:05 AM
Re: networking question
traceroute: Warning: www.yahoo.com has multiple addresses; using 216.109.118.73
traceroute to www.yahoo.com (216.109.118.73), 30 hops max, 40 byte packets
1 hostname (192.168.3.21) 0.067 ms !N 0.020 ms !N 0.019 ms !N
Netstat -m is not supported in 11.23 (reading from a core file is no longer supported) is the message i get.
and /etc/rsolv.conf is correct with my DNS and name servers.
my netconf file is also the same as the other unix servers that can get out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:05 AM
09-27-2004 08:05 AM
Re: networking question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:06 AM
09-27-2004 08:06 AM
Re: networking question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:08 AM
09-27-2004 08:08 AM
SolutionLooks like your default gateway is not setup on the system as it is trying to use your local interface.
Try 'netstat -rn' (it's "r" and "n") and you should see an entry with 'default' string. If you don't have it then add it using the command
route add default gw_host 1
and then try.
Adjust your netconf file with the ROUTE entries. Examples are given in there.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:08 AM
09-27-2004 08:08 AM
Re: networking question
Do you have a gateway setup with route hop set at 1 or with your HOST as the gateway and hop set to 0?
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=132.201.xx.xx
SUBNET_MASK[0]=255.255.255.224
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
ROUTE_GATEWAY[0]=132.201.yy.yy
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]=default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:10 AM
09-27-2004 08:10 AM
Re: networking question
Are you running ipfilter on the 11.23 server?
Can you actually get to you firewall?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:21 AM
09-27-2004 08:21 AM
Re: networking question
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.3.21
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=192.168.255.255
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=192.168.1.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
it does look like it can't find the gateway after doing netstat -rn.. it was looking to 127.0.0.1
i did the route add and now everything works. I just don't recall having to do this in the past. I would config the netconf file and it would work. thanks to all ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 09:15 AM
09-27-2004 09:15 AM
Re: networking question
You have to be able to ping it in order for it to work and have that NIC be the first place traceroutes and other internet traffic go.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 12:15 PM
09-27-2004 12:15 PM
Re: networking question
And based on your 192.168.X.X stuff, I presume your gateway is also a NAT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 03:58 AM
09-29-2004 03:58 AM
Re: networking question
Correct me if Im wrong isnt your gateway address wrong?
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.3.21
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=192.168.255.255
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
ROUTE_GATEWAY[0]=192.168.1.1
Shouldnt it be 192.168."3".1, where there is a 3 instead of a 1???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 03:59 AM
09-29-2004 03:59 AM
Re: networking question
No points on my last post or this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:05 AM
09-29-2004 05:05 AM