I have got a routing problem withing the AIX system. On the NIC I have defined two IP-address. One dedicated and a alias. Both IP-adresses are in the same subnet.
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups
en0: flags=7e080863,40<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,CHECKSUM_SUPPORT,PSEG>
inet 10.32.14.102 netmask 0xffffff00 broadcast 10.32.14.255
inet 10.32.14.105 netmask 0xffffff00 broadcast 10.32.14.255
tcp_sendspace 131072 tcp_recvspace 65536
When I start a sessons from the AIX to another system de IP-address 10.32.14.102 will be used. But for a specific server (10.122.163.18) I want to do this from 10.32.14.105.
How can I do this???
I thought to add an static route for this specifix server. My routing table looks something like this.
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups
Route tree for Protocol Family 2 (Internet):
default 10.32.14.1 UGc 0 0 en0 - -
10.32.14/24 10.32.14.102 U 14 75366 en0 - - =>
10.122.163.18 10.32.14.105 UHA 0 2218 en0 - -
I see that packages are sent via this route. But I do not get an connection...
Please advice.
RN
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups
en0: flags=7e080863,40<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,CHECKSUM_SUPPORT,PSEG>
inet 10.32.14.102 netmask 0xffffff00 broadcast 10.32.14.255
inet 10.32.14.105 netmask 0xffffff00 broadcast 10.32.14.255
tcp_sendspace 131072 tcp_recvspace 65536
When I start a sessons from the AIX to another system de IP-address 10.32.14.102 will be used. But for a specific server (10.122.163.18) I want to do this from 10.32.14.105.
How can I do this???
I thought to add an static route for this specifix server. My routing table looks something like this.
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups
Route tree for Protocol Family 2 (Internet):
default 10.32.14.1 UGc 0 0 en0 - -
10.32.14/24 10.32.14.102 U 14 75366 en0 - - =>
10.122.163.18 10.32.14.105 UHA 0 2218 en0 - -
I see that packages are sent via this route. But I do not get an connection...
Please advice.
RN