Okay, thanks for the quick reply.
I got it working following that github comment.
I got it working following that github comment.
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$ docker exec -it transmission bash
root@b7212cb4e31a:/# curl https://ipv4.am.i.mullvad.net/port/54853
{"ip":"185.204.*:*","port":54853,"reachable":false}
root@b7212cb4e31a:/# curl https://am.i.mullvad.net/connected
You are connected to Mullvad (server fi1-wireguard). Your IP address is 185.204.*.*
ports:
- 9091:9091
- 54853:54853
- 54853:54853/udp
Quote from: Greelan on December 14, 2020, 08:13:57 PM
Try manually specifying the tunnel network as the source in the firewall rule, rather than using "WireGuard net". When I set mine up, I found that alias didn't work. It may have been because I didn't bother assigning an interface to the wg device. Or there could be a bug so that it affects you too.
Failing that, suggest you post screenshots of the relevant settings pages, sanitised as necessary. Easier to diagnose any issues.
# wg show
interface: wg0
public key: bhl3WDz2EdVsuPuT9sEM9Rnh2RDjc+mbzEz9F5AeRXo=
private key: (hidden)
listening port: 51820
peer: p+tDrxzGx4R9xG0kw6i4K8wYWE8fqNdqSJvB30MgWRY=
endpoint: 91.233.116.229:1443
allowed ips: 0.0.0.0/0
latest handshake: 1 minute, 13 seconds ago
transfer: 883.44 KiB received, 930.11 KiB sent
persistent keepalive: every 25 seconds
interface: wg1
public key: Bqx05LwlkAgrDVfvcxOGPRDOBxk18iG6wGsr0kDerHg=
private key: (hidden)
listening port: 51821
peer: j1l15iWrXORJGdbjLZyInfLbYSHmWUS3mEU6KS5Yai4=
allowed ips: 10.10.10.2/32
wg0 p+tDrxzGx4R9xG0kw6i4K8wYWE8fqNdqSJvB30MgWRY= 1608057665
wg1 j1l15iWrXORJGdbjLZyInfLbYSHmWUS3mEU6KS5Yai4= 0
QuoteRules defined under Firewall ‣ Rules ‣ WireGuard take precedence over rules individually configured for each tunnel.So sounds like this should work, even if i'm not using wg1 as the source.