Update Tailscale routes for nuc-server and quitman-rpi4
This commit is contained in:
parent
044fbce3b9
commit
caa7cf97a9
2 changed files with 5 additions and 2 deletions
|
@ -32,6 +32,6 @@
|
||||||
|
|
||||||
services.tailscale.extraUpFlags = [
|
services.tailscale.extraUpFlags = [
|
||||||
"--advertise-exit-node"
|
"--advertise-exit-node"
|
||||||
"--advertise-routes=10.2.0.0/24,192.168.1.13/32,192.168.1.14/32"
|
"--advertise-routes=192.168.1.13/32,192.168.1.14/32,192.168.1.15/32,192.168.1.100/32,192.168.1.31/32"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,6 +50,9 @@
|
||||||
# END hardware config
|
# END hardware config
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
services.tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
services.tailscale.extraUpFlags = [
|
||||||
|
"--advertise-exit-node"
|
||||||
|
"--advertise-routes 192.168.1.0/24,192.168.68.0/24"
|
||||||
|
];
|
||||||
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
|
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue