router: add hurricane electric tunnel
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
790d0a8a6b
commit
1f47e870f8
@ -31,6 +31,16 @@
|
|||||||
nat.enable = lib.mkForce false;
|
nat.enable = lib.mkForce false;
|
||||||
|
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
|
|
||||||
|
sits = {
|
||||||
|
hurricane = {
|
||||||
|
dev = "eth0";
|
||||||
|
remote = "216.66.88.98";
|
||||||
|
local = "45.133.127.98";
|
||||||
|
ttl = 255;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
enp1s0 = {
|
enp1s0 = {
|
||||||
name = "eth0";
|
name = "eth0";
|
||||||
@ -58,6 +68,17 @@
|
|||||||
enp4s0 = { name = "eth3"; };
|
enp4s0 = { name = "eth3"; };
|
||||||
enp5s0 = { name = "eth4"; };
|
enp5s0 = { name = "eth4"; };
|
||||||
enp6s0 = { name = "eth5"; };
|
enp6s0 = { name = "eth5"; };
|
||||||
|
|
||||||
|
hurricane.ipv6 = {
|
||||||
|
routes = [{
|
||||||
|
address = "::";
|
||||||
|
prefixLength = 0;
|
||||||
|
}];
|
||||||
|
addresses = [{
|
||||||
|
address = "2001:470:1f1c:90f::2";
|
||||||
|
prefixLength = 64;
|
||||||
|
}];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nftables = {
|
nftables = {
|
||||||
|
Loading…
Reference in New Issue
Block a user