• OpenVPN Wizard failure

    3
    0 Votes
    3 Posts
    599 Views
    B
    Thanks jimp. Grabbing the latest build solved the problem. Thanks for your help!
  • 0 Votes
    6 Posts
    773 Views
    DerelictD
    That's all great but this is not edgerouter support. It appears the pfSense side is fine but the edgerouter is not routing traffic for 192.168.101.0/24 back over the tunnel. That said, try adding an OpenVPN option on the edgerouter that results in this: "--route 192.168.101.0 255.255.255.0" edit - Probably not since the zebra route is in the table to the correct tunnel it must be getting that from somewhere else. Probably have to ask them.
  • Custom password protected page in pfsense. Is it posible?

    3
    0 Votes
    3 Posts
    311 Views
    A
    Thanks
  • New OpenVPN attack demo'd at DEFCON

    2
    0 Votes
    2 Posts
    588 Views
    jimpJ
    Yep, that's been going around for the last week or so. We have disabled compression by default for new OpenVPN instances on 2.4.4. The good news is that it depends not only on compression being enabled, but also on the attacker being able to get the user to load plaintext they can predict (e.g. HTTP sites), and even then it can only get access to a little bit of data there like session info, and even then only on certain browsers (it doesn't work against Chrome). So it's a clever attack using classic TLS issues with compression, but the sky isn't exactly falling for most people. https://www.netgate.com/docs/pfsense/releases/2-4-4-new-features-and-changes.html https://redmine.pfsense.org/issues/8788 https://media.defcon.org/DEF%20CON%2026/DEF%20CON%2026%20presentations/Nafeez/
  • 0 Votes
    4 Posts
    1k Views
    E
    In case this will help any one else, I've figured this out.... Here is a link on how to find the logs for NPS... https://social.technet.microsoft.com/Forums/windows/en-US/45aa3000-c32b-483b-8d6e-565b56b163fc/how-to-check-the-nps-logs-in-the-event-viewer?forum=winserverNAP Basically there are text file logs in c:\Windows\System32\LogFiles\In* , or you can check in Event Viewer under Diagnostics -> Event Viewer -> Custom Views -> Server Roles -> Network Policy. In my case, the problem users were set to "Deny Access" under the "Dial In" tab of the user properties in AD Users & Computers. Setting to Allow Access fixed it up. If you don't see the "Dial In" tab, this may be of help : https://support.microsoft.com/en-ca/help/975448/the-dial-in-tab-is-not-available-in-the-active-directory-users-and-com For me, I had to be on the server to get that tab, not accessing Active Directory Users and Computers on another PC. Hope this will help someone else. Thanks, Derelict for pointing me in the right direction!
  • Want to route 5060 port traffic throught openvpn

    5
    0 Votes
    5 Posts
    1k Views
    A
    I've just successfully troubleshot a 2nd extension today: Depending on your OpenVPN connection (all traffic, DNS etc) you may want to change your PBX hostname in the SIP client from FQDN to LAN IP, and make sure that all Local networks are listed in the appropriate sip.conf file.
  • Openvpn to two lan networks.

    openvpn multiple-lan
    11
    0 Votes
    11 Posts
    4k Views
    JKnottJ
    @pnunn The default route is simply the way out of the network. It's just like driving somewhere. The first thing you have to do is get out of your driveway. On more complex networks there may be other, more specific routes that might be used first, but eventually you'll need a default route. The only exception is at the top level, between ISPs, carriers, etc., where every possible route must be known and the packet gets dropped if there isn't a route. You could route through an interface, but only on point to point links. On Ethernet, there's always the possibility of more than one other NIC out there, so you can't rely on using just the interface.
  • 2 Different OpenVPN instances w/ unique users?

    3
    0 Votes
    3 Posts
    640 Views
    B
    @viragomann maybe I screwed up then. I had a root CA, and under that I had two intermediate CAs, one for each OVPN. They were both able to log in. I'll try making two root CAs.
  • Openvpn server one way audio

    5
    0 Votes
    5 Posts
    1k Views
    S
    @andrewz I did that allready.
  • OpenVPN and CARP anddress. Problem to reconnect.

    7
    0 Votes
    7 Posts
    863 Views
    DerelictD
    That is automatic if the OpenVPN server is bound to the CARP VIP. If it is not doing that you have something wrong. What that something is could be anything based on the information given. What would probably be telling are the OpenVPN logs from both nodes during a failover and failback. Maybe the system logs.
  • Client not able to connect - loop forever

    6
    0 Votes
    6 Posts
    5k Views
    R
    @nikkon How do I disable suricata?
  • OpenVPN and Dynamic IP

    10
    0 Votes
    10 Posts
    3k Views
    S
    Thank a lot for replies Is there a way to make it shorter than 60-sec ? Any setting to adjust ?
  • pfsense as OpenVPN server only

    2
    0 Votes
    2 Posts
    840 Views
    jimpJ
    Yes. The modem/edge router will need a static route pointing the VPN client subnet back to pfSense When there is only one interface it is WAN That's a bit vague, but in general you'll still need a few things. pfSense will have to use the modem for its default gateway, you'll need firewall rules on pfSense to pass the VPN traffic in WAN and OpenVPN tab rules to pass VPN traffic in there.
  • OpenVPN Client dropping every second state

    19
    0 Votes
    19 Posts
    2k Views
    O
    @jimp said in OpenVPN Client dropping every second state: Also "OpenVPN" is an interface group not an interface, so using it as a NAT destination may not always do what you expect, especially for outbound NAT since it would effectively round-robin in that way for outbound. Yeah I didn't realise it would round robin like that but now I do. @derelict said in OpenVPN Client dropping every second state: 10.1.70.0/24 still looks wrong. I removed that em0.70 interface and configured the server properly, Now that route isn't there which is good.
  • Problem with OpenVPN Client Export

    12
    0 Votes
    12 Posts
    2k Views
    A
    @derelict said in Problem with OpenVPN Client Export: That's not correct. Use your own PKI. Thank you for your reply. No no, I am using my own keys. The problem were COMODO keys actually. Everything works perfect now. Thank you for all your support .
  • Can't connect to VPN from certain networks

    2
    0 Votes
    2 Posts
    421 Views
    DerelictD
    Nothing there would prevent access from one client over the other. The rules on WAN only allow connections to the VPN server itself. (Not sure why you have two there. It looks like the second one is superfluous). The OpenVPN rule passes all traffic from OpenVPN endpoints into the firewall. I would look at the client for the problem.
  • Double OpenVPN config on single network WAN>LAN>WAN2>LAN2

    2
    0 Votes
    2 Posts
    450 Views
    DerelictD
    Honestly, in that case I would probably use IPsec. There really isn't enough information provided to make any recommendations. Need to know how the subnets are defined, etc. Zero idea what you are doing with that eth1 - eth2 loop at Site B, for instance.
  • HowTo: Route part of your LAN via TorGuard or PIA.

    45
    0 Votes
    45 Posts
    29k Views
    GertjanG
    @poisonvodka said in HowTo: Route part of your LAN via TorGuard or PIA.: Did a lot of the screenshots disappear when forums migrated to netgate? :( Yep. But never mind, screenshots from 2 years back aren't very useful anyway - as is probably most info in this thread.
  • Subdomain for VPN Access

    5
    0 Votes
    5 Posts
    4k Views
    M
    As flynjets already stated, for your subdomain, change your DNS record type to an A record pointed at your IP instead of a CNAME. If you want your clients to connect using your vpn.mydomain.com subdomain instead of an IP, that change is made during client export. I.e. change the Host Name Resolution option to "Other" and enter vpn.mydomain.com in the Hostname box.
  • Aggregating OpenVPN connections for higher speeds

    3
    0 Votes
    3 Posts
    536 Views
    M
    @derelict Thanks for the response. Much appreciated.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.