• Extremely Low Download Speed (0.5mbps?!) ExpressVPN (LOGS!)

    24
    0 Votes
    24 Posts
    4k Views
    B
    @VAMike: @bcruze: @Derelict: Not sure how anyone actually thought that these commodity VPN providers had a sustainable business model as traffic/subscribership increased. i understand what you are saying but they advertise only 30% decrease in speeds from your ISP. I, for one, have never seen misleading advertising or inflated claims! The bottom line is that no VPN can avoid adding latency. Depending on what you're doing that may be a small impact or a huge impact. But, given the billions of dollars of R&D that have poured into reducing latency over the internet, it's got to have some noticeable effect. You may be willing to make that tradeoff, but be aware there is a tradeoff. i had over 15 support tickets to nordvpn in the past 2 and a half weeks.  at home and work.  whether i used my pfsense box or their proprietary software.  i could not get half of my internet speed on ANY device i used. (heck it couldn't get 1/8 of my connection) they refunded my money yesterday and I won't go back.  that was my 2nd time using their service,  the last time was 2 years ago so they have not improved at all.    buggy software, and servers either overloaded or misconfigured. just my experience at multiple locations with multiple devices i don't have that exact issue with PIA.    but their servers work more reliably and are faster. i am still looking for an alternative to PIA.  i am open to any suggestion for  Pfsense/ Openvpn use and for Apple, windows 10 use
  • Blocking SIP traffic inside an OpenVPN tunnel?

    2
    0 Votes
    2 Posts
    505 Views
    C
    tried with a different SIP soft-client (Zoiper) and it worked. It seems there is a bug in LinPhone.
  • OpenVPN scanning

    2
    0 Votes
    2 Posts
    686 Views
    DerelictD
    All traffic between client and server should ultimately be encrypted and out-of-view to anything running on the firewall anyway. I do not know of anything other than squid+clamav for that and it will almost certainly be ineffective for file share traffic.
  • OpenVPN server remote routes dissapearing when rebooted

    3
    0 Votes
    3 Posts
    575 Views
    bingo600B
    Story is continued here https://forum.pfsense.org/index.php?topic=142066.0 Awaiting Derelict to get time to look at my uploaded configs. /Bingo
  • PIA VPN client on causing connectivity issues on non routed interfaces

    1
    0 Votes
    1 Posts
    336 Views
    No one has replied
  • OpenVPN service not starting after suddenly shutdown

    2
    0 Votes
    2 Posts
    690 Views
    jimpJ
    Sounds like you have a low-level filesystem issue. Take a config backup before doing anything about it. You might be able to use the console reboot menu to run a fsck (disk check) for the next reboot, if that doesn't work you'll need to reboot to single user mode from the loader menu and then run "fsck -y /" a few times until it finds nothing wrong. Don't stop running it when it claims the disk has been fixed, it needs to be re-run until it finds no new problems. Worst case scenario, reinstall using the recover config.xml option to retain your existing settings.
  • Port Forward through OpenVPN

    5
    0 Votes
    5 Posts
    2k Views
    M
    OK Solved! I've flag the option "Force all client generated traffic through the tunnel" in client specific overrides, this time worked perfectly! Thanks to all!!
  • OpenVPN Advanced Config Custom Options

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    The optimal buffer size depends on your connection and other factors, it's not so simple as picking a number and using that for everything. There is a GUI control for send/receive buffer in 2.4.x, you can use that if you like, or if you leave it set at 'default' then you can still use whatever advanced option you want for those directives.
  • OpenVPN\Certificate Creation SSL Errors

    10
    0 Votes
    10 Posts
    3k Views
    jimpJ
    It's actually not the e-mail address that is the trigger but any SAN in addition to a CN with a space. It tries to copy the CN to the SAN list, but a CN with a space can't make a valid SAN entry, so it ended up with a bunk empty entry due to the way I coded that feature originally. https://redmine.pfsense.org/issues/8252 I just pushed a fix, should show up in a few minutes.
  • Openvpn bug? route push not added to server config

    3
    0 Votes
    3 Posts
    1k Views
    S
    We might misunderstand each other or I might be wrong.. -> Since the server never pushed the route "push "route 192.168.1.0 255.255.255.0"" to the client, the client on the lan(192.168.1.0/24) would use  the "wifi interface" when requesting host's in the 192.168.1.0/24 range instead of tun interface (opnvpn adapter). When I added "push "route 192.168.1.0 255.255.255.0"" to the server config, the client now knows it should use the tun interface instead. The reason I thought this could be a bug is because when I configured the server I specified these options(using the wizard): Tunnel Network 10.0.8.0/24 Redirect Gateway checked Local Network 192.168.1.0/24 Because of the "Local Network 192.168.1.0/24" entry I expected "push "route 192.168.1.0 255.255.255.0"" to be present in the server.conf. Any way, things are working and im happy:)
  • PIA and OpenVPN Server; no internet access for clients

    7
    0 Votes
    7 Posts
    3k Views
    V
    Thnx for the guide it is very clear :). Still can't get it to work. Is there a way to see what rule is blocking communications from clients connected to the OpenVPN server?
  • Site2Site w. PKI and /30 nets - routes are not installed on reboot

    13
    0 Votes
    13 Posts
    1k Views
    DerelictD
    Well we have to find out what you have buggered up because it does indeed work for tens of thousands of other people. I guess post your /cf/conf/config.xml in a pm to me. Unfortunately PMs don't allow attachments.
  • Remove user certificate

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    DerelictD
    He was being helpful. It is exactly what needed to be said. Of all the choices of doktor posts to single out, that one was pretty tame. If that offended you, well, good luck on the internet. I would place more blame on the newbie who received a pertinent answer inside of 5 minutes then disappeared without so much as a thank you. Locking this ancient thread.
  • Packets disappear between vpn client and vpn server

    1
    0 Votes
    1 Posts
    420 Views
    No one has replied
  • Openvpn clients unable to reach servers through ipsec connection (AZURE)

    2
    0 Votes
    2 Posts
    603 Views
    Q
    Well I feel stupid. I started to do  traceroute from Diagnostics tab and did a ping test from server located inside the azure network and realized it the traceroute was leaving my network but stopping when it hit Azure. So i logged into Azure and checked my "Local network gateway" and realized that forgot to add the address space of 10.0.12.0/24. Yay its working [image: pic4.png] Also I had to switch the outbound NAT to Manual Outbound NAT rule generation. (AON - Advanced Outbound NAT) with the rules generated.  The order of the outbound NAT are very important to getting it work correctly.
  • Nordvpn OVPN working but unable to view Netflix, its blocked

    6
    0 Votes
    6 Posts
    4k Views
    B
    after several more hours of this i have this working the way i required it. my cameras and tv are running on the gateway wan. all other devices are working through the nordvpn tunnel.      this has been an absolute nightmare.  i finally have a good backup to my cloud account of the console config backup… i also feel along the way with the support tickets i have sent to them they have fixed several issues they were having with servers and speed.  as of last night i am getting faster speeds than ever connected. i haven't changed anything but with my pictures of the config its just working better. i hope it stays this way. i ended up canceling my subscription to NORDVPN>  they could not give me the speeds they said were available on any of their servers.  i have those speeds through a difference provider
  • PIA setup

    7
    0 Votes
    7 Posts
    1k Views
    B
    @Hakon74: Hello. lates guide https://helpdesk.privateinternetaccess.com/hc/en-us/articles/115005760606-Setting-up-a-Router-running-pfSense-Firmware i posted that in the official PIA thread the day it happened.  i feel because of several of my support tickets to them. they no longer suggest using their 256 bit encryption, the above is the ONLY "supported" way of connecting with a openvpn device… i had told them how unhappy i was with the logs i was getting from them(console).  then i switched to nordvpn and that was a whole nother mess.... anyways i am glad its working for you.  these openvpn setups have taken hours of my days trying to get this to work!
  • OpenVPN server behind router Draytek Virgo 2925

    5
    0 Votes
    5 Posts
    2k Views
    T
    the server is working now, solution is missing gateway on WAN interface.
  • Ovpn Client to Endian works! but not for all ip?

    11
    0 Votes
    11 Posts
    2k Views
    V
    The NAT method is also called masquerading and that puts it in a nutshell. A Windows firewall by default only trusts devices in its own network and with this method it seems that the access comes from its own network segment. To do this is an easy workaround as long as you have no need to determine the source device on the destination device. So, in my opinion, its sufficient for home use, but in a business environment I would prefer the routing method and configure the firewalls to allowing access as needed.
  • Tunel OpenVPN server rafic through OpenVPN client

    1
    0 Votes
    1 Posts
    310 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.