I have a DG834G. My ISP provides bridged DSL (not ppp*). I have 1 IP address that I get via DHCP. If I change hardware, I have to first release the DHCP lease.
I'm almost sure that my ISP uses VPI 0 and VCI 35.
First, I set up nas0 on my router:
br2684ctl -b -c 0 -a 0.35
Before switching the cable to the new router (the old one is a wrt54g with a speedstream modem), I do
kill -s SIGUSR2 <udhcpc pid>
http://udhcp.busybox.net/README.udhcpc says SIGUSR2 releases the lease. Upon releasing the lease, ifconfig shows the interface to no longer have an IP address.
Now that nas0 is set up on the new router, I try
udhcpc -i nas0
No response.
I ran the firewall script and set it to not start on boot (I could not confirm that this happened).
I edited /etc/config/network, adding a wan entry with the interface set to nas0 and proto to dhcp (no more settings).
I spoofed the mac address, setting it to the same one as my old router.
I kept trying reboots, still no luck.
The cable is plugged in and it is plugged in correctly to the filter.
Ideas?
(Last edited by exobyte on 5 Nov 2006, 09:57)