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

OpenVPN -> LAN

Scheduled Pinned Locked Moved General pfSense Questions
2 Posts 2 Posters 2.0k 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.
  • Q
    querdenker
    last edited by Jun 14, 2006, 12:38 PM Jun 14, 2006, 11:42 AM

    Hi there!

    I have a little problem with the OpenVPN-Configuration:

    First the NICs:

    LAN (192.168.210.27/24)

    WAN (A.B.C.D/y)

    OPT1 (192.168.101.0/24)

    OPT2 (192.168.218.0/24)  <= this is the OpenVPN-TUN0

    this is my /var/etc/openvpn_server0.conf:

    # cat openvpn_server0.conf
    writepid /var/run/openvpn_server0.pid
    #user nobody
    #group nobody
    daemon
    keepalive 10 60
    ping-timer-rem
    persist-tun
    persist-key
    dev tun
    proto udp
    cipher BF-CBC
    client-to-client
    server 192.168.218.0 255.255.255.0
    client-config-dir /var/etc/openvpn_csc
    push "route 192.168.210.0 255.255.255.0"
    lport 1194
    ca /var/etc/openvpn_server0.ca
    cert /var/etc/openvpn_server0.cert
    key /var/etc/openvpn_server0.key
    dh /var/etc/openvpn_server0.dh
    comp-lzo
    persist-remote-ip
    float
    
    

    Here we have the client.ovpn:

    client
    dev tun
    pull
    dev-node OVPN
    proto udp
    remote A.B.C.D 1194
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    mute-replay-warnings
    ca ca.crt
    cert Bajohr.crt
    key Bajohr.key
    ns-cert-type server
    comp-lzo
    verb 6
    
    

    When i connect a client from an external Network (Dial-up), i am only able to ping the OpenVPN-Server at .1,
    but i am not able to reach any host from the LAN inside

    And, after a deeper look into the syslogs , there is no rule blocking the traffic.

    Any suggestions or ideas?

    thx, marcus

    1 Reply Last reply Reply Quote 0
    • T
      tunge2
      last edited by Jun 23, 2006, 9:33 AM

      try to at this rule to the PFsense server config?

      route 192.168.210.0 255.255.255.0

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
        This community forum collects and processes your personal information.
        consent.not_received