Hello,
I have a Fritz Box 7590 and I'm trying to set up a VPN connection so that I can obtain a public IP to use directly.
On the other end is a linux host running wireguard and it has two public IPs.
If I set up the connection to use a private network, everything appears to be fine, but if I try to assign one of the remote public addresses to the Fritz Box, the test fails (although on the linux machine I can see no traffic).
Things work when using linux machines on both ends.
This is my current configuration
but the Fritz box won't accept it.
Does anyone here use a vpn connection in this fashion? How can the Fritz be made to "digest" such a configuration?
Thanks
I have a Fritz Box 7590 and I'm trying to set up a VPN connection so that I can obtain a public IP to use directly.
On the other end is a linux host running wireguard and it has two public IPs.
If I set up the connection to use a private network, everything appears to be fine, but if I try to assign one of the remote public addresses to the Fritz Box, the test fails (although on the linux machine I can see no traffic).
Things work when using linux machines on both ends.
This is my current configuration
Code:
[Interface]
PrivateKey = <local private key>
Address = <public IP 2>/32
DNS = <some publicly accessible nameserver>
[Peer]
PublicKey = <remote public key>
PresharedKey = <shared PSK>
AllowedIPs = <one particular address to be routed through the VPN>
Endpoint = <public IP 1>:51820
Does anyone here use a vpn connection in this fashion? How can the Fritz be made to "digest" such a configuration?
Thanks