greenspanner
New Around Here
Hi, I've successfully moved all my OpenVPNs over to Wireguard and I am very impressed with the speed and the session manager script. After solving a few things myself, I have a couple of issues that I'm hoping are quite straightforward but beyond my skills.
Firstly, with ovpn, on the router (192.168.1.1) I could run
to check each clients IP. Now, I can only do it with the clients started without policy rules.
Secondly, when connected to the server (wg21), I can't access the webUI of an instance of transmission that i run on 192.168.1.111. As above, I can access the webUI from a server connection when I turn policy off on wg13. I also tried with passthru rules removed and the issue still occurs. When I connect to the, I get correctly passedthru wg11 as expected, but no webUI. It works fine when connected to wg11 locally as every DHCP client goes through it.
Hopefully these two issues are not hard to fix with somw tweaks of the policy rules, I've tried a few combinations but can't crack it. Let me know if you need any more info
Also, I couldn't reply to the main 3rd Thread, I got an error saying it was over six months old. Hope making a new topic is ok
Firstly, with ovpn, on the router (192.168.1.1) I could run
Code:
curl icanhazip.com --interface xx
Secondly, when connected to the server (wg21), I can't access the webUI of an instance of transmission that i run on 192.168.1.111. As above, I can access the webUI from a server connection when I turn policy off on wg13. I also tried with passthru rules removed and the issue still occurs. When I connect to the, I get correctly passedthru wg11 as expected, but no webUI. It works fine when connected to wg11 locally as every DHCP client goes through it.
Hopefully these two issues are not hard to fix with somw tweaks of the policy rules, I've tried a few combinations but can't crack it. Let me know if you need any more info
Code:
Server Auto Subnet
wg21 Y 10.50.1.1/24
Server Client Passthru
wg21 wg11 S21
wg21 wg11 mba
interface: wg11
ID Peer Interface Source Destination
1 wg11 VPN 192.168.1.32/27 Any
interface: wg13
ID Peer Interface Source Destination
3 wg13 VPN 192.168.1.111 Any
Also, I couldn't reply to the main 3rd Thread, I got an error saying it was over six months old. Hope making a new topic is ok