• redirecting local network to openvpn network

    2
    0 Votes
    2 Posts
    438 Views
    V
    @scroll_dp said in redirecting local network to openvpn network: OpenVpn network -- 192.168.1.0/24 local network -- 192.168.0.0/24 Best practice would be to not use these networks, since they are default on many routers and hence widely used. But yes, it's possible to workaround the routing issue with an additional IP on the OpenVPN interface, which lies outside of these networks. To set this up, assign an interface to the OpenVPN server instance and activate it, say it's OPT1. Then go to Firewall > Virtual IPs and add an a new IP of type "IP alias" to this interface, e.g. 10.47.23.41/32. Then add a port forwarding rule to OPT1 for the destination IP 10.47.23.41 and target it to the concerned server. So you can use 10.47.23.41 to connect to the server from the OpenVPN. If you don't have "redirect gateway" in the OpenVPN server settings you have to add the virtual IP to the "Local networks", 10.47.23.41/32 in this example. If you have multiple IPs to be redirected you can use a /24 subnet mask for the virtual IP and add a NAT 1:1 rule to redirect the whole subnet.
  • 0 Votes
    1 Posts
    541 Views
    No one has replied
  • Server OpenVPN with FreeRadius and TFA does not start

    1
    0 Votes
    1 Posts
    183 Views
    No one has replied
  • No ping to router after pfsense

    7
    0 Votes
    7 Posts
    789 Views
    R
    @hendi You have no Ping because that's ICMP and not TCP.
  • OpenVPN "Enforce key usage" configuration option.

    2
    0 Votes
    2 Posts
    658 Views
    J
    @jimbo123 I've since found this Redmine that seems to confirm that the option adds "remote-cert-tls server" in the config for the client: https://redmine.pfsense.org/issues/11865 This is the option that has been added to the "Cryptographic Settings" in OpenVPN client configuration options. [image: 1661825614470-screenshot-from-2022-08-30-03-13-20.png]
  • PIA UP but unable to route to it

    3
    0 Votes
    3 Posts
    631 Views
    O
    @litlelee9 Your first ping test seemed to be pinging itself - is that why it seemed to work but actually wasn't? If you are policy routing and the FW rules are still using the old gateway can you just go change it? You should see in the gateway column on the LAN etc interface which rules have a GW defined. Sorry if that's stating the obvious.
  • [solved] DCO (Data Channel Offload) working?

    2
    0 Votes
    2 Posts
    401 Views
    jimpJ
    It isn't an option that is negotiated, it doesn't know or care if the remote side does DCO. It only changes how the system locally handles crypto. If it's enabled, it's used.
  • OpenVPN client on only one interface

    2
    0 Votes
    2 Posts
    284 Views
    johnpozJ
    @npsgpsv6zt simple policy route, setup your vpn client on pfsense. But don't pull routes from the vpn service, then just policy route whatever device or network you want to use the vpn connection. https://docs.netgate.com/pfsense/en/latest/multiwan/policy-route.html
  • OpenVpn setup with Dynamic DNS + cloudflare

    1
    0 Votes
    1 Posts
    244 Views
    No one has replied
  • Packet loss when download and TCP connection error

    13
    0 Votes
    13 Posts
    651 Views
    Cool_CoronaC
    When you fill your pipe on the VPN with a DL then packetloss will occur. Everything else is getting throttled. Also a normal DL on the connection that fills the pipe will see packetloss. Thats why people tend to use bandwidth limiters for the services so this doesnt occur.
  • Sick of Plex

    5
    0 Votes
    5 Posts
    746 Views
    johnpozJ
    @edwardnizz said in Sick of Plex: with the Nvidia shield, I couldn't find a way to sign in to the server portion. Oh from like the shield interface to plex - yeah that is prob limited sort of interface. For some more advanced server stuff you prob better access the plex from your fav browser. And via the plex.tv url because if you access it direct via ip or local name, etc. that web gui interface is normally a few revisions behind what is available when you use https://app.plex.tv/desktop/#!/ [image: 1661484840358-webinterface1.jpg]
  • Single SMB Server Issue...

    5
    0 Votes
    5 Posts
    619 Views
    C
    @johnpoz Yup all of that is true. Additionally the server is on the same hyper-v machine that all the other servers are on. So it's not a real world networking problem at all. All the Vms are on the same 10Gb virtual switch. The only odd thing about this particular server is that it has a 6TB volume on it. Also, this was not a problem with another firewall system that also used openvpn. I switched to pfsense because the ipsec support is somehow better- this was trying to resolve an issue with a customer we need to connect to. Now I can't get to testing the ipsec link until I resolve this. I've got a $10,000 Checkpoint sitting here which I want to return.
  • OpenVPN connection Problems

    2
    0 Votes
    2 Posts
    488 Views
    D
    If you have a CRL and used the default expiry (9999 days), it might be this. This appears in the openvpn server log as something like: VERIFY ERROR: depth=0, error=CRL has expired
  • open vpn through via proxy server

    1
    0 Votes
    1 Posts
    258 Views
    No one has replied
  • OpenVPN logging all traffic

    1
    0 Votes
    1 Posts
    210 Views
    No one has replied
  • 0 Votes
    1 Posts
    547 Views
    No one has replied
  • CRL is not yet valid

    3
    0 Votes
    3 Posts
    931 Views
    O
    @jimp Yes, that is right. Thanks It's strange that it didn't show up before. This VM is over a year old. It was constantly on/off.
  • OpenVPN Speed problem on 1 Gbps link

    12
    0 Votes
    12 Posts
    1k Views
    K
    @spyder0552 Thanks, I will be going through some debugging and might go for a new netgate appliance 6100 Max with new pfsense+ version, i will update the thread once i have some updates
  • Cant connect to servers with internal and external ip via OpenVPN

    4
    0 Votes
    4 Posts
    529 Views
    johnpozJ
    @yellowphoenix18 no reason to delete - its a valid sort of question that others might have. Glad you got it sorted.
  • Site to Site OpenVPN on PFsense 22.05

    3
    0 Votes
    3 Posts
    474 Views
    N
    @jarhead interesting, in every demo i saw or procedure i read, it was all about /24 for the tunnel but ok lets try /30 here is my server side Tunnel config [image: 1661010141961-2c3a40fd-7d4f-402c-92dc-928ad5252ec1-image.png] This is the client side Tunnel config [image: 1661010249110-4289c6ec-11a7-4f59-9030-f566bf6357b0-image.png]
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.