- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Traceroute goes to lan1 instead of lan3.
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
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
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-25-2002 06:48 AM
тАО09-25-2002 06:48 AM
Traceroute goes to lan1 instead of lan3.
We have nclass running 11.0 with 5 NICs. lan1 and lan3 are primary cards with lan4 and lan5 as backup. lan1 and lan3 are in different subnets. When i do traceroute from an external box to lan3's ip it always goes to lan1. The whole purpose of creating lan3,lan5(using MC/SG) was to route the messageque traffic thru that interface.
1. Why would it go to lan1 instaed of lan3?
My system has currently only one default route specified wich is on lan1's subnet. Would that be the reason? Please explain how i will be able to use lan1 and lan3 effectively.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 06:52 AM
тАО09-25-2002 06:52 AM
Re: Traceroute goes to lan1 instead of lan3.
# netstat -in
and
# netstat -rn
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 07:01 AM
тАО09-25-2002 07:01 AM
Re: Traceroute goes to lan1 instead of lan3.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 07:16 AM
тАО09-25-2002 07:16 AM
Re: Traceroute goes to lan1 instead of lan3.
please send me the files /etc/rc.config.d/netconf and /etc/networks
and an ifconfig of all interfaces
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 07:26 AM
тАО09-25-2002 07:26 AM
Re: Traceroute goes to lan1 instead of lan3.
I have attached all that you required.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 07:38 AM
тАО09-25-2002 07:38 AM
Re: Traceroute goes to lan1 instead of lan3.
INTERFACES
you can comment this
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=""
SUBNET_MASK[0]=""
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
IP_ADDRESS[3]=135.51.103.90
SUBNET_MASK[3]=255.255.255.224
INTERFACE_NAME[3]=lan3
BROADCAST_ADDRESS[3]=135.51.103.95
INTERFACE_STATE[3]=up
DHCP_ENABLE[2]=0
DHCP_ENABLE[3]=0
you must put the interface name here to bin to it!
INTERFACE_NAME[3]=lan3
ROUTES
# HEARTBEAT ROUTE
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=135.51.27.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
and this is redundant... delete it and leave only the 0 instance
# DATA ROUTE TO ROUTER
ROUTE_DESTINATION[1]=default
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=135.51.27.1
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
#
now re-start net services
# route -f (flush routing table)
# /sbin/init.d/net stop
# /sbin/init.d/net start
tell me if it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 07:53 AM
тАО09-25-2002 07:53 AM
Re: Traceroute goes to lan1 instead of lan3.
I will be interested to know what's the final "netstat -rn" output looks like once this problem is resolved.
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 08:08 AM
тАО09-25-2002 08:08 AM
Re: Traceroute goes to lan1 instead of lan3.
I am not sure what to delete and what to enable. Can you tell me once again. Also if you do not have a default route will you be able to talk to the box at all?
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 08:13 AM
тАО09-25-2002 08:13 AM
Re: Traceroute goes to lan1 instead of lan3.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 10:25 AM
тАО09-25-2002 10:25 AM
Re: Traceroute goes to lan1 instead of lan3.
You are seeing the traffic going out of lan1 because the default route is set the ip subnet for lan1.
You can setup multiple route to allow traffic flow through multiple interfaces.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 12:21 PM
тАО09-25-2002 12:21 PM
Re: Traceroute goes to lan1 instead of lan3.
1) what router is the lan3 subnet attached to, is it 172.30.2.90?
2) what is the ip address that the attached traceroute came from.
3) can you attach a traceroute from the nclass server to the that node (i.e. the other direction )
Also try disabling lan1 and see if you can ping or traceroute to the lan3 address from anywhere else
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 12:38 PM
тАО09-25-2002 12:38 PM
Re: Traceroute goes to lan1 instead of lan3.
Try setting following ndd parameter and see if the behaviour changes. I have also sought help from my networking guy. It may be a feature of the router/switch -
ndd -set /dev/ip ip_strong_es_model 1
The document says that "packets destined for
the interface with IP address A will only be accepted on the interface with IP address A, and will be dropped if they start arriving on the interface with IP address B. In other words, Packets for a specicifc IP MUST come IN on the interface with that IP, otherwise they will be dropped."
You might want to read the whole document on ITRC (Doc ID# NETUXKBRC00005778)
Let us know your results.
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2002 12:57 AM
тАО09-26-2002 12:57 AM
Re: Traceroute goes to lan1 instead of lan3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2003 07:49 PM
тАО09-16-2003 07:49 PM
Re: Traceroute goes to lan1 instead of lan3.
I still can't figure out how to do a traceroute with Lan0, it always goes to LAN1:1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2003 09:03 PM
тАО09-16-2003 09:03 PM
Re: Traceroute goes to lan1 instead of lan3.
What I mean is that every route has a source and a destination. The source is set up in netconf
If you change the default route in /etc/rc.config.d/netconf to a lan3 source, you are going to route the way you want to.
It would seem also, that the structure of your network is somewhat circular. lan1 and lan3 seem to actually be on the same network. You've apparently used subnetting to make your machine think there are two different networks.
It seems that you can reach the same destination without the help of routers through either lan1 or lan3. Perhaps this is the way serviceguard is supposed to work, but thats what your setup tells me.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com