z9-router(host): fix some spelling and a wireguard peer address
This commit is contained in:
parent
311a4114f9
commit
0fef65b2c2
2 changed files with 4 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ table inet forward {
|
||||||
meta nfproto ipv4 oifname $v4_exposed_ifs accept comment "allow v4 exposed network access"
|
meta nfproto ipv4 oifname $v4_exposed_ifs accept comment "allow v4 exposed network access"
|
||||||
meta nfproto ipv6 oifname $v6_exposed_ifs accept comment "allow v6 exposed network access"
|
meta nfproto ipv6 oifname $v6_exposed_ifs accept comment "allow v6 exposed network access"
|
||||||
|
|
||||||
# Allow clients and managment to most
|
# Allow clients and management to most
|
||||||
iifname { $if_netlan_51_clients, $if_netlan_54_management, $if_wg55_management } oifname $lan_ifs accept comment "allow clients and managment to lan_ifs"
|
iifname { $if_netlan_51_clients, $if_netlan_54_management, $if_wg55_management } oifname $lan_ifs accept comment "Allow clients and management to lan interfaces"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Name=wg55
|
||||||
|
|
||||||
[WireGuard]
|
[WireGuard]
|
||||||
ListenPort=51820
|
ListenPort=51820
|
||||||
PrivateKeyFile=/etc/ansible_secrets/wireguard_wg55_privat_key
|
PrivateKeyFile=/etc/ansible_secrets/wireguard_wg55_private_key
|
||||||
|
|
||||||
# WireGuard Peers
|
# WireGuard Peers
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ PresharedKeyFile = /etc/ansible_secrets/wireguard_wg55_peer_langoor_home_psk
|
||||||
|
|
||||||
[WireGuardPeer]
|
[WireGuardPeer]
|
||||||
# friendly_name = lilly-lillysLaptop
|
# friendly_name = lilly-lillysLaptop
|
||||||
AllowedIPs = 10.89.214.16/32 #,2a07:c481:1:37::/128
|
AllowedIPs = 10.89.214.16/32,2a07:c481:1:37::16/128
|
||||||
PublicKey = IBsI+N8qUNpQnDc5HnqQ2Zo/1graFM0RMIecHmAF+Vk=
|
PublicKey = IBsI+N8qUNpQnDc5HnqQ2Zo/1graFM0RMIecHmAF+Vk=
|
||||||
|
|
||||||
[WireGuardPeer]
|
[WireGuardPeer]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue