Tagged Questions
2
votes
1answer
424 views
How to configure DHCP so that boot is completed even without a DHCP server?
I have configured /etc/network/interface like this:
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
But when a lease cannot be obtained, the booting is not completed. Is it possible to ...
3
votes
2answers
890 views
How do I use dhcpcd in openwrt instead of udhcpc?
I'm trying to determine the reason my router is not syncing up to my ISP, I do suspect snafu on their end so I'm trying to replicate my desktops setup which includes using dhcpcd.
Problem is I don't ...