Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 6.0.1 upgrade dhcp problem



Thanks for the suggestions.


Yes, the dhcp server does answer pings.

I tried booting with the no `ACPI, no SMP' option but the `c: Configure network' menu command still didn't configure the NICs properly.


These commands were executed after using 6.0.1's e: Utilities -> c: Configure network menu item:

# ifconfig fxp0
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=1400<TCP4CSUM_Rx,UDP4CSUM_Rx>
        enabled=0
        address: 00:10:dc:7b:92:a9
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::210:dcff:fe7b:92a9%fxp0 prefixlen 64 scopeid 0x3
# ping 192.168.36.30
PING 192.168.36.30 (192.168.36.30): 52 data bytes
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
^C
----192.168.36.30 PING Statistics----
9 packets transmitted, 0 packets received, 100.0% packet loss
#
# netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use    Mtu Interface
127.0.0.1          127.0.0.1          UH          0        0  33192  lo0

AppleTalk:
Destination        Gateway            Flags    Refs      Use    Mtu Interface

Internet6:
Destination Gateway Flags Refs Use Mtu Interface ::1 ::1 UH 0 0 33192 lo0 fe80::%fxp0/64 link#3 UC 0 0 - fxp0 fe80::210:dcff:fe7b:92a9%fxp0 00:10:dc:7b:92:a9 UHL 0 0 - lo0 fe80::%lo0/64 fe80::1%lo0 U 0 0 - lo0 fe80::1%lo0 link#4 UHL 0 0 - lo0 ff01:3::/32 link#3 UC 0 0 - fxp0 ff01:4::/32 ::1 UC 0 0 - lo0 ff02::%fxp0/32 link#3 UC 0 0 - fxp0 ff02::%lo0/32 ::1 UC 0 0 - lo0
#
# route show
Routing tables

Internet:
Destination        Gateway            Flags
localhost          127.0.0.1          UH

Internet6:
Destination        Gateway            Flags
localhost          localhost          UH
fe80::%fxp0        link#3             U
fe80::210:dcff:fe7b:92a9%fxp0 00:10:dc:7b:92:a9  UHL
fe80::%lo0         fe80::1%lo0        U
fe80::1%lo0        link#4             UHL
ff01:3::           link#3             U
ff01:4::           localhost          U
ff02::%fxp0        link#3             U
ff02::%lo0         localhost          U
#
#

Configuring the NIC manually was successful:

# ifconfig fxp0 inet 192.168.36.135/23 up
# route add default 192.168.36.30
route: writing to routing socket: File exists
add net default: gateway 192.168.36.30: File exists
# ifconfig fxp0
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=1400<TCP4CSUM_Rx,UDP4CSUM_Rx>
        enabled=0
        address: 00:10:dc:7b:92:a9
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet 192.168.36.135 netmask 0xfffffe00 broadcast 192.168.37.255
        inet6 fe80::210:dcff:fe7b:92a9%fxp0 prefixlen 64 scopeid 0x3
#
# ping 192.168.36.30
PING chrome-p36.jkmrc.uq.edu.au (192.168.36.30): 52 data bytes
64 bytes from 192.168.36.30: icmp_seq=0 ttl=255 time=4.067 ms
64 bytes from 192.168.36.30: icmp_seq=1 ttl=255 time=1.272 ms
64 bytes from 192.168.36.30: icm^C
----chrome-p36.jkmrc.uq.edu.au PING Statistics----
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.573/1.971/4.067/1.849 ms
#


Manual configuration also worked for the sk0 NIC:

# ifconfig sk0
sk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        address: 00:22:b0:6b:60:49
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active
        inet6 fe80::222:b0ff:fe6b:6049%sk0 prefixlen 64 scopeid 0x1
#
# ifconfig sk0 inet 192.168.36.135/23 up
# route add default 192.168.36.30
add net default: gateway 192.168.36.30
# ifconfig sk0
sk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        address: 00:22:b0:6b:60:49
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active
        inet 192.168.36.135 netmask 0xfffffe00 broadcast 192.168.37.255
        inet6 fe80::222:b0ff:fe6b:6049%sk0 prefixlen 64 scopeid 0x1
# ping 192.168.36.30
PING 192.168.36.30 (192.168.36.30): 52 data bytes
64 bytes from 192.168.36.30: icmp_seq=1 ttl=255 time=1.678 ms
64 bytes from 192.168.36.30: icmp_seq=2 ttl=255 time=2.077 ms
64 bytes from 192.168.36.30: icmp_seq=3 ttl=255 time=2.460 ms
64 bytes from 192.168.36.30: icmp_seq=4 ttl=255 time=0.855 ms
^C
----192.168.36.30 PING Statistics----
5 packets transmitted, 4 packets received, 20.0% packet loss
round-trip min/avg/max/stddev = 0.855/1.767/2.460/0.687 ms
#

Thanks for your time and help.


Ray


Home | Main Index | Thread Index | Old Index