[quote="NeddySeagoon"]lnex,
If you have busybox, you may have udhcpcd.
Type busybox and it will tell you you modules it was built with.
Bring up your WiFi with wpa_supplicant, so that its associated and authorised then do
dhcpcd <if_name> to get the ethernet side set up.
That avoids running the risk of trying to use the same IP address in two places at the same time.[/quote]
Hi Neddy,
Busybox is installed with udhcpcd; learnt what the function of a dhcp server is and from there looked at a handful of YouTube videos where I came upon this:
https://youtu.be/SnACG4TDqJw
Firstly, initialised wpa_supplicant; then used command ifconfig;
Then started to type in commands from the video that made sense from three minutes thirteen seconds: In order to get an IP from a DHCP server, example:
First type "sudo dhclient -r eth0" to release your IP address.
Then type "sudo dhclient eth0" to renew it.
Then started typing all the command from the beginning of the video until the end; video is four minutes seven seconds; it then connected new computer to iniernet;
Thank you for your guided wisdom Neddy.
