ambitious-crayon-2415
01/27/2023, 9:18 PMapt update for example isn't returning HTTP response back to the VM on the LAN.ambitious-crayon-2415
01/27/2023, 9:27 PM[Interface]
PrivateKey = REDACTED
ListenPort = 51821
Address = 10.65.65.2
PostUp = `iptables -A FORWARD -i nm-personal -j ACCEPT ; iptables -A FORWARD -o nm-personal -j ACCEPT ; iptables -t nat -A POSTROUTING -o nm-personal -j MASQUERADE ;`
PostDown = `iptables -D FORWARD -i nm-personal -j ACCEPT ; iptables -D FORWARD -o nm-personal -j ACCEPT ; iptables -t nat -D POSTROUTING -o nm-personal -j MASQUERADE ;`
MTU = 1280
[Peer]
PublicKey = REDACTED
AllowedIps = 10.65.65.1/32, 192.168.25.0/24
Config on OPNsense
[Interface]
Address = 10.65.65.1/32
PrivateKey = REDACTED
MTU = 1280
[Peer]
PublicKey = REDACTED
AllowedIPs = 0.0.0.0/0
Endpoint = nmserver:51821
PersistentKeepalive = 20bored-island-21407
01/27/2023, 9:29 PMambitious-crayon-2415
01/27/2023, 9:30 PMambitious-crayon-2415
01/27/2023, 9:32 PMcurl icanhazip.com for example returns the IP address of the netmaker / wireguard server. So full tunnel is working.bored-island-21407
01/27/2023, 9:32 PMbored-island-21407
01/27/2023, 9:33 PMambitious-crayon-2415
01/27/2023, 9:33 PMambitious-crayon-2415
01/27/2023, 9:33 PMbored-island-21407
01/27/2023, 9:35 PMbored-island-21407
01/27/2023, 9:38 PMbored-island-21407
01/27/2023, 9:38 PMambitious-crayon-2415
01/27/2023, 9:39 PMambitious-crayon-2415
01/31/2023, 7:17 PMambitious-crayon-2415
01/31/2023, 9:14 PMiptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu