Hi!
I have some strange routes coming up on my AiX 5.2 boxes, as the example below:
The AiX develops routes for all three network interfaces which are host routes but looks like class B network routes:
These routes sometimes deny packages to flow to and from the boxes. They appear during every boot and sometimes during uptime also. Have you seen similar things to happen? How to set network parameters to avoid these flase routes to appear?
--Trifo
I have some strange routes coming up on my AiX 5.2 boxes, as the example below:
Code:
root@c51 / netstat -rn
Routing tables
Destination Gateway Flags Refs Use If PMTU Exp Groups
Route Tree for Protocol Family 2 (Internet):
default 10.128.0.1 UG 4 805 en0 - - -
10.128.0.0 10.128.2.51 UHSb 0 0 en0 - - - =>
10.128.0.0 10.128.2.73 UHSb 0 0 en3 - - - =>
10.128/22 10.128.2.51 U 4 1631 en0 - - - =>
10.128/22 10.128.2.73 U 2 463 en3 - - -
10.128.2.51 127.0.0.1 UGHS 9 723 lo0 - - -
10.128.2.72 127.0.0.1 UGHS 0 18 lo0 - - -
10.128.2.73 127.0.0.1 UGHS 1 97 lo0 - - -
10.128.3.255 10.128.2.51 UHSb 0 4 en0 - - - =>
10.128.3.255 10.128.2.73 UHSb 0 0 en3 - - -
127/8 127.0.0.1 U 26 3656 lo0 - - -
192.168.0.0 192.168.0.51 UHSb 0 0 en4 - - - =>
192.168.0/24 192.168.0.51 U 24 8096 en4 - - -
192.168.0.51 127.0.0.1 UGHS 34 433 lo0 - - -
192.168.0.255 192.168.0.51 UHSb 0 5 en4 - - -
Route Tree for Protocol Family 24 (Internet v6):
::1 ::1 UH 0 7 lo0 16896 - -
root@c51 /
The AiX develops routes for all three network interfaces which are host routes but looks like class B network routes:
Code:
10.128.0.0 10.128.2.51 UHSb 0 0 en0 - - - =>
10.128.0.0 10.128.2.73 UHSb 0 0 en3 - - - =>
192.168.0.0 192.168.0.51 UHSb 0 0 en4 - - - =>
These routes sometimes deny packages to flow to and from the boxes. They appear during every boot and sometimes during uptime also. Have you seen similar things to happen? How to set network parameters to avoid these flase routes to appear?
--Trifo