1
Virtual private networks / Re: wireguard tunnel flooding all networks
« on: October 03, 2021, 07:37:45 pm »
hi and thanks again.
the config file i got from my vpn is as follow (minus keys) so i used 10.13.0.61/24 . i should mention this VPN interface is on 192.168.4.1/24 and DHCP is on .. does that matter?
thanks in advance.,
# TorGuard WireGuard Config
[Interface]
PrivateKey = secret
ListenPort = 51820
DNS = 1.1.1.1
Address = 10.13.0.61/24
[Peer]
PublicKey = secret
AllowedIPs = 0.0.0.0/0
Endpoint = 96.47.239.26:1443
PersistentKeepalive = 25
the config file i got from my vpn is as follow (minus keys) so i used 10.13.0.61/24 . i should mention this VPN interface is on 192.168.4.1/24 and DHCP is on .. does that matter?
thanks in advance.,
# TorGuard WireGuard Config
[Interface]
PrivateKey = secret
ListenPort = 51820
DNS = 1.1.1.1
Address = 10.13.0.61/24
[Peer]
PublicKey = secret
AllowedIPs = 0.0.0.0/0
Endpoint = 96.47.239.26:1443
PersistentKeepalive = 25