I am trying to connect a device that must use a DHCP
network to the ethernet port on my laptop running Ubuntu which connects
to the network through the built in wireless.
I have had no problems doing this before using static IP addresses
but am having a problem doing it with DHCP.
I read the man pages and it seems like dhcp-helper would do what I want.
So I run
Code:
dhcp-helper -b wlan0
and it returns
Code:
dhcp-helper: cannot bind DHcp server socket: Address already in use
Google returns lots of people with the same problem but no workable solution.