Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - slicedbread

#1
I followed the official road warrior setup guide for wireguard, and it worked perfectly with my first peer. However, as soon as I generate another peer in the gui, my original peer cannot make any connections. As soon as the second peer is disabled, the original peer can once again ping addresses both inside and outside my lan. I have been troubleshooting this for a few days now so any help is appreciated, and sorry if I am asking in the wrong place. firewall rules below.


on the wan interface:
action: pass
interface: wan
direction: in
tcp/ip version: ipv4
protocol: udp
source: any
desitination: wan address
port: 51820

on the wireguard interface:
action: pass
interface: wireguard
direction: in
tcp/ip version: ipv4
protocol: any
source: wireguard net
desitination: any


peer 1 configuration:

[Interface]
PrivateKey = abc...
Address = 10.10.90.2/24
DNS = 10.10.90.1

[Peer]
PublicKey = abc...
PresharedKey = abc...
Endpoint = vpn.mydomain.com:51820
AllowedIPs = 0.0.0.0/0,::/0


peer 2 configuration:

[Interface]
PrivateKey = abc...
Address = 10.10.90.3/24
DNS = 10.10.90.1

[Peer]
PublicKey = abc...
PresharedKey = abc...
Endpoint = vpn.mydomain.com:51820
AllowedIPs = 0.0.0.0/0,::/0
#2
I followed the official road warrior setup guide for wireguard, and it worked perfectly with my first peer. However, as soon as I generate another peer in the gui, my original peer cannot make any connections. As soon as the second peer is disabled, the original peer can once again ping addresses both inside and outside my lan. I have been troubleshooting this for a few days now so any help is appreciated, and sorry if I am asking in the wrong place. firewall rules below.


on the wan interface:
action: pass
interface: wan
direction: in
tcp/ip version: ipv4
protocol: udp
source: any
desitination: wan address
port: 51820

on the wireguard interface:
action: pass
interface: wireguard
direction: in
tcp/ip version: ipv4
protocol: any
source: wireguard net
desitination: any


peer 1 configuration:

[Interface]
PrivateKey = abc...
Address = 10.10.90.2/24
DNS = 10.10.90.1

[Peer]
PublicKey = abc...
PresharedKey = abc...
Endpoint = vpn.mydomain.com:51820
AllowedIPs = 0.0.0.0/0,::/0


peer 2 configuration:

[Interface]
PrivateKey = abc...
Address = 10.10.90.3/24
DNS = 10.10.90.1

[Peer]
PublicKey = abc...
PresharedKey = abc...
Endpoint = vpn.mydomain.com:51820
AllowedIPs = 0.0.0.0/0,::/0