Originally posted by: SystemAdmin
Hi,
Seems to me, configuring two interfaces on the same partition on the the network could cause some strange actions.
For example, if you send information throught your TCP/IP interfaces to a host 192.168.6.141, whith witch sender IP the packets will be send ? 192.168.6.141 or 192.168.6.143 ?
I asked the question to the support and one answer was : the AIX kernel choose ... => not really great for the security !
Same probleme with the gateway : on wich interface it was configured ? ...
You may try this to clear the situation ( if you want to keep two interfaces on the network for performances ):
1/ Remove the IP on en1, and remove en1
2/ Remove the IP on en2, and remove en2
Suppose ent0 is the unused interface.
3/ Make an Etherchannel with ent1 and ent2 , witch build an ent3. If you do that, pay attention to the type of etherchannel used, your network admin need to change the port configuration on switchs.
4/ Add IP on interface en3 and an alias on en3 for the seconde address IP.
If you don't have performance needs, you may use only en1 with the fisrt IP and the second on
alias. No need to change the switch conf.
May this help you.
Regards
#AIX-Forum