On Wed, Apr 18, 2001 at 12:11:45PM +0100, Dominic Mitchell wrote:
> You're probably going to have to grep through the kernel source to see
> why it's being returned in that case.  And I have a sneaky suspicion
> that the networking stuff is quite changed from the "normal" BSDs...

I've been using Rich Stevens's bible and stuff compiles copy/pasted.

OK, I can't even ping 255.255.255.255 (when PPP is down, but when it's up
it's OK):

# ping 255.255.255.255
PING broadcasthost (255.255.255.255): 56 data bytes
ping: sendto: No route to host
ping: wrote broadcasthost 64 chars, ret=-1
^C

[ppp up]
# ping 255.255.255.255
PING broadcasthost (255.255.255.255): 56 data bytes
64 bytes from 209.232.142.2: icmp_seq=0 ttl=255 time=163.571 ms
64 bytes from 209.232.142.2: icmp_seq=1 ttl=255 time=2954.65 ms
64 bytes from 209.232.142.2: icmp_seq=2 ttl=255 time=1968.95 ms

# netstat -nr
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif
Expire
default            209.232.142.2      UGSc        3        0     ppp0
127.0.0.1          127.0.0.1          UH          9     2099      lo0
192.168            link#2             UC          0        0      en0
192.168.0.1        0:30:65:7e:d1:96   UHLW        0       14      lo0
192.168.0.255      ff:ff:ff:ff:ff:ff  UHLWb       0        8      en0

So for whatever reason it's not being recognized and turned into an
Ethernet 48bit broadcast.

Paul

Reply via email to