Searching ALOHA 12.5
Troubleshooting Using Routes
Troubleshooting Using Routes
This diagnostic tool prints the ALOHA routing table.
From the Web user interface (WUI)
Open the DiagTools tab.
From the Select list, choose
routes (ignored, ignored, ignored)
.Click on Run.
From the command line interface (CLI)
Get root rights by typing
root
.Run
netstat -rn
.
Output example: Single default gateway
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.0.0.161 0.0.0.0 UG 0 0 0 eth0
10.0.0.160 0.0.0.0 255.255.255.224 U 0 0 0 eth0
127.255.255.1 0.0.0.0 255.255.255.255 UH 0 0 0 sync
192.168.14.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
Output example: Static route
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.0.0.161 0.0.0.0 UG 0 0 0 eth0
10.0.0.160 0.0.0.0 255.255.255.224 U 0 0 0 eth0
127.255.255.1 0.0.0.0 255.255.255.255 UH 0 0 0 sync
172.16.0.0 192.168.14.254 255.255.255.0 UG 0 0 0 eth1
192.168.14.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1