0

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?

YamiYukiSenpai
  • 103
  • 1
  • 5

1 Answers1

1

169.254.2.13/16 is a Link-local address

This is not routable, and makes no sense.

Milliways
  • 62,573
  • 32
  • 113
  • 225