Originally posted by: himacs
Hi Holgervk,
Thanks for the response :)
requested outputs as foloows
-
netstat -nr
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups
Route Tree for Protocol Family 2 (Internet):
default 10.50.102.1 UGc 0 0 en0 - -
10.50.102.0 10.50.102.25 UHSb 0 0 en0 - - =>
10.50.102/24 10.50.102.25 U 5 334 en0 - -
10.50.102.25 10.50.102.1 UGH 0 0 en0 - -
10.50.102.255 10.50.102.25 UHSb 0 56 en0 - -
10.50.103.0 10.50.103.25 UHSb 0 0 en4 - - =>
10.50.103/24 10.50.103.25 U 1 0 en4 - -
10.50.103.25 127.0.0.1 UGHS 0 0 lo0 - - =>
10.50.103.25/32 10.50.103.1 UGc 0 0 en4 - -
10.50.103.255 10.50.103.25 UHSb 0 0 en4 - -
10.50.111.200 10.50.102.1 UGHW 2 5385 en0 - -
127/8 127.0.0.1 U 4 357 lo0 - -
Route Tree for Protocol Family 24 (Internet v6):
::1 ::1 UH 0 0 lo0 16896 -
#
-
ifconfig -a
en0: flags=4e080863,80<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,PSEG,CHAIN>
inet 10.50.102.25 netmask 0xffffff00 broadcast 10.50.102.255
en4: flags=4e080863,80<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,PSEG,CHAIN>
inet 10.50.103.25 netmask 0xffffff00 broadcast 10.50.103.255
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
inet6 ::1/0
tcp_sendspace 65536 tcp_recvspace 65536
#
I dont need two gateways.I keep my default and added a static route to 10.5.103.25 like as follows.
route add -net 10.50.103.25 10.50.103.1
So goal is the outgoing packets should use 10.50.103.1 instead of default gateway.
My finding is with AIX 5L servers, the outgoing packets are always use default gateway to reach addresses, which are not on local VLANs.I don’t know how it works with 6.1 and 7 .
Now i would like to know, whether TL upgradation or service pack upgradation will help ?
Regards
Pavan
#AIX-Forum