go558a83nk
Members2-
Content Count
2136 -
Joined
... -
Last visited
... -
Days Won
39
Everything posted by go558a83nk
-
using the same device that previously worked?
-
rude? you're the one that seems to be trolling. Any guide to setting up openvpn on pfsense will work with AirVPN. It's just openvpn, nothing unique to any VPN company.
-
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk replied to go558a83nk's topic in General & Suggestions
Eddie probably needs updated for its network lock to work with the updated openvpn. Turn off the network lock and see if that fixes it. -
this has to be a joke.
-
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk replied to go558a83nk's topic in General & Suggestions
I don't know. Maybe I'm wrong. But obviously the older version of openvpn is being used in Eddie. -
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk replied to go558a83nk's topic in General & Suggestions
That's the wintun driver, not openvpn. Look in your logs and it should say what version of openvpn is being used. -
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk replied to go558a83nk's topic in General & Suggestions
You must be using at least openvpn 2.5 besides the wintun driver. -
ANSWERED AirVPN takes 2-3 mins to connect or disconnect
go558a83nk replied to pfolk's topic in Troubleshooting and Problems
depending on what version of openvpn bundled with Eddie a person may also have to download a newer version and force Eddie to use that instead of the bundled. -
Win 10 TAP V9 Adapter set to 100 Mbit
go558a83nk replied to pfolk's topic in Troubleshooting and Problems
See this. You just need to get Eddie running at least openvpn 2.5 to make use of the wintun driver. Perhaps a beta version of Eddie already has an appropriate openvpn version. -
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk replied to go558a83nk's topic in General & Suggestions
I use pfsense so I'm not using openvpn on windows. I just posted it here as I figured there would be some people who'd like to use it. -
Run plex outside of the VPN
go558a83nk replied to p5-f20w18k's topic in Troubleshooting and Problems
set the domain plex.tv to go outside the tunnel. when Plex checks to see what its IP address is and checks to see if remote access is working it'll use that domain. P.S. direct play and direct stream are both options that don't transcode the video. what is it you're trying to avoid by not sending plex through the VPN? -
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk replied to go558a83nk's topic in General & Suggestions
great speeds! how does that compare to the TAP driver? -
ANSWERED WINTUN replacement for Windows TAP driver
go558a83nk posted a topic in General & Suggestions
Interesting thing I came across. Surprised to see no talk of this in the forum yet. https://lists.zx2c4.com/pipermail/wireguard/2019-September/004580.html -
ANSWERED pfSense install sometimes capped at 20mbit
go558a83nk replied to Panja's topic in Troubleshooting and Problems
that's more evidence that it's your ISP shaping bandwidth. -
ANSWERED pfSense install sometimes capped at 20mbit
go558a83nk replied to Panja's topic in Troubleshooting and Problems
sounds like the route to the server your using gets relegated to limited bandwidth and non-priority at times. your ISP at fault. See if it happens when you use servers that use different routes. -
point 2 will be the hardest to meet. all combined I know of no router that does all you require.
-
ANSWERED pfsense / SSL Tunnel specific guide?
go558a83nk replied to spookygoy's topic in General & Suggestions
I said in step 2, point 8 how to see logs for stunnel. But you said above "there is no where to find logs either". But there is. Please make sure stunnel is or is not running. Then you must edit your openvpn config to suit. It's all in the steps I outlined above. -
ANSWERED pfsense / SSL Tunnel specific guide?
go558a83nk replied to spookygoy's topic in General & Suggestions
I edited my post to confirm you create a stunnel tunnel in services>stunnel. Once that's running you can edit your openvpn config to connect to the listening stunnel daemon, which is step 3. -
pfSense install - speeds are rather slow
go558a83nk replied to Panja's topic in General & Suggestions
it could be that the route is overloaded or your ISP has poor bandwidth to whatever intermediate network(s) is used. -
pfSense install - speeds are rather slow
go558a83nk replied to Panja's topic in General & Suggestions
quit trying the same NL datacenter. obviously your route is poor and is especially congested during peak hours (evening). try other datacenters. -
ANSWERED pfsense / SSL Tunnel specific guide?
go558a83nk replied to spookygoy's topic in General & Suggestions
you don't need to import any cert for stunnel to work. 1) install stunnel package from package manager 2) Create the stunnel tunnel here in services>stunnel. /pkg.php?xml=stunnel.xml Select client mode use 127.0.0.1 as listening IP listen on port doesn't matter but you'll just use whatever you put here in the openvpn client setup certificate is default redirect IP is found in the .ssl file that you can download for stunnel in the config generator redirect port is also found in that ssl file (in the name of the file too) save the stunnel tunnel your status_logs.php should show stunnel activity to let you know it's running 3) Create or edit an openvpn config for AirVPN keeping everything the same as usual but changing the following protocol is TCP only interface is any server address is 127.0.0.1 server port is what you setup as listening port for the stunnel tunnel in the custom options box input route <server IP address> 255.255.255.255 net_gateway; where <server IP address> is the same as in point 5 above Now in my experience it'll connect then disconnect, perhaps a few times before finally staying connected. Just be patient. -
OpenVPN speeds super slow after VPN Need help
go558a83nk replied to RAA1811's topic in Troubleshooting and Problems
router CPU can't do openvpn very fast at all. only a few can, if they have the proper firmware and an AES-NI CPU. -
No, it's not more secure for the actual data. It's more resistant to hostile networks. It doesn't take appreciably more power to use and performance might be a little better depending on the network used. They may not throttle it like they might other openvpn connections. It's not the default because some old devices may not support tls-crypt? I'm not sure.
-
tls-crypt means that the control channel of openvpn is encrypted from the start. all servers support this at entry IP 3 or 4.
-
pfSense install - speeds are rather slow
go558a83nk replied to Panja's topic in General & Suggestions
you need to try different datacenters for different routes. all the NL servers are in the same datacenter I think. Does your CPU support AES-NI?