OpenVPN Wizard created default OpenVPN Interface rule which is:Action = PassInterface = OPENVPNTCP Version = IPV4Source = Any Destination = AnyDest.Port Range = AnyGateway = default.OpenVPN Wizard created default WAN Interface rule which is: Action = Pass TCP Version = IPv4 Protocol = UDP Source = ANYDestimation = WAN AddressDestination_Port_Range = OpenVPNGateway = Default
Quote from: marjohn56 on February 02, 2018, 04:17:59 pmOpenVPN Wizard created default OpenVPN Interface rule which is:Action = PassInterface = OPENVPNTCP Version = IPV4Source = Any Destination = AnyDest.Port Range = AnyGateway = default.OpenVPN Wizard created default WAN Interface rule which is: Action = Pass TCP Version = IPv4 Protocol = UDP Source = ANYDestimation = WAN AddressDestination_Port_Range = OpenVPNGateway = DefaultThose look like OpenVPN server rules. Does anyone have a working OpenVPN client?
Ok I found a temporary work around for me. In the /tmp/rules.debug file there was this:# nat on openvpn inet from 192.168.6.0/24 to any port 1024:65535 # WIFI to OpenVPN# nat on openvpn inet from 192.168.7.0/24 to any port 1024:65535 # LAN to OpenVPNI changed that to this:nat on openvpn inet from 192.168.6.0/24 to any -> openvpn port 1024:65535 # WIFI to OpenVPNnat on openvpn inet from 192.168.7.0/24 to any -> openvpn port 1024:65535 # LAN to OpenVPNAnd issued this command:pfctl -f /tmp/rules.debugAnd now my openvpn works. So there is an error in the Outbound NAT code that generates that part of the rules file.