A question to all FreeBSD gurus:
I noticed on my server yesterday that no external address with an IP
number beginning with "66." can be accessed. And, on the other hand,
external users with an IP number beginning with "66." can not access any
resource on my server (even ping won't work).
Today after poking around for a while I found the problem. There's an
entry "66" in the routing table! Try as I might, I have not yet figured
out how to get rid of it, OR what in the configuration causes it to be
inserted during the boot sequence.
I've tried command
route delete -net 66
...but it deletes all entries in the table beginning with "66" (not just
the erroneous "66" -entry), thus effectively disconnecting the system
from the network.
How can I get rid of the "66" entry, and how to stop it from coming back
when the system is rebooted?
Thanks!!
// Ville
Here are my routing tables..
[DING!]# netstat -r
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 66.34.224.1 UGSc 15 29 fxp0
66 link#1 UC 3 0 fxp0
66.34.224.1 0:4:76:ef:f:88 UHLW 14 0 fxp0 1200
astronite 0:30:48:22:6:c0 UHLW 18 3226 lo0
66.34.233.2/32 link#1 UC 0 0 fxp0
66.34.233.4/32 link#1 UC 0 0 fxp0
66.34.233.5/32 link#1 UC 0 0 fxp0
66.34.233.6/32 link#1 UC 0 0 fxp0
66.34.233.8/32 link#1 UC 0 0 fxp0
66.34.233.10 0:90:d6:3:1:6c UHLW 2 1333 fxp0 1056
66.34.233.11/32 link#1 UC 0 0 fxp0
66.34.233.13/32 link#1 UC 0 0 fxp0
66.34.233.20/32 link#1 UC 0 0 fxp0
66.34.233.100/32 link#1 UC 0 0 fxp0
66.34.233.110/32 link#1 UC 0 0 fxp0
ns2.astronite.com. 0:30:48:22:6:c0 UHLW 1 92 lo0 =>
66.34.233.120/32 link#1 UC 1 0 fxp0
66.34.233.122/32 link#1 UC 0 0 fxp0
66.34.233.123/32 link#1 UC 0 0 fxp0
66.34.233.124/32 link#1 UC 0 0 fxp0
66.34.233.125/32 link#1 UC 0 0 fxp0
66.34.233.126/32 link#1 UC 0 0 fxp0
localhost.astronit localhost.astronit UH 0 171 lo0
Internet6:
Destination Gateway Flags Netif Expire
localhost localhost UH lo0
fe80::%fxp0 link#1 UC fxp0
fe80::230:48ff:fe2 0:30:48:22:6:c0 UHL lo0
fe80::%lo0 fe80::1%lo0 Uc lo0
fe80::1%lo0 link#5 UHL lo0
ff01:: localhost U lo0
ff02::%fxp0 link#1 UC fxp0
ff02::%lo0 localhost UC lo0
[21:00]#