Open pinghedm opened 1 year ago
It's weird that it works when run separately despite having --connect-retry-max 1
set and the same temporary connection issue.
Maybe try using iptables in case it's a firewall issue - --firewall iptables
That did fix things. Thank you for your help, and for building the tool in the first place!
I'm trying to try out using vopono but I can't get it to complete startup.
I'm running it with a custom openvpn file on PIA (downloaded the custom file from PIA itself using their generator - the ones generated by vopono sync didn't work when I passed them to openvpn itself, but the custom ones do) - running openvpn with this as a config file does work, but vopono times out trying to start up open vpn.
I'm not a huge networking guy, so apologies if I leave out something useful; if the answer turns out to be 'I dunno, sounds like your setup is odd' I totally understand!
Version info
vopono example command (fails)
openvpn command that vopono is executing, as per its output (I removed the logfile flag so it would just print directly) (succeeds - in a different split I can run ex
curl ifconfig.me
and I get a different ip address than my actual one)I notice that the openvpn command does initially say network is unreachable (
)
but then continues on, whereas in the vopono command it seems to just fail after timing out there. I don't know enough to know if this is significant or trivial, or if there's something obvious that implies about my networking (which is not unusual as far as I know!) that either I or vopono can change.
If there's other information I can provide, happy to.
Thanks!