- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multiple Network Interfaces in 11i
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
02-28-2003 11:04 AM
02-28-2003 11:04 AM
Multiple Network Interfaces in 11i
I've successfully implemented this on another HP-UX machine, running 11.0, with the same Windows server, using the same cables and lines. And I've also tried it on lan6 of this node's card. So I think I've isolated the problem down to something with the networking config on this 11i host.
It appears to match the 11.0 machine in settings, but I must be missing something.
Any help is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 11:06 AM
02-28-2003 11:06 AM
Re: Multiple Network Interfaces in 11i
What is your default gateway set to?
Regards.
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 11:35 AM
02-28-2003 11:35 AM
Re: Multiple Network Interfaces in 11i
ping can probably be told to use different lan interfaces.
You need to look for conflicts in your /etc/rc.config.d/netconf file
A single extra period or typo in the configuration of one of the lan's can cause these types of problems.
I'm pasting in a partial example for you to use as a reference.
HOSTNAME="tzfat.juf.net"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]="lan1"
IP_ADDRESS[0]="10.1.11.60"
SUBNET_MASK[0]="0xffff0000"
BROADCAST_ADDRESS[0]="10.1.255.255"
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_NAME[1]="lan1"
IP_ADDRESS[1]="10.1.11.61"
SUBNET_MASK[1]="0xffff0000"
INTERFACE_NAME[2]="lan1:1"
INTERFACE_STATE[1]=""
DHCP_ENABLE[1]=0
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="10.1.10.1"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
INTERFACE_NAME[1]="lan0"
IP_ADDRESS[1]="192.168.0.4"
SUBNET_MASK[1]="255.255.255.0"
note that I've got a virtual address on lan1, two addresses one port.
lan0 notation is working by the way.
You've got great NIC cards btw, but you might want to try a different setup.
You can do port aggregation and get 1 IP address across all four ports on each card. That gives you a built in load balance and less IP addresses to deal with. It is an added cost add in software product.
If I had your NIC card I'd look into it.
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
02-28-2003 11:36 AM
02-28-2003 11:36 AM
Re: Multiple Network Interfaces in 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 11:43 AM
02-28-2003 11:43 AM
Re: Multiple Network Interfaces in 11i
I like the idea of using APA for port aggregation, but part of the reason for the private network is to isolate traffic from the Windows server (web calls through the 192.100, db calls through the 10.10).
Thanks for your help, and any future assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 12:20 PM
02-28-2003 12:20 PM
Re: Multiple Network Interfaces in 11i
The IPs do seem to fall under the same broadcast domain. However, check the subnet mask of the windows server. They should match. On 11i, traceroute without any options is goign to try the first interface. Use -s option with traceroute.
Since, you don't have a default route set, the possible reason is that the subnet masks of your windows server and your HP-Server are not matching.
Also, to find out the physical connectivity, get the physical address of the windows server and use linkloop on hp system to check the physical connectivity.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2003 05:32 AM
03-01-2003 05:32 AM
Re: Multiple Network Interfaces in 11i
Post your /etc/rc.config/netconf
A restart is your best bet on getting it to work. I don't think it constantly reads that file looking for a new change. There may be a way to reread with something like lanconfig but I'm at home and don't have access to my hpux systems or docs right now.
First verify that the interface is up and open for business:
lanadmin
lan
ppa x
display
Where x is the index for your interface. If you are not sure just start with 1 and increment until it shows up. Do you have two UPs and do you see any packets received or sent?
Run a linkloop test with the -v option to make sure your level 2 connectivity is OK. This will rule out things like a duplicate MAC address.
Post your netstat -rnv
Do you see the 10.0.0.0 network in there?
Do you see the 10.10.10.2 interface?
Verify that you do not have a duplicate IP address by disconnecting the network cable and having another device on the 10 LAN ping 10.10.10.2. If you get a response you have a duplicate. Try a different number.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 06:14 AM
03-03-2003 06:14 AM
Re: Multiple Network Interfaces in 11i
Thanks!
Here's my netconf:
HOSTNAME="w3"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.100.100.2
SUBNET_MASK[0]=255.255.252.0
BROADCAST_ADDRESS[0]=192.100.103.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
GATED=0
GATED_ARGS=""
RDPD=0
RARP=0
IP_ADDRESS[5]=10.10.10.2
SUBNET_MASK[5]=255.0.0.0
INTERFACE_NAME[5]=lan5
BROADCAST_ADDRESS[5]=10.255.255.255
INTERFACE_STATE[5]=up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 01:01 PM
03-03-2003 01:01 PM
Re: Multiple Network Interfaces in 11i
What does
netstat -rnv
show?
Are you sure the IP address is unique?
Have you tried a linkloop test? It's pretty easy to do. You just need the mac of another device on the same LAN. Check out the man on linkloop.
Could the switch have you in the wrong VLAN? Try sticking a Windows PC on the same port and assign the same IP address and mask to it and see if it can ping.
The switch could also be tagging your packets with VLAN info. If you are not set up for it that will kill your connection.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 01:25 PM
03-03-2003 01:25 PM
Re: Multiple Network Interfaces in 11i
Thanks for all your pointers. Lots of good info in there.