The default Audrey image uses DHCP to configure the USB Ethernet adapter's IP address on boot. The software used for this is the dhcp.client daemon. You can manually stop and restart this daemon from the root shell with the following commands: slay dhcp.client io-net io-net -ddaisy -pttcpip -p pppmgr & sleep 4 dhcp.client &
DHCP service
DHCP is the way a computer gets an IP address, DNS servers, and Default Gateway information off the network. Most times for home use the router will provide this function.
The default Audrey image uses DHCP to configure the USB Ethernet adapter's IP address on boot. The software used for this is the dhcp.client daemon. You can manually stop and restart this daemon from the root shell with the following commands: slay dhcp.client io-net io-net -ddaisy -pttcpip -p pppmgr & sleep 4 dhcp.client &
DHCP service
DHCP is the way a computer gets an IP address, DNS servers, and Default Gateway information off the network. Most times for home use the router will provide this function.