PDA

View Full Version : Routing table


bobbyc
12-06-2002, 08:38 PM
Hi, I was looking at the routing table under 'view system information' and there are some things in there that I'm not sure if they should be. This particular machine has 3 APs and 1 ether connecting the machine to our backhaul cpu. The ether is 10.8.1.1 netmask 255.255.255.252. The APs are 10.8.8.2 , 10.8.6.2, and 10.8.5.2 with netmasks of 255.255.255.0. The only route we have is 0.0.0.0 : 0.0.0.0/gw 10.8.1.2.
Here's a paste of the routing table.
10.8.8.2 0.0.0.0 255.255.255.255 UH 0 0 0 eth1

10.8.6.2 0.0.0.0 255.255.255.255 UH 0 0 0 eth2

10.8.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0

10.8.5.2 0.0.0.0 255.255.255.255 UH 0 0 0 eth3

127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo

10.8.1.0 0.0.0.0 255.255.255.252 U 0 0 0 eth0

10.8.6.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2

10.8.5.0 0.0.0.0 255.255.255.0 U 0 0 0 eth3

10.8.8.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1

0.0.0.0 10.8.1.2 0.0.0.0 UG 0 0 0 eth0

and ARP table
---[ ARP Table ]-------------------------------------------- Address HWtype HWaddress Flags Mask Iface

10.8.8.15 ether 00:06:25:11:A4:4B C eth1

10.8.1.2 ether 00:A0:CC:64:70:2B C eth0

10.8.6.9 ether 00:02:2D:2F:63:23 C eth2

10.8.5.3 ether 00:02:2D:2B:4C:C1 C eth3

10.8.5.28 ether 00:02:2D:41:51:61 C eth3

10.8.5.27 ether 00:02:2D:1E:DA:B0 C eth3

10.8.5.25 ether 00:02:2D:3F:21:80 C eth3

10.8.6.20 ether 00:02:2D:2F:61:6B C eth2

Anything look fishy? Is that 127.0.0.1 the old default when you first load Star-OS? Can I delete that from here, or does it not matter?
Thanks, Bob C

tony
12-06-2002, 09:37 PM
Everything is a-ok. The 127.0.0.1 (aka localhost) is required by the system and cannot be deleted.

Thanks!