Code: Select all
network={
ssid="MySSID"
psk="MySSIDpassword"
}If I set a static IP from /etc/dhcpcd.conf, then I reboot the pi, I only get the one IP address. (the static one I set.) If I unplug the ethernet cable, the IP address instantly transfers to the wlan and the connection is not lost. The IP shows for the ethernet port on ifconfig if it's plugged in, and if it's not plugged in, the IP shows for the wireless adapter.
Is their a way for dhcp to act this same way? So that the IP is given to ethernet but if that is unplugged, the same IP is transferred to wireless?