Use first link local IPv6 address as gateway
This commit is contained in:
parent
e5d1e11b31
commit
3e35deb089
@ -48,6 +48,7 @@
|
|||||||
interface = "enp1s0";
|
interface = "enp1s0";
|
||||||
};
|
};
|
||||||
networking.interfaces."enp1s0.201".ipv6.addresses = [
|
networking.interfaces."enp1s0.201".ipv6.addresses = [
|
||||||
|
{ address = "fe80::1"; prefixLength = 64; }
|
||||||
{ address = "fd00:152:152:4::1"; prefixLength = 64; }
|
{ address = "fd00:152:152:4::1"; prefixLength = 64; }
|
||||||
{ address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network
|
{ address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network
|
||||||
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services
|
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services
|
||||||
|
Loading…
Reference in New Issue
Block a user