octopus
Part of the Furniture
I have to ask if you can connect to the wireguard server from the outside, wan side?
I have set up server with different port and preshared key.
Can connect within lan but not from wan side, anyone tried?
3004_388.6_beta1
EDIT: Have tested with vpn server2 and same behavior there, can connect inside lan, not from wan side.
EDIT2: I think I found it, missing shebang "#!/bin/sh" in file "/etc/openvpn/server2/fw.sh" but it seems that it will be written anyway.
@RMerlin
Can you possible test this? want to know if it something with latest gpl mergeing or if I have done some weird thing here.
thank you!
I have set up server with different port and preshared key.
Can connect within lan but not from wan side, anyone tried?
3004_388.6_beta1
EDIT: Have tested with vpn server2 and same behavior there, can connect inside lan, not from wan side.
EDIT2: I think I found it, missing shebang "#!/bin/sh" in file "/etc/openvpn/server2/fw.sh" but it seems that it will be written anyway.
@RMerlin
Can you possible test this? want to know if it something with latest gpl mergeing or if I have done some weird thing here.
thank you!
Code:
Chain WGSF (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * wgs1 0.0.0.0/0 0.0.0.0/0
7 420 ACCEPT all -- wgs1 * 0.0.0.0/0 0.0.0.0/0
Chain WGSI (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:12345
3 248 ACCEPT all -- wgs1 * 0.0.0.0/0 0.0.0.0/0
Last edited: