Network problem en0 - en1 !!!


 
Thread Tools Search this Thread
Operating Systems AIX Network problem en0 - en1 !!!
# 1  
Old 07-24-2006
Data Network problem en0 - en1 !!!

HI ,

I am actually having a network problem with my p610 - AIX 5.2 ML7 . I have two integrated network card en0 and en1 ..en0 with ip 10.10.0.191 and en1 10.10.0.192. When i removed the network cable from en0 , i can't continue to ping en1(10.10.0.192) correctly. It is behaving as if en0 is controlling en1.

I would appreciate if someone could help me.

Thanks and Regards.
# 2  
Old 07-24-2006
Are you sure you pulled the wire from en0? Smilie
What does errpt say?
# 3  
Old 07-24-2006
yes, sure my friend i have removed the cable. errpt : - Ethernet down en0. And when try to ping en1 i start having request time out .

But if i remove en1 i can continue pinging en0. It's only when removing en0 that i can't continue pinging en1
# 4  
Old 07-24-2006
Seems to be a problem of routing. Perhaps you had the default route through en0.
Notice both interfaces are in the same network.
Post the output of
Code:
netstat -rn

after and before pulling the cable, and let's see.
Regards.
# 5  
Old 07-24-2006
thanks for your reply.
***************
please see output before pulling cable from en0 .

# netstat -rn
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups

Route Tree for Protocol Family 2 (Internet):
default 10.10.10.10 UGc 0 0 en1 - - =>
default 10.10.10.10 UGc 0 0 en0 - -
10/8 10.10.0.191 U 5 15007 en0 - - =>
10/8 10.10.0.192 U 2 9670 en1 - -
10.10.0.191 127.0.0.1 UGHS 0 0 lo0 - -
10.10.0.192 127.0.0.1 UGHS 9 131 lo0 - -
127/8 127.0.0.1 U 3 18153 lo0 - -

Route Tree for Protocol Family 24 (Internet v6):
::1 ::1 UH 0 0 lo0 16896 -


****************

Please see output after pulling cable from en0:-

# netstat -rn
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups

Route Tree for Protocol Family 2 (Internet):
default 10.10.10.10 UGc 0 0 en1 - - =>
default 10.10.10.10 UGc 0 0 en0 - -
10/8 10.10.0.191 U 5 15167 en0 - - =>
10/8 10.10.0.192 U 3 9864 en1 - -
10.10.0.191 127.0.0.1 UGHS 0 0 lo0 - -
10.10.0.192 127.0.0.1 UGHS 9 131 lo0 - -
127/8 127.0.0.1 U 3 18153 lo0 - -

Route Tree for Protocol Family 24 (Internet v6):
::1 ::1 UH 0 0 lo0 16896 -
# 6  
Old 07-24-2006
Quote:
Originally Posted by johhny_bravo
yes, sure my friend i have removed the cable. errpt : - Ethernet down en0. And when try to ping en1 i start having request time out .

But if i remove en1 i can continue pinging en0. It's only when removing en0 that i can't continue pinging en1
This is normal AIX behavior. When you place two adapters on the same subnet, AIX does not route traffic across the adapters based on the adapter from which the traffic originated. Outbound traffic is sent across the first available adapter on that subnet, in this case en0. But since you've removed the physical wire, there is no connectivity.

You really don't want your system set up this way anyway. You're trying up to IP addresses for no good reason. What you really want to do is etherchannel en0 and en1 into either a active/failover or aggregate etherchannel, which would become en2. You then place the single IP address on en2.

Be sure to work with your network people on this one, because they will have to do port grouping on the network switch so that the switch handles the two physical lines as one logincal connection.

______________________
pSeries Tech Talk
Where pSeries professionals gather
# 7  
Old 07-24-2006
Thanks a lot for your reply.

But the problem is that my customer is using Veritas MultiNIC.. to do the failover ...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

en0 fail to up.

This is a LPAR that i created earlier. I want to set an IP address to en0 but it failed. Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. en0 devdbm01 inet0 changed Method error (/usr/lib/methods/chgif): ... (8 Replies)
Discussion started by: wingcross
8 Replies

2. AIX

Network Problem

Hi everbody; I have 2 p520 machines and created a vio server for each one (vio01 - vio02). I created 3 AIX 5.3 lpars on vio02 and 3 AIX 6.1 lpars on vio01. The problem is when 2 lpars are activated, i can ping gateway from both lpars and vio; but when i activate 3rd lpar, network downs and none of... (2 Replies)
Discussion started by: lordofdarkness
2 Replies

3. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

4. Red Hat

Ms network browser problem

hi all, i manage a network of 120 windows xp systems and my gateway run on centos 4.6 i actually config the linux gateway my self and i config iptable rules as well.until now, all has been fine but the problem now is that amunable to browse the network using my network places from some of the... (1 Reply)
Discussion started by: uwa45
1 Replies

5. IP Networking

Network problem

Folks; I have 2 SUSE servers (192.168.157.100 & 192.168.157.101) both are similar and has the same gateway 192.168.157.1 I can connect to the second one from my PC just fine (192.168.157.101). The problem is i couldn't connect to the first one using SSH even after i disabled the firewall. when i... (3 Replies)
Discussion started by: Katkota
3 Replies

6. AIX

network printer problem

I have AIX 5.3 OS. After issuing the print command, the printer state immediately goes down. I have checked the /etc/qconfig flle, resatrted the qdaemon but again same problem is occuring. I am using HP 5100 connected to jetdirect. what is the problem and it's solution? (4 Replies)
Discussion started by: prashantchavan
4 Replies

7. AIX

Problem with a Network Interface

Hi every body, I have a Fiber Channel interface (fcs2) in AIX 5.2. This interface was fine & up but for some reason I could not return this interface UP again after I set it DOWN. When I tried to set this interface UP I encountered the following error: Method error... (7 Replies)
Discussion started by: aldowsary
7 Replies

8. Solaris

Network problem.

Hi All, This is regarding problem with two servers... EX:- server1(HP) is not able to connect with proxy server server2(SUN BOX) But we can able to login.... server1 is not able to pickup any data from the proxy server... checked in the sunbox... # ping bdhp5050 server1 is alive ... (1 Reply)
Discussion started by: jeelans
1 Replies

9. UNIX for Advanced & Expert Users

network interface problem

Hi expert, Need some help on network interface issue.. I have added 2 x NIC card onto the Ultra 2 system recently and configured as hme1 and hme2. I have unconfigured the onboard hme0 network interface and it was running fine till few days later, i keep recieving error messages showing hme0... (6 Replies)
Discussion started by: sc2005
6 Replies

10. UNIX for Dummies Questions & Answers

Network Printer Problem-help

Hello am asking for your help on printer issues. i wanted to change the current printer we have now, basically bec we needed a more durable one. so recently i have a product demo, but its driver is not present in UNIX. i will be using the same network printer name but different model.... (0 Replies)
Discussion started by: lancemendioro
0 Replies
Login or Register to Ask a Question