Currently, we have an AIX 5.1 system with 2 network interfaces. One interface is 10/100Mbps and another is 1000Mbps. Presently, all traffic is going through the slower card (en0). We want to change the default route so that all traffic is going through the faster interface (en2). Here is the current entry in the routing table:
default 10.10.10.1 UGc 0 0 en0 - -
I obviously need to remove the default route, but am a little unsure on how to recreate the new default route entry. Would the entry need to be created like so?:
route add 0 10.10.10.1 -if en2
Any help would be appreciated.
default 10.10.10.1 UGc 0 0 en0 - -
I obviously need to remove the default route, but am a little unsure on how to recreate the new default route entry. Would the entry need to be created like so?:
route add 0 10.10.10.1 -if en2
Any help would be appreciated.