• Is there a way to route only one NIC through VPN?

    4
    0 Votes
    4 Posts
    1k Views
    H
    yes thats the "unless you are satisfied with static/fixed ip's " approach
  • OpenVPN without fixed IPs

    4
    0 Votes
    4 Posts
    837 Views
    D
    Are all the other steps required to set up a VPN the same? Yes, the OpenVPN server running on pfSense only needs to know that it should be "listening" for connections on the WAN NIC (or whichever one you choose). It doesn't care how someone outside your network finds the address of the WAN NIC, that's their problem. DDNS solves that problem by giving you an easy to remember domain name that is translated behind the scenes into the external IP address of the WAN NIC. The great "Client Export" package makes it easy to install the correct client with all the settings for DDNS, certificates, etc. preset for you. I just had this discussion with someone else recently and it takes far more time to describe the process of making this all work than to actually do it. It really is fairly simple once you see it in action, try it out and we'll help as necessary.
  • Logjam - DH and OpenVPN

    6
    0 Votes
    6 Posts
    3k Views
    D
    Thanks for your answer and your link to the docs. I generated my own already a month ago which I feel is more safe then using the default :).
  • OpenVPN Client Export not showing users to export

    3
    0 Votes
    3 Posts
    9k Views
    S
    I had this same problem but for different reasons. I created the user first, and didn't check the box to create a user certificate.  The user certificate is optional when defining users, but is a requirement for the user to be listed under openvpn client export. Perhaps a note in the openvpn page under the Authentication heading could include that it's not enough only to define users under System > User Manager but they must be defined with a user certificate.
  • OpenVPN strange issues connecting to WebConfig

    4
    0 Votes
    4 Posts
    752 Views
    P
    Even better, I should get off the 192.168.1.0/24 space and both my issues are gone.
  • OpenVPN routing issue - all traffic goes through VPN

    5
    0 Votes
    5 Posts
    895 Views
    S
    ok maybe Thank you very much anyway
  • Confused about OpenVPN + username + cert + RADIUS

    8
    0 Votes
    8 Posts
    3k Views
    H
    First, make sure that your radius server is receiving Acces Requests from your VPN server and that it is sending replies. you can filter packets using tcpdump tcpdump -X -i vmx0 -s0 port 1812 for example. For OpenVPN logs under pfsense go to "Services->System logs-> OpenVPN"
  • OpenVPN user management for many users

    1
    0 Votes
    1 Posts
    444 Views
    No one has replied
  • Help; Problem enabling access to machines on the network with OpenVPN

    3
    0 Votes
    3 Posts
    756 Views
    G
    @marvosa: Post the IP range for each segment as well as your OpenVPN config (server1.conf). First of all, thank you for the reply marvosa, appreciate the help, here's the IP ranges for each interface: APPSERVER- 192.168.97.1/24 (Static IPv4 and DHCP enabled). MGT - 10.0.0.90/24 (Static IPv4, this connection is setup as LAN, meaning this is the IP address I use to connect to my pfSense machine). And the other two (NETGEAR and DLINK) are setup as PPPoE WAN connections, meaning they're getting their IP address from my ISP. Also, here's the OpenVPN server1.conf file: dev ovpns1 verb 1 dev-type tun tun-ipv6 dev-node /dev/tun1 writepid /var/run/openvpn_server1.pid #user nobody #group nobody script-security 3 daemon keepalive 10 60 ping-timer-rem persist-tun persist-key proto udp cipher AES-256-CBC auth SHA1 up /usr/local/sbin/ovpn-linkup down /usr/local/sbin/ovpn-linkdown client-connect /usr/local/sbin/openvpn.attributes.sh client-disconnect /usr/local/sbin/openvpn.attributes.sh local 93.173.17.8 tls-server server 10.0.1.0 255.255.255.0 client-config-dir /var/etc/openvpn-csc username-as-common-name auth-user-pass-verify "/usr/local/sbin/ovpn_auth_verify user 'Local Database' false server1" via-env tls-verify "/usr/local/sbin/ovpn_auth_verify tls 'opvtest+UCA' 1" lport 1194 management /var/etc/openvpn/server1.sock unix max-clients 10 push "route 10.0.0.0 255.255.255.0" ca /var/etc/openvpn/server1.ca cert /var/etc/openvpn/server1.cert key /var/etc/openvpn/server1.key dh /etc/dh-parameters.2048 tls-auth /var/etc/openvpn/server1.tls-auth 0 comp-lzo adaptive persist-remote-ip float topology subnet
  • How to include txt file in openvpn client export?

    2
    0 Votes
    2 Posts
    525 Views
    jimpJ
    Currently there is no way to accomplish that. But the good news is that if you are saving the auth locally, just get rid of the auth, it does you no good. TLS Key + Certs alone is fine if you are making the auth a non-factor by saving it anyhow.
  • Client Export - 1.2.16 ERROR corrupted 404 Bytes

    5
    0 Votes
    5 Posts
    1k Views
    J
    Thank you doktornotor! I'll check this out!
  • Openvpn static key

    1
    0 Votes
    1 Posts
    447 Views
    No one has replied
  • 0 Votes
    2 Posts
    636 Views
    H
    I managed to find out the problem: In the configuration file of the OpenVPN server located in /var/etc/openvpn/server1.conf: client-connect /usr/local/sbin/openvpn.attributes.sh client-disconnect /usr/local/sbin/openvpn.attributes.sh The first line is responsible of adding attributes to the connecting clients, one of these attributes is the Radius attribute "Frame-IP-Address". These scripts get overridden if the client-connect and client-disconnect were added to the advanced configuration of OpenVPN. So to solve the problem, I deleted the "connect-client" entry from the advanced configuration and modified /usr/local/sbin/openvpn.attributes.sh with the necessary lines to execute (the lines I had in my old client-connect script).
  • OpenVPN and two pfSense

    19
    0 Votes
    19 Posts
    3k Views
    D
    @2chemlud: I don't even get what is not working in your setup… No wonder, with terminology like "see internet traffic on client". Why should some OpenVPN client "see internet traffic"?
  • How to Modify OpenVpn Package in PFsense ?

    1
    0 Votes
    1 Posts
    405 Views
    No one has replied
  • OpenVPN with 2 links

    2
    0 Votes
    2 Posts
    627 Views
    P
    Same Problem here OpenVPN Server log: openvpn[]: 91.xx.xx.xx:1194 TLS: Initial packet from [AF_INET]91.xx.xx.xx:1194, sid=81e8d10a openvpn[]: 91.xx.xx.xx:1194 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) openvpn[]: 91.xx.xx.xx:1194 TLS Error: TLS handshake failed openvpn[]: 91.xx.xx.xx:1194 SIGUSR1[soft,tls-error] received, client-instance restarting
  • TAP Drivers not WHQL signed

    4
    0 Votes
    4 Posts
    1k Views
    T
    Try the Securepoint OpenVPN client software, instead of using the OpenVPN Windows client.
  • Shoretel phones, OpenVPN & One way audio.

    5
    0 Votes
    5 Posts
    1k Views
    B
    @cmb: OP bought support and I ended up working through this issue with him. Turned out the problem was a Windows server involved in routing was blocking the traffic. CMB you rock brother! Thank you for the help and yes it was a damned Windows server that was blocking the RTP traffic from ports 10k-20k. Once i created a rule on the windows server it opened it all up and everything is rocking. Thanks again!
  • Client's public IP is being reported in SPEEDTEST.NET

    4
    0 Votes
    4 Posts
    956 Views
    johnpozJ
    Well as stated if your not redirecting your gateway and just handing out the routes to your networks then browser wouldn't use the vpn connection for IPs not behind the vpn.  Also if your browser is using a proxy could cause you the problem as well.
  • Able to connect to OpenVPN from OSX, but not iOS

    3
    0 Votes
    3 Posts
    1k Views
    L
    Have a look at the log from the client. 2015-06-18 15:54:03 EVENT: CONNECTION_TIMEOUT [ERR] 2015-06-18 15:54:03 EVENT: DISCONNECTED 2015-06-18 15:54:03 Raw stats on disconnect: BYTES_IN : 13432 BYTES_OUT : 50104 PACKETS_IN : 76 PACKETS_OUT : 105 KEEPALIVE_TIMEOUT : 1 CONNECTION_TIMEOUT : 1 N_RECONNECT : 1 2015-06-18 15:54:03 Performance stats on disconnect: CPU usage (microseconds): 446501 Network bytes per CPU second: 142297 Tunnel bytes per CPU second: 0 2015-06-18 15:54:03 EVENT: DISCONNECT_PENDING 2015-06-18 15:54:03 –--- OpenVPN Stop -----
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.