Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Client showing connected but not able to navigate to servers on network

    Scheduled Pinned Locked Moved OpenVPN
    2 Posts 2 Posters 716 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      robschieren
      last edited by

      I have a pfsense 2.1.2 installation and running OpenVPN on the box. There are a number of OpenVPN users on the box. They are all working except for one. The remote user is able to connect to the host and sometimes can ping the different servers at the host but not able to connect using UNC path (\Server). On the users PC I entered a host file to force the ip/server association and it still does not work. The host IP address is 172.16.11.0/24. The VPN Tunnel IP is 10.10.150.0/24 using UDP and port 1194. The IP address of the client is 192. 168.0.0/24

      Let me know what else you will need?

      Here is the openVPN config:

      dev ovpns1

      dev-type tun

      tun-ipv6

      dev-node /dev/tun1

      writepid /var/run/openvpn_server1.pid

      #user nobody

      #group nobody

      script-security 3

      daemon

      keepalive 10 60

      ping-timer-rem

      persist-tun

      persist-key

      proto udp

      cipher AES-128-CBC

      up /usr/local/sbin/ovpn-linkup

      down /usr/local/sbin/ovpn-linkdown

      client-connect /usr/local/sbin/openvpn.attributes.sh

      client-disconnect /usr/local/sbin/openvpn.attributes.sh

      local 72.38.249.106

      tls-server

      server 10.10.150.0 255.255.255.0

      client-config-dir /var/etc/openvpn-csc

      username-as-common-name

      auth-user-pass-verify /var/etc/openvpn/server1.php via-env

      tls-verify /var/etc/openvpn/server1.tls-verify.php

      lport 1194

      management /var/etc/openvpn/server1.sock unix

      max-clients 20

      push "route 172.16.11.0 255.255.255.0"

      ca /var/etc/openvpn/server1.ca

      cert /var/etc/openvpn/server1.cert

      key /var/etc/openvpn/server1.key

      dh /etc/dh-parameters.1024

      tls-auth /var/etc/openvpn/server1.tls-auth 0

      comp-lzo

      persist-remote-ip

      float

      1 Reply Last reply Reply Quote 0
      • A
        alexander.f14sh
        last edited by

        In this case you can check your firewall logs to see if there is traffic blocked.If it is, just simply create a new rule. System logs can be very helpful.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.