• Can't get UDP to work. TCP works fine

    Locked
    15
    0 Votes
    15 Posts
    8k Views
    B
    I forgot to mention that when I make a PPTP VPN between the two networks it works both ways no problem to access the shared files!  ??? but ofcourse that's different for thr OpenVPN I'm pretty sure I have to add some route in the config file or in pfsense gui but I can't figure what exactly. i tried in windows: "route add 192.168.50.0 mask 255.255.255.252 192.168.10.5"        but still no access to \192.168.10.6 my openvpn ip is 192.168.10.6 (and my physical ethernet adapter uses 192.168.50.0) but i saw in the ovpn gui that it pushes the routes to 192.168.10.5 so i guess that is my gateway … or am i wrong? probably... Cry Havoc , please i'm sure you know the solution. you're the man :) cheers
  • Routing problem with roadwarriors to alternative WAN interface (solved)

    Locked
    12
    0 Votes
    12 Posts
    4k Views
    S
    AON works as expected, thanks again for your help.
  • Redirecting DNS only through VPN (solved kind of)

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenVPN Client can not Access LAN!

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    C
    Thanks ! I had solved the problem myself. Regards, CQ
  • Assigning tun Interfaces?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Routing over OpenVPN to public Internet

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    T
    Works!!! Thanks for help.
  • 0 Votes
    15 Posts
    6k Views
    B
    @franklookyou: You might also try browsing the OpenVPN users mailing-list (http://news.gmane.org/gmane.network.openvpn.user).  A quick look over the past month turned up a couple of people asking about similar-ish problems. Ah.  Excellent.  I'll take a look there.  Thanks for the link.
  • Incorrect routing to some public IP addresses due to OpenVPN tunnel.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenVPN user page

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    GruensFroeschliG
    http://forum.pfsense.org/index.php/topic,5282.0.html
  • Openvpn logs to remote syslog

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenVPN suddenly won't stay connected.

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Working on getting OpenVPN server bridging to fly.

    Locked
    94
    0 Votes
    94 Posts
    89k Views
    T
    okay - with these custom options i get this log route 192.168.3.0 255.255.0.0;route 192.168.4.0 255.255.0.0;push "route 192.168.1.0 255.255.0.0";push "redirect-gateway def1";dev tap0;server-bridge 192.168.1.1 255.255.255.0 192.168.1.150 192.168.1.165 Feb 3 11:38:41 openvpn[49146]: OpenVPN 2.0.6 i386-portbld-freebsd7.0 [SSL] [LZO] built on Nov 9 2008 Feb 3 11:38:41 openvpn[49146]: WARNING: file '/var/etc/openvpn_server0.key' is group or others accessible Feb 3 11:38:41 openvpn[49146]: WARNING: Since you are using –dev tap, the second argument to --ifconfig must be a netmask, for example something like 255.255.255.0. (silence this warning with --ifconfig-nowarn) Feb 3 11:38:41 openvpn[49146]: gw 192.168.2.1 Feb 3 11:38:41 openvpn[49146]: OpenVPN ROUTE: OpenVPN needs a gateway parameter for a –route option and no default was specified by either --route-gateway or --ifconfig options Feb 3 11:38:41 openvpn[49146]: OpenVPN ROUTE: failed to parse/resolve route for host/network: 192.168.3.0 Feb 3 11:38:41 openvpn[49146]: OpenVPN ROUTE: OpenVPN needs a gateway parameter for a –route option and no default was specified by either --route-gateway or --ifconfig options Feb 3 11:38:41 openvpn[49146]: OpenVPN ROUTE: failed to parse/resolve route for host/network: 192.168.4.0 Feb 3 11:38:41 openvpn[49146]: TUN/TAP device /dev/tap0 opened Feb 3 11:38:41 openvpn[49146]: /sbin/ifconfig tap0 192.168.5.1 netmask 192.168.5.2 mtu 1500 up Feb 3 11:38:41 openvpn[49146]: /etc/rc.filter_configure tap0 1500 1573 192.168.5.1 192.168.5.2 init Feb 3 11:38:41 openvpn[49160]: UDPv4 link local (bound): [undef]:1194 Feb 3 11:38:41 openvpn[49160]: UDPv4 link remote: [undef] Feb 3 11:38:41 openvpn[49160]: Initialization Sequence Completed if i remove all but dev tap0;server-bridge 192.168.1.1 255.255.255.0 192.168.1.150 192.168.1.165 i get this in the log Feb 3 12:06:11 openvpn[52031]: OpenVPN 2.0.6 i386-portbld-freebsd7.0 [SSL] [LZO] built on Nov 9 2008 Feb 3 12:06:11 openvpn[52031]: WARNING: file '/var/etc/openvpn_server0.key' is group or others accessible Feb 3 12:06:11 openvpn[52031]: WARNING: Since you are using –dev tap, the second argument to --ifconfig must be a netmask, for example something like 255.255.255.0. (silence this warning with --ifconfig-nowarn) Feb 3 12:06:11 openvpn[52031]: TUN/TAP device /dev/tap0 opened Feb 3 12:06:11 openvpn[52031]: /sbin/ifconfig tap0 192.168.5.1 netmask 192.168.5.2 mtu 1500 up Feb 3 12:06:11 openvpn[52031]: /etc/rc.filter_configure tap0 1500 1573 192.168.5.1 192.168.5.2 init Feb 3 12:06:12 openvpn[52044]: UDPv4 link local (bound): [undef]:1194 Feb 3 12:06:12 openvpn[52044]: UDPv4 link remote: [undef] Feb 3 12:06:12 openvpn[52044]: Initialization Sequence Completed this is the entry i'm referring too Feb 3 12:06:11 openvpn[52031]: WARNING: Since you are using –dev tap, the second argument to --ifconfig must be a netmask, for example something like 255.255.255.0. (silence this warning with --ifconfig-nowarn) i'm not sure how to go about it
  • OpenVPN log message - not sure why 127.0.0.1

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    B
    Sorry about this. I rebooted the box and all seems fine now. Log message are just what you'd expect to see. Regards Mark
  • Site-to-site OpenVPN using PKI not working properly.

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    I
    Hey Franky I tested this again on 1.2.2 over a wan link and it works just fine, so sorry about all this. Your how-to is spot on, top class! Cheers
  • OpenVPN Timeout - Disconnect Idle Clients

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    R
    Anyone? :(
  • Can't change openVPN port

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M
    I don't use port forwarding for this connection. I connect directly to the openVPN port which I added in the firewall rules.
  • 0 Votes
    3 Posts
    3k Views
    M
    okey.. thanks.. but..now problem is.. Mon Jan 19 15:01:02 2009 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct  1 2006 Mon Jan 19 15:01:02 2009 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA.  OpenVPN 2.0-beta16 and earlier used 5000 as the default port. Mon Jan 19 15:01:02 2009 Cannot load certificate file client1.crt: error:02001002:system library:fopen:No such file or directory: error:20074002:BIO routines:FILE_CTRL:system lib: error:140AD002:SSL routines:SSL_CTX_use_certificate_file:system lib Mon Jan 19 15:01:02 2009 Exiting why when i open openvpn gui to connect this log i have?
  • OpenVPN - Active Directory authentication

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    R
    Hi, I have just implemented a solution where I connected the OpenVPN server to my Radius server (Internet Authentication Service - Microsoft). I did this with the plugin openvpn-auth-pam. After a lot of problems it finally works ok. Te plugin you may revceive from the openvpn installation kit. There is also a plugin named openvpn-auth-ldap on the net. Look in the forum there some pointers to it. Good luck. Ariel
  • 0 Votes
    2 Posts
    2k Views
    GruensFroeschliG
    Can you be more specific what's not working? Also a "bit" more information would be welcome.
  • OpenVPN and CARP

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    E
    Perfect it runs!!!!!!!  :)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.