• Malformed packet in protocol OpenVPN after sniffing

    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    It's unlikely that the packet is actually malformed. More likely is that Wireshark doesn't know how to interpret the contents of the packet. Wireshark's parsers don't always keep up with every change in packet contents across versions of things like OpenVPN.

  • OpenVPN - Can't ping some devices

    2
    0 Votes
    2 Posts
    176 Views
    V

    Probably these devices don't have the correct default gateway settings.

  • Port Forwarding through VPN

    10
    0 Votes
    10 Posts
    998 Views
    GertjanG

    @cneu88 said in Port Forwarding through VPN:

    pfSense B firewall Rules for OpenVPN: (those rules were created by the OpenVPN creation wizard)

    and pfSense A should have to same Wizard created rules on the it's interface.
    You have none , Then no VPN server is possible.

    @cneu88 said in Port Forwarding through VPN:

    Both rules work and I can see the traffic via the packet capture

    You want to reach this "LAN B" based server from the Internet.
    If packets reach the "LAN B" then ther is only one possible barrier left : a firewall rule on the web server running on LAN B ? Does the server on LAN B accept connection out of LAN B ?

    Still don't know what VPN has to do with this.

    Make your NAT rules work, it's just a classic router after router setup. So you need NAT rue on every router.

  • Using OpenVPN with Gateway Groups and Failover

    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Ovenpvn to office and access public servers using Office IP

    6
    0 Votes
    6 Posts
    662 Views
    E

    @Rico Still nothing..

  • Utilizing an Opt interface as a dedicated OpenVPN/VPN port

    1
    0 Votes
    1 Posts
    210 Views
    No one has replied
  • Lan network cant connect to openvpn clients

    3
    0 Votes
    3 Posts
    355 Views
    E

    @Rico I got it work now, the windows firewall block it, my bad forgot that part.

  • Can I use one of my 6 physical network ports to be a vpn port?

    55
    0 Votes
    55 Posts
    10k Views
    M

    Thank you for your time, I will address this at a later date, it is just too beyond me. I have restored my backup to before I attempted this.

  • access public SIP via remote with openvpn

    7
    0 Votes
    7 Posts
    1k Views
    JKnottJ

    @mohkhalifa said in access public SIP via remote with openvpn:

    VPN and SIP both must be configured with the same protocol.

    ????

    While the VPN normally uses UDP, but can use TCP, SIP is usually TCP and RTP uses UDP. The VPN should be passing both UDP and TCP, as would any other IP path.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • Adding Proxy.Pac in Open VPN server

    Moved
    1
    0 Votes
    1 Posts
    214 Views
    No one has replied
  • OpenVPN monitoring for VPN clients appears to be out of sync

    1
    0 Votes
    1 Posts
    199 Views
    No one has replied
  • Cannot access static IPs on LAN from VPN

    5
    0 Votes
    5 Posts
    777 Views
    B

    @viragomann - THANK YOU.
    That was the problem. I had recently changed from a an external modem handling PPPoE to moving PPPoE onto pfSense. Proxmox needed to have the ADSL modem IP address because of the chicken and egg scenario of building the pfSense VM after I built and patched up Proxmox. I forgot about Proxmox's gateway address needing to change.
    I really appreciate the help.
    Bryon

  • FQDN

    13
    0 Votes
    13 Posts
    966 Views
    R

    We are using Revo Uninstaller to remove the client package before re-installing. Should this not be enough? Revo is even finding the registry and remaining files.

  • 0 Votes
    1 Posts
    169 Views
    No one has replied
  • Issue creating folder with MS Outlook

    4
    0 Votes
    4 Posts
    446 Views
    RicoR

    I'm a Outlook/OpenVPN User and have no idea what you are talking about. ;-)
    Can you post a screenshot?
    Mailbox is Exchange or what do you have there?

    Generally speaking, the OpenVPN tunnel is transparant to Outlook, it should be no difference if you are connected to LAN or via VPN.

    -Rico

  • IPv6 over OpenVPN

    10
    0 Votes
    10 Posts
    1k Views
    U

    Thank You for your help on everything, it works now! :)

  • push dhcp-option DOMAIN breaks my windows client resolution

    1
    0 Votes
    1 Posts
    548 Views
    No one has replied
  • 0 Votes
    4 Posts
    451 Views
    noplanN

    the untrusted IPs to find in

    contractor-list.txt

    the script should look something like that ... called by the openVPN Server

    client-disconnect /root/contractor_disconnect.sh #!/usr/local/bin/php -q <?php require_once('/etc/inc/notices.inc'); $name= getenv('ifconfig_pool_remote_ip'); $fp = fopen('contractor-list.txt','r'); if($fp) { while (!feof($fp)) { $line = fgets($fp, 100); if($name==str_replace('\n','','$line')) { $local_connect_value = " \n user_name: " . getenv('common_name') . " \n vpn_client_ip: " . getenv('ifconfig_pool_remote_ip') ." connected from " . getenv('trusted_ip') . " on " . date('F j, Y, g:i a'); if ( strrchr (__FILE__ , 'disconnect') ) { $local_connect_value .= ", \n duration : " . round(((getenv('time_duration'))/3600),2) . " hours, or " . round(((getenv('time_duration'))/60),2) . " minutes, or " . getenv('time_duration') . " seconds,\n upload from vpn-client (received) : " . round(((getenv('bytes_received'))/1048576),2) . " MB, \n download to vpn-client (send) : " . round(((getenv('bytes_sent'))/1048576),2) ." MB. \n DISCONNECTED.";} notify_all_remote($local_connect_value); } } } fclose($fp); ?>

    but something is bot workin
    so back to square one !

  • User authentication

    13
    0 Votes
    13 Posts
    956 Views
    johnpozJ

    Well if there only using user auth, then yeah they have a problem.. ;)

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.