• OpenVPN Android and DNS

    3
    0 Votes
    3 Posts
    2k Views
    S
    @viragomann: Configure your Android VPN client to use a public DNS server or set up the OpenVPN server to provide DNS servers to clients which are capable to resolve the hostnames. Thanks for the reply. I was using the OpenVPN connect and this did not have the option to change DNS (that i could see). so i tried OpenVPN for Android and set google DNS - but same issue. Any ideas?
  • OpenVPN Client can't connect to pfSense

    5
    0 Votes
    5 Posts
    5k Views
    K
    Thanks for the nudges in the right direction.  verb 3 wasn't giving me the info I needed, so I went after verb 4 and finally got more granular logs in my openvpn.log file. The first and big pointer was ERROR: could not read Auth username from stdin My auth-user-pass config didn't specify any txt file with the credentials in it, which makes me think the Synology's passing of the GUI entered credentials is fubar'd.  I commented the auth-user-pass config out, and of course, I got all sorts of TLS handshake errors. The connection requires a user/pass. Connected as we speak as long as I pass the credentials as a file. I really appreciate your help.  It says something when an OpenVPN thread in the Syno forum needs to be approved by a mod before it gets posted.  Lots of ambiguity on their front end presentation to a very robust VPN.
  • "Unable to contact daemon" Issue. but Servers are UP [Solved]

    2
    0 Votes
    2 Posts
    1k Views
    K
    Just in case anybody else is sharing the same problem - changing the unix socket in openvpn.inc to tcp socket solved my problem.
  • Multiple OpenVPN Remote Access Gateways (2.2.2)

    1
    0 Votes
    1 Posts
    551 Views
    No one has replied
  • Execute root commands using connect-client script [Solved]

    2
    0 Votes
    2 Posts
    647 Views
    H
    Update Actually there was no privileges issue. The script could not execute the root commands because it couldn't recognize them. I could fix the problem by specifying the full path to the commands. Examples: /usr/local/sbin/bgpctl reload (using just 'bgpctl reload' inside the script wasn't working) /sbin/route add -net $ifconfig_pool_remote_ip/30 -interface $dev -static Now it works.
  • Name resolution

    6
    0 Votes
    6 Posts
    1k Views
    S
    John, thank you, answer was right in front of my face ;-)
  • OpenVPN and SIP needs NAT

    4
    0 Votes
    4 Posts
    4k Views
    D
    My experience with SIP has been bittersweet at times (and I know I'm not alone). I find things have improved between providers and the current releases of FreePBX/Asterisk/pfSense such that mucking about in pfSense is mostly not needed anymore. No to mention the SIP protocol itself has evolved (somewhat) for the better, although I still use IAX2 with some setups to avois the NAT nightmare that can SIP can be. Very often it "just works" which is gratifying after years of trying to resolve  Voip software/ DID provider/Hardware manufacturer issues when everybody pointed at the other guy as the source of the problem <sigh>. Glad you're up and running.</sigh>
  • MOVED: Regras de sáida pelo OpenVPN

    Locked
    1
    0 Votes
    1 Posts
    481 Views
    No one has replied
  • How to setup OpenVPN site to site connection in pfsense with DHCP

    4
    0 Votes
    4 Posts
    905 Views
    D
    It it nice when the magic finally works  :) Glad you got i working. Feel free to ask more if you hit any particular road blocks or have some new config questions.
  • SAMBA over OpenVPN working partially

    18
    0 Votes
    18 Posts
    5k Views
    I
    Understood!!! THANKS!
  • Automatically Route Client IP addresses to the LAN

    1
    0 Votes
    1 Posts
    473 Views
    No one has replied
  • OpenVPN - Site-to-Site - Multiple Sites (Peer to Peer -Shared key)

    7
    0 Votes
    7 Posts
    2k Views
    A
    Hi fgmoyses, Can you send me the details of client and server setup for multiple sites.Because I am tying almost one week to fix this issue.I am very glad if you send me your setup. Thanks and regards.
  • Can't access remote network through OpenVPN tunnel

    13
    0 Votes
    13 Posts
    2k Views
    W
    I see what you're saying. Thanks.
  • New OpenVPN setup for road-warriors - connected but no routing

    55
    0 Votes
    55 Posts
    22k Views
    S
    I know it's an older thread but I wanted to throw out two things that helped me.  We have a CARP setup so two routers. router2 couldn't ping the OpenVPN-LAN subnet. Routes looked fine.  Solution: reboot router2. When testing, router1 worked fine. Router2 connected and I could ping the router but not further. Solution: devices on the LAN are set to the CARP alias IP as their gateway, so the VPN through router2 will only work if CARP failover is in effect so that IP is shifted to router2.
  • Force using IP of interface

    9
    0 Votes
    9 Posts
    2k Views
    V
    You just need to create an outbound NAT rule which translates source IP of packets leaving pfSense on your "problem interface" to the interface address. This solution works, no matter if DHCP is on or not.
  • Connection working, but can brows internet only partly?!

    1
    0 Votes
    1 Posts
    576 Views
    No one has replied
  • Openvpn pfsense 2.2

    11
    0 Votes
    11 Posts
    3k Views
    B
    Hrm. After increasing the logging level to 4 again from the recommended 3 I'm now seeing this message a lot: MULTI: bad source address from client Gotta get to bed for tonight but it seems like the IP that is showing up at the OpenVPN server is that of my local wifi connection and not the VPN IP that should be showing up. ~Brett OpenVPN config: <openvpn><openvpn-server><vpnid>1</vpnid> <mode>server_tls</mode> <protocol>UDP</protocol> <dev_mode>tun</dev_mode> <ipaddr><interface>wan</interface> <local_port>7696</local_port> <custom_options><caref>snip</caref> <crlref><certref>snip</certref> <dh_length>1024</dh_length> <cert_depth>1</cert_depth> <crypto>AES-128-CBC</crypto> <digest>SHA1</digest> <engine>none</engine> <tunnel_network>172.16.snip/24</tunnel_network> <tunnel_networkv6><remote_network><remote_networkv6><gwredir>yes</gwredir> <local_network>192.168.snip/24</local_network> <local_networkv6><maxclients>10</maxclients> <compression>adaptive</compression> <passtos><client2client><dynamic_ip>yes</dynamic_ip> <pool_enable>yes</pool_enable> <topology_subnet><serverbridge_dhcp><serverbridge_interface>none</serverbridge_interface> <serverbridge_dhcp_start><serverbridge_dhcp_end><dns_domain>snip</dns_domain> <dns_server1>192.168.snip</dns_server1> <dns_server2>8.8.8.8</dns_server2> <dns_server3>8.8.4.4</dns_server3> <dns_server4><push_register_dns>yes</push_register_dns> <netbios_enable><netbios_ntype>0</netbios_ntype> <netbios_scope><no_tun_ipv6><verbosity_level>4</verbosity_level></no_tun_ipv6></netbios_scope></netbios_enable></dns_server4></serverbridge_dhcp_end></serverbridge_dhcp_start></serverbridge_dhcp></topology_subnet></client2client></passtos></local_networkv6></remote_networkv6></remote_network></tunnel_networkv6></crlref></custom_options></ipaddr></openvpn-server></openvpn>
  • OpenVPN allows webConfigurator

    12
    0 Votes
    12 Posts
    2k Views
    DerelictD
    Generally, on interface rules that are evaluated top down - first match wins, if you want to limit what the users can do you go from most specific to least specific: Pass what your users need to access - DNS to DNS servers, pings to gateway for troubleshooting/comfort, etc. Block what you do not want your users to access - DMZ to LAN or other local networks, webConfig (don't forget WAN address or This firewall (self)), etc. Pass everything else - (the internet)
  • Seperating VPN Traffic from Non VPN Traffic

    14
    0 Votes
    14 Posts
    3k Views
    T
    @Derelict: Just look at the OpenVPN threads.  There's a really long one about PIA that covers all this.  Sorry, I don't have a bookmark for it. There's a checkbox in the OpenVPN client config that says don't pull routes.  With that checked make an alias for the hosts you want to go out the VPN and set the VPN as a gateway in a matching rule. Appreciate the help. Will look for the post on PIA so I can figure it out.
  • OpenVPN, RADIUS & Client-Specific Overrides

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