Stuart Henderson wrote:
 > kill the old routing table entries (or reboot).
 >
 >
Ok, did a
# route flush
but that did not help. Not sure how to interpret the output from the 
utililty but it seems to be ok, or?

The output is attached, the format got messed up when I copy-pasted to 
the mail.

/Markus
# route flush
<some outut>
# route show       
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
localhost          localhost          UH          0       32  33224   lo0
192.168.0/24       link#1             UC          0        0      -   fxp0
192.168.1/24       link#6             UC          1        0      -   ral0
192.168.1.1        link#6             UHLc        0        1      -   ral0

Internet6:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
localhost.himmet   localhost.himmet   UH          0        0  33224   lo0
fe80::%fxp0/64     link#1             UC          0        0      -   fxp0
fe80::%lo0/64      fe80::1%lo0        U           0        0      -   lo0
fe80::%ral0/64     link#6             UC          0        0      -   ral0
ff01::/32          localhost.himmet   UC          0        0      -   lo0
ff02::%fxp0/32     link#1             UC          0        0      -   fxp0
ff02::%lo0/32      localhost.himmet   UC          0        0      -   lo0
ff02::%ral0/32     link#6             UC          0        0      -   ral0
# ping 192.168.0.1 
PING 192.168.0.1 (192.168.0.1): 56 data bytes
ping: sendto: Device busy
ping: wrote 192.168.0.1 64 chars, ret=-1
--- 192.168.0.1 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
# route show       
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
localhost          localhost          UH          0       32  33224   lo0
192.168.0/24       link#1             UC          1        0      -   fxp0
ungoliant          link#1             UHLc        1        2      -   fxp0
192.168.1/24       link#6             UC          1        0      -   ral0
192.168.1.1        link#6             UHLc        0        4      -   ral0

Internet6:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
localhost.himmet   localhost.himmet   UH          0        0  33224   lo0
fe80::%fxp0/64     link#1             UC          0        0      -   fxp0
fe80::%lo0/64      fe80::1%lo0        U           0        0      -   lo0
fe80::%ral0/64     link#6             UC          0        0      -   ral0
ff01::/32          localhost.himmet   UC          0        0      -   lo0
ff02::%fxp0/32     link#1             UC          0        0      -   fxp0
ff02::%lo0/32      localhost.himmet   UC          0        0      -   lo0
ff02::%ral0/32     link#6             UC          0        0      -   ral0
# dhclient ral0                                                                
DHCPREQUEST on ral0 to 255.255.255.255 port 67
send_packet: Device busy
DHCPREQUEST on ral0 to 255.255.255.255 port 67
send_packet: Device busy
^C
# route flush
ungoliant            link#1               done
192.168.1.1          link#6               done
# route show       
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
localhost          localhost          UH          0       32  33224   lo0
192.168.0/24       link#1             UC          0        0      -   fxp0
192.168.1/24       link#6             UC          1        0      -   ral0
192.168.1.1        link#6             UHLc        0        1      -   ral0

Internet6:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
localhost.himmet   localhost.himmet   UH          0        0  33224   lo0
fe80::%fxp0/64     link#1             UC          0        0      -   fxp0
fe80::%lo0/64      fe80::1%lo0        U           0        0      -   lo0
fe80::%ral0/64     link#6             UC          0        0      -   ral0
ff01::/32          localhost.himmet   UC          0        0      -   lo0
ff02::%fxp0/32     link#1             UC          0        0      -   fxp0
ff02::%lo0/32      localhost.himmet   UC          0        0      -   lo0
ff02::%ral0/32     link#6             UC          0        0      -   ral0

Reply via email to