test use ipv4 only
This commit is contained in:
@@ -4,7 +4,7 @@ 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
|
||||
up dhcpcd --nobackground --ipv4only --waitip=4 eth0
|
||||
|
||||
down dhcpcd --release eth0
|
||||
post-down ip link set dev eth0 down
|
||||
|
||||
Reference in New Issue
Block a user