• 0 Votes
    8 Posts
    5k Views
    B
    PsySkeletor, did you get this to work?  If so, can you post a description on your configs, I can't get the pfsense client to connect to my softether server - my configs are off.
  • OpenVPN certain devices

    1
    0 Votes
    1 Posts
    707 Views
    No one has replied
  • OpenVPN + Radius (Assign Static IP to client)

    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    Yes, using Framed-IP-Address. If you're using a normal style setup then you set that to the IP address to assign the client and it sets one IP address lower as the "server" end. If you have topology subnet enabled you have to send back the address as above but also supply a Framed-Mask parameter that has the subnet mask in dotted quad notation (e.g. 255.255.255.0)
  • Update to 2.1, Issue with PKI

    10
    0 Votes
    10 Posts
    3k Views
    W
    This issue still exists. Can't seem to run the PKI server as user/group nobody with advanced option: user nobody;group nobody
  • Setting up multiple VPN with OpenVPN

    4
    0 Votes
    4 Posts
    767 Views
    I
    Thank you friends, I will follow the guidance of Lords.
  • Options error: –auth-user-pass requires --pull

    4
    0 Votes
    4 Posts
    6k Views
    J
    Thanks for the quick reaction, the problem was as you described and I found the way to solve this. Since it defaults to "Peer to Peer (SSL/TLS)", Safari auto completed the authentication section. I used Chrome to delete the client and create a new one, and it is working now. Thanks! Joost.
  • OpenVPN - Not Working across Windows Profiles

    2
    0 Votes
    2 Posts
    646 Views
    H
    filesystem permissions?
  • Went physical to virtual, AES is having no effect on OpenVPN performance

    1
    0 Votes
    1 Posts
    719 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    BeerBelliB
    You can do this in System > Routing > Routes.  Add a rule for the site you want to go to over the WAN by getting the correct IP Address using the below method: Get a Websites IP Addresses to exclude from VPN using the Terminal: host domain name      [to obtain IP Address] whois ip address use the CIDR ip address range (69.53.224.0/19)        [This is the IP I have set for Netflix] On the rule you create, set the Gateway to WAN.
  • Routing problem[SOLVED]

    5
    0 Votes
    5 Posts
    994 Views
    P
    Thanks, heper!.  Your post helped me a lot. I had the same suspicion , but got scared from the new 2.2 advanced routing screen :-) For anyone in the future who might have the same problem. On Pfsense 2.2, go to NAT -> Outbound NAT. Switch to Hybrid NAT. Add entry on WAN(most likely) for NAT. Source should be your Openvpn LAN of the remote site.  Please have in mind that in my case there was NO NAT(on purpose)  between openvpn remote  LAN and tunnel net. In case you have such NAT, you might need to change advanced NAT rule, source to be the tunnel net.
  • Pfsense 2.3b openvpn vyprvpn tunnel will not start

    1
    0 Votes
    1 Posts
    654 Views
    No one has replied
  • Problem with PING from e to ServerVPN

    2
    0 Votes
    2 Posts
    694 Views
    D
    If I understand your description, your setup is something like: Started with: LAN_B–-------[SiteB Client1]-WAN->(OVPN 10.76.0.8/30)<-WAN-[SiteA Server1]–-------LAN_A (192.168.42.0/24)                                                                                                          (192.168.40.0/24) Then you added a new OVPN server on SiteA to give you: LAN_B---------[SiteB Client2]-WAN->(OVPN 10.76.0.8/30)<-WAN-[SiteA Server1]–-------LAN_A (192.168.42.0/24)                                                                          /      |                        (192.168.40.0/24)                                                                                                       /      |           LAN_C--------[Other Client2]–-------(OVPN 10.76.0.44/30)--/      [SiteA Server2] (192.168.0.0/24) So (B) <-> (A) can communicate fine, but (C) <-> (A) sees only the tunnel address 10.76.0.45&46? This is usually a routing problem in the OpenVPN config. What type of server did you create for Server2 (SSL/TLS, Shared Key, Remote)?
  • Transparent VPN Setup

    3
    0 Votes
    3 Posts
    962 Views
    M
    To accomplish what you're asking would involve configuring a bridged solution.  But the question is what are you trying to overcome by implementing a bridged VPN solution?  Routed is "better" in almost every case, so I'm curious as to why you're thinking about implementing a bridged solution. The only reason to go bridged is if your clients need to communicate with an application that relies on broadcasts.
  • Windows DNS resolution + OpenVPN ?

    6
    0 Votes
    6 Posts
    1k Views
    M
    Yes, the DNS server originates from another subnet than the configured local network. What do you mean with /32? Since your DNS server is in a different subnet, you will have to enter their IP's in the DNS section and push a route to that network, which is what viragomann described.  The /32 is CIDR notation and has to do with routing.  In this case, if your DNS server was on 192.168.100.10/24, instead of pushing a route to the entire network (i.e. 192.168.100.0/24), you could just push a route to the host by entering 192.168.100.10/32, which would isolate access to the DNS server only instead of the entire network it sits on. Is the ip only not sufficient? For the DNS servers, yes, but not for the "IPv4 Local Network/s" section or any other network portion of the config.
  • [soled] Site B ping site A but site A does not ping site B

    2
    0 Votes
    2 Posts
    654 Views
    V
    I missed iroute in client overrides :) From official documentations: For a site-to-site SSL/TLS server using IPv4, the IPv4 Tunnel Network size can alter how the server behaves. If x.x.x.x/30 is entered for the IPv4 Tunnel Network then the server will use a peer-to-peer mode much like Shared Key operates: It can only have one client, does not require client-specific overrides or iroutes, but also cannot push routes or settings to clients. If an IPv4 Tunnel Network larger than that is used, such as x.x.x.x/24, the server will accept multiple clients and can push settings, but does require iroutes.
  • Wonder someone is nice enough to show me how to install openvpn ?!

    6
    0 Votes
    6 Posts
    1k Views
    N
    Yup.  That's why I just took it at face value and didn't try to interpret.
  • OpenVPN Configuration

    3
    0 Votes
    3 Posts
    1k Views
    chpalmerC
    That's the first time Ive read that document I have to admit. On the outbound NAT page notice that the address they show is the "Tunnel Network" and not one of your LAN addresses.  It might be easier for them to show a totally differen't subnet as their tunnel network in that document to help people not jump to the wrong conclusion as I did when I first skimmed over that.  But read slowly and you will catch it. I use a majority of addresses in the 172.x.x.x range and all my tunnel networks are 10.10.1.x/30  I just use the next /30 as I add vpn's. If you don't intend on routing all your internet traffic through one site or the other just skip the last instruction under Advanced Configuration.
  • OpenVPN Client goes down on WAN IP change

    4
    0 Votes
    4 Posts
    3k Views
    N
    hi, I have the same problem, there any solution? Thanks
  • OpenVPN point-to-point: cannot connect to server "network drive"

    4
    0 Votes
    4 Posts
    1k Views
    O
    is there on the Server side a AD/DC in usage? Did you create there then User accounts then? Yes, but if this is the problem I expect that Windows ask me username and password when I try to connect to the network drive (like happen when I use the IP address).
  • Home vpn

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