• OpenVPN Client Export settings - no save button?

    4
    0 Votes
    4 Posts
    1k Views
    E
    i had this "problem" too, until i figured out i need to create users & user certificates before i can use the export function.
  • Route from VPN Server to VPN Client connection?

    5
    0 Votes
    5 Posts
    1k Views
    E
    Ok, now i understand. Thanks again for this explanation!
  • OpenVPN server on one NIC

    2
    0 Votes
    2 Posts
    584 Views
    jimpJ
    That's fine, and that's a typical way to deploy as a VPN appliance. For traffic leaving pfSense going to the rest of the local network, you will need to apply outbound NAT to mask the source, or add a route for the tunnel network on whatever routing device is used as the default gateway on the local network.
  • How to create an OpenVPN client to VPN.ht

    1
    0 Votes
    1 Posts
    627 Views
    No one has replied
  • Aesni.ko needed?

    6
    0 Votes
    6 Posts
    2k Views
    PippinP
    @BlueKobold: Because something is done in software it must not be really bad or more bad then other things. Its not really about bad/bad more but more about whats going on under the hood (and my lack of understanding). Thanks
  • Cant connect to an certain site, looked at all the logs, no idea why

    10
    0 Votes
    10 Posts
    2k Views
    M
    @johnpoz: Yeah most likely when your on your vpn your using your vpn for dns..  Which kind of want if you want to resolve your home stuff..  So just create an over ride in your home dns to resolve where that webserver name is to its 172 address and you should be fine. or just create a host entry on your work machine to resolve what you want to the 172 address. aww yiss, hosts file entry worked perfect, Thank you!
  • [SOLVED] Connect a pfsense to two OpenVPN servers

    6
    0 Votes
    6 Posts
    2k Views
    A
    Sorted out. As imagined, the problem was routes. I had realized that was intermittent. An hour traffic going through a VPN, another hour went by another. The solution was to mark the option that our friend posted verdi. "don't pull routes". [image: UhSXE8.jpg] I did it in the second VPN and normalized access instantly. Now the internet will for my WAN and the access of the VPNs will by their respective interface through NAT.
  • PfSense OpenVPN client to CentOS 6.5 OpenVPN server

    15
    0 Votes
    15 Posts
    2k Views
    K
    It's been a while since I've actually run an OpenVPN server or client but roughly speaking: Assign the tun(4) interface used by the OpenVPN client as an OPT interface at the Interfaces->(assign) menu. Create a new outbound NAT rule at Firewall->NAT, set interface in the rule to the newly created OPT interface, leave everything else at defaults.
  • Mobile Clients w/Peer to Peer - Connected, but not passing traffic?

    2
    0 Votes
    2 Posts
    521 Views
    J
    I've done some additional diagnostics and found that after much trial and error, firewall B is seeing traffic (I shut off all rules, address an easy pass rule and logged it) and then verified it with a packet capture however, even with Windows firewall turned off (and the port open), I'm not seeing a response from the server like it's still not getting to it….
  • [BUG] OpenVPN with external CA and certificates

    4
    0 Votes
    4 Posts
    2k Views
    F
    @cmb: Import your CA certs as a chain into a single CA config entry. Actually I did that. But it does not solve the problem completely. Still CSRs generated locally and signed by the intermediate CA are showing with issuer external. However, if I generate the CSR, sign them with the intermediate CA and upload the certs BEFORE installing the Intermediate CA (ca-chain) then they are recognized as being issued by the intermediate CA once the intermediate CA is added.
  • How many openvpn server [Solved]

    5
    0 Votes
    5 Posts
    984 Views
    D
    That's the basic idea, although I wouldn't suggest the hardware I'm running is particularly high powered (or even new for that matter, 7+ years old). I have learned that more memory is an asset as well - again within limits. 512MB is tight in some scenarios (I still have one box with 384MB! ), 1GB is good, 2GB is great, 3GB+ is fantabulous. The packages caveats always apply, asking the box to do more than route and basic firewall and/or VPN adds to the required resources. When you get to the Snort/Suricata, Clamv, setups a whole different set of parameters get invoked that are best described in their respective forums.
  • Multi-WAN VPN, which WAN?

    1
    0 Votes
    1 Posts
    528 Views
    No one has replied
  • Newly created second OpenVPN server does not appear in Client Export

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    P
    @cmb: Peer to peer mode won't have an export as remote access. Ah, got it. Thanks.
  • How to reach another network from my OpenVPN connection

    7
    0 Votes
    7 Posts
    2k Views
    D
    @viragomann: @Damned: @viragomann: On which interface is this taken? At pfSense2 take a packet capture on WAN interface. pfSense 1 is the upstream gateway on pfSense 2 or is there another way to the internet? This is from pfsense2 (192.168.30.105) on WAN interface with filter for host address: 192.168.50.100 I think pfsense is upstream gateway of pfsense2 yes. I'm not familiar with the term So you should also see this if you take a packet capture at pfSense 1 on DMZ and OpenVPN, right? Yes I should. The capture is from the WAN-side of pfSense2 It has interfaces: WAN manual 192.168.30.105 LAN manual 192.168.40.1 OPT1 manual 192.168.50.1 And pfsense1 looks like: WAN 1000baseT <full-duplex>192.168.1.2 LAN 100baseTX <full-duplex>192.168.20.1 OPT1 1000baseT <full-duplex,flowcontrol,rxpause,txpause>192.168.30.1</full-duplex,flowcontrol,rxpause,txpause></full-duplex></full-duplex> EDIT: Packet capture looks exactly the same when running on pfSense#1 (192.168.30.1) for OpenVPN interface EDIT#2: I'm starting to believe it is either a pfSense2 issue, or a XenServer issue. In XenServer I've simply created 2 VLANs, 1 and 2. My previous statement that the VMs under pfsense2 have internet access only seems to be half truth. Pinging works fine. I get decent latency I think ~10ms to hosts in my country, ~150ms for pfsense.org with no package loss. Tried accessing a host over ssh. I can see in the host's auth.log that I'm trying to connect. Then my ssh-client on my PC just disconnects. Something about a socket, afraid I can't remember the exact message However when I tried a wget, it got stuck on waiting for HTTP response. I had to cancel it. Tried a netinstall of debian - it took forever. Eventually it said it could not reach the mirror. Went ahead and did a netinstall on the same network as the XenServer host (pfSense1) - no issues at all. wget works fine, getting 27MB/s. Guess I'll have to search around for XenServer VLAN performance a bit… EDIT#3: Well this looks like it! https://forum.pfsense.org/index.php?topic=85797.0 I'll give it a try next time i can.
  • PIA VPN With IP Based Routing But HTTP and HTTPS is Routed Different

    4
    0 Votes
    4 Posts
    2k Views
    T
    @kesawi: ##Send specific source hosts via VPN acl src_to_vpn src 192.168.1.20/30 192.168.1.24/31 tcp_outgoing_address XXX.XXX.XXX.XXX src_to_vpn Is this different from the following option in Squid>General [image: Q2Zg7F9.jpg] This above GUI option does not specify the gateway to be used, whereas the code you mentioned does. Any idea where to put your options in Squid 2.3 GUI?
  • Cannot Ping nothing besides pfSense? (SOLVED)

    1
    0 Votes
    1 Posts
    689 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    M
    Strange thing, it worked with the movement of tls key, but still same kind of problem. But if I insert a space (or any char) somewhere in the key windod and deletes it, ans same thing in advanced window (which looks like: persist-key; persist-tun; remote-cert-tls server; key-direction 1; reneg-sec 432000 and save, then I can connect. otherwise I get auth failed after disconnection.
  • Reach slave HA node from Openvpn Client

    3
    0 Votes
    3 Posts
    1k Views
    jimpJ
    https://doc.pfsense.org/index.php/CARP_Secondary_Unreachable_Over_VPN
  • [SOLVED]pfSense - traffic through external OpenVPN client

    1
    0 Votes
    1 Posts
    760 Views
    No one has replied
  • Cisco 525G2 Handsets connecting via SSL VPN

    8
    0 Votes
    8 Posts
    5k Views
    F
    Here's instructions on how to set up OpenConnect as a server: https://wiki.openwrt.org/doc/howto/openconnect-setup
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.