update wireguard peer ips

This commit is contained in:
Adithya 2024-01-04 21:51:21 +05:30
parent d83accd167
commit c5821ed8e3
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
6 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ in
interfaces = {
wg0 = {
ips = [
"10.8.1.3/24"
"10.8.10.10/24"
"fdd9:69ae:9703::3/64"
];
listenPort = 51821;

View file

@ -12,7 +12,7 @@ in
interfaces = {
wg0 = {
ips = [
"10.8.1.4/24"
"10.8.10.11/24"
"fdd9:69ae:9703::4/64"
];
listenPort = 51821;

View file

@ -12,7 +12,7 @@ in
interfaces = {
wg0 = {
ips = [
"10.8.1.5/24"
"10.8.10.12/24"
"fdd9:69ae:9703::5/64"
];
listenPort = 51821;

View file

@ -4,11 +4,11 @@
hostName = "Skipper";
extraHosts = ''
10.8.1.1 proxy
10.8.1.2 skipper
10.8.1.3 rico0
10.8.1.4 rico1
10.8.1.5 rico2
10.8.10.1 proxy
10.8.10.2 skipper
10.8.10.10 rico0
10.8.10.11 rico1
10.8.10.12 rico2
'';
networkmanager = {

View file

@ -12,7 +12,7 @@ in
interfaces = {
wg0 = {
ips = [
"10.8.1.2/24"
"10.8.10.2/24"
"fdd9:69ae:9703::2/64"
];
listenPort = 51821;

Binary file not shown.