I created a static IP address for eth0 to use with a USB dongle (connected to my PC) in dhcpcd.conf file.
interface eth0
static ip_address=169.254.2.13/16
static routers=169.254.11.25
Is there anything I'm doing wrong?
I created a static IP address for eth0 to use with a USB dongle (connected to my PC) in dhcpcd.conf file.
interface eth0
static ip_address=169.254.2.13/16
static routers=169.254.11.25
Is there anything I'm doing wrong?
169.254.2.13/16 is a Link-local address
This is not routable, and makes no sense.