Files
bearnet/image/overlay/etc/network/interfaces
2026-06-22 12:07:41 +08:00

11 lines
240 B
Plaintext

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
pre-up ip link set dev eth0 up
up dhcpcd --nobackground --static routers=GATEWAY_ADDRESS eth0
down dhcpcd --release eth0
post-down ip link set dev eth0 down