Port-i386 archive

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

6.0.1 upgrade dhcp problem



I've run into a problem trying to upgrade NetBSD/i386 6.0 to 6.0.1. I booted from a CD made from the 6.0.1 boot.iso file and attempted to use ftp to get the 6.0.1 install files but the NIC wasn't being configured properly, as per the output below when I just attempted to configure the NIC from sysinst's Utility menu.

I used this technique to upgrade this PC from version 5.1.2 to 6.0 so I thought the 6.0 install CD would work when I tested it (after having difficulties), but no, today it wouldn't configure the NIC either. However, the 5.2 install CD does. Can anyone suggest why?

By the way, can I use the 5.2 install CD to downgrade from 6.0 to 5.2? I suspect upgrading to 6.0 has stopped arpwatch working.


Ray


Using the NetBSD 6.0.1 install CD
---------------------------------

excerpt from dmesg:

fxp0 at pci1 dev 8 function 0: Intel PRO/100 VE Network Controller with 82562ET/EZ (CNR) PHY (rev. 0x81)
fxp0: interrupting at irq 12
fxp0: Ethernet address 00:10:dc:7b:92:a9
inphy0 at fxp0 phy 1: i82562ET 10/100 media interface, rev. 0
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto


e: Utility menu

c: Configure network


 I have found the following network interfaces: sk0 fwip0 fxp0

 Which device shall I use? [sk0]: fxp0


 To be able to use the network, we need answers to the following:

 Network media type [autoselect]:


                     ......................................
                     . Perform DHCP autoconfiguration?    .
                     .                                    .
                     .>a: Yes                             .
                     . b: No                              .
                     ......................................


 Your DNS domain [test.com]:
 Your host name: ttt




                     ......................................
                     . Perform IPv6 autoconfiguration?    .
                     .                                    .
                     .>a: No                              .
                     . b: Yes                             .
                     ......................................


     Status: Finished
    Command: /sbin/dhcpcd -d -n fxp0

--------------------------------------------------------------------------------
dhcpcd[60]: fxp0: broadcasting for a lease
dhcpcd[60]: fxp0: sending DISCOVER (xid 0x25ec702e), next in 4.97 seconds
dhcpcd[60]: fxp0: sending DISCOVER (xid 0x25ec702e), next in 7.35 seconds
dhcpcd[60]: fxp0: offered 192.168.36.135 from 192.168.36.1
dhcpcd[60]: fxp0: sending REQUEST (xid 0x25ec702e), next in 3.19 seconds
dhcpcd[60]: fxp0: ignoring offer of 192.168.36.135 from 192.168.36.24
dhcpcd[60]: fxp0: acknowledged 192.168.36.135 from 192.168.36.1
dhcpcd[60]: fxp0: checking for 192.168.36.135
dhcpcd[60]: fxp0: sending ARP probe (1 of 3), next in 1.84 seconds
dhcpcd[60]: fxp0: sending ARP probe (2 of 3), next in 1.78 seconds
dhcpcd[60]: fxp0: sending ARP probe (3 of 3), next in 2.00 seconds
dhcpcd[60]: fxp0: leased 192.168.36.135 for 604800 seconds
dhcpcd[60]: fxp0: adding IP address 192.168.36.135/23
dhcpcd[60]: fxp0: adding route to 192.168.36.0/23
dhcpcd[60]: fxp0: adding default route via 192.168.36.30
dhcpcd[60]: fxp0: writing lease `/var/db/dhcpcd-fxp0.lease'
dhcpcd[60]: fxp0: executing `/libexec/dhcpcd-run-hooks', reason BOUND
dhcpcd[60]: forking to background
dhcpcd[60]: forked to background, child pid 59


 The following are the values you entered.

 DNS Domain:             test.com
 Host Name:              ttt
 Primary Interface:      fxp0
 Host IP:                <none>
 Netmask:                <none>
 IPv4 Nameserver:        192.168.36.1
 IPv4 Gateway:           <none>
 Media type:             autoselect
 IPv6 autoconf:          no
 IPv6 Nameserver:        <none>
                              ...................
                              . Are they OK?    .
                              .                 .
                              .>a: Yes          .
                              . b: No           .
                              ...................


     Status: Command failed
    Command: /sbin/ping -v -c 5 -w 5 -o -n 192.168.36.1

     Hit enter to continue
--------------------------------------------------------------------------------
PING 192.168.36.1
 (192.168.36.1): 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

----192.168.36.1
 PING Statistics----
5 packets transmitted, 0 packets received, 100.0% packet loss



Using NetBSD 5.2 install CD
---------------------------

     Status: Finished
Command: /sbin/dhclient -q -pf /tmp/dhclnt.pid -lf /tmp/dhclient.leases fxp0


--------------------------------------------------------------------------------
DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 18
DHCPOFFER from 192.168.36.1
DHCPREQUEST on fxp0 to 255.255.255.255 port 67
DHCPACK from 192.168.36.24
bound to 192.168.36.135 -- renewal in 298596 seconds.


 The following are the values you entered.

 DNS Domain:             test.com
 Host Name:              tt5
 Primary Interface:      fxp0
 Host IP:                192.168.36.135
 Netmask:                255.255.254.0
 IPv4 Nameserver:        192.168.36.1
 IPv4 Gateway:           192.168.36.30
 Media type:             autoselect
 IPv6 autoconf:          no
 IPv6 Nameserver:        <none>
                              ...................
                              . Are they OK?    .
                              .                 .
                              .>a: Yes          .
                              . b: No           .
                              ...................

     Status: Finished
    Command: /sbin/route -n flush -inet

--------------------------------------------------------------------------------
default              192.168.36.30        done
192.168.36.135       127.0.0.1            done


     Status: Finished
    Command: /sbin/route -n add default 192.168.36.30


--------------------------------------------------------------------------------
add net default: gateway 192.168.36.30




 Waiting while network interface comes up.


     Status: Finished
    Command: /sbin/ping -v -c 5 -w 5 -o -n 192.168.36.1


--------------------------------------------------------------------------------
PING 192.168.36.1
 (192.168.36.1): 56 data bytes
[*** sequence gap of 2 packets from 0 ... 1 ***]
64 bytes from 192.168.36.1: icmp_seq=2 ttl=255 time=0.210 ms

----192.168.36.1
 PING Statistics----
3 packets transmitted, 1 packets received, 66.7% packet loss
round-trip min/avg/max/stddev = 0.210/0.210/0.210/0.000 ms



     Status: Finished
    Command: /sbin/ping -v -c 5 -w 5 -o -n 192.168.36.30


--------------------------------------------------------------------------------
PING 192.168.36.30
 (192.168.36.30): 56 data bytes
64 bytes from 192.168.36.30: icmp_seq=0 ttl=255 time=1.402 ms

----192.168.36.30
 PING Statistics----
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 1.402/1.402/1.402/0.000 ms


Home | Main Index | Thread Index | Old Index