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

    SSH/RDP not working over OpenVPN in a Bridged LAN

    Scheduled Pinned Locked Moved OpenVPN
    openvpn routingnatrouting
    13 Posts 3 Posters 1.8k 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @sakthi
      last edited by

      @sakthi said in SSH/RDP not working over OpenVPN in a Bridged LAN:

      in Tunnel Mode and i was able to access the server via SSH/RDP via OpenVPN

      Yeah - so what is the problem? As you mention ios doesn't support tap mode anyway.. And in general tap mode is a horrible idea anyway.

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      S 1 Reply Last reply Reply Quote 0
      • S
        sakthi @johnpoz
        last edited by

        @johnpoz Hi, Thanks for the reply. The problem is when I setup bridge mode (as explained in post 1) i'm not able to reach the server via SSH/RDP from OpenVPN client

        johnpozJ 1 Reply Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator @sakthi
          last edited by

          Well you can't bridge network A (your vpn tunnel) to your lan network B.

          Not sure what your trying to do exactly..

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          S 1 Reply Last reply Reply Quote 0
          • S
            sakthi @johnpoz
            last edited by

            @johnpoz , Sorry If i'm doing something stupid. I opted for bridging mutiple LAN's in my pfsense box so I can access my server directly from my laptop when I'm at home. (Followed this link to create bridge network
            [https://eengstrom.github.io/musings/configure-pfsense-bridge-over-multiple-nics-as-lan]

            So to remote access my server I setup OpenVPN. Everything is working fine except SSH and RDP.

            Thank You

            johnpozJ 1 Reply Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator @sakthi
              last edited by

              @sakthi said in SSH/RDP not working over OpenVPN in a Bridged LAN:

              I opted for bridging mutiple LAN's in my pfsense box so I can access my server directly from my laptop when I'm at home.

              No idea what that means.. I can access anything on my network I allow for - with zero bridging...

              Not sure why you have 2 pfsense box anyway? If you draw up your network - we can figure out what is going on.. But can tell you pretty much for sure bridge anything is not the way to do it ;)

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.8, 24.11

              S 1 Reply Last reply Reply Quote 0
              • S
                sakthi @johnpoz
                last edited by

                @johnpoz , I have only one pfsense box with multiple NIC's. By default, I was not able to reach my homelab connect to LAN2 interface from LAN1 interface. I even created firewall rule to allow everything but it didn't work so I read the link and configured my bridge accordingly. Below is my pfsense setup. If Bridging is not the way can you please help me how I can reach my LAN2 from LAN1.

                92a8c845-c3c5-4fcc-91ff-2d917f3d7b28-image.png

                Thank You
                Regards
                Sakthi

                S 1 Reply Last reply Reply Quote 0
                • S
                  sakthi @sakthi
                  last edited by sakthi

                  @johnpoz , Before creating the bridging, LAN1 was having one subnet and LAN2 was having one subnet and a firewall rule to allow everything from LAN 1 to LAN2 and vice versa.

                  johnpozJ 1 Reply Last reply Reply Quote 0
                  • johnpozJ
                    johnpoz LAYER 8 Global Moderator @sakthi
                    last edited by johnpoz

                    And what device is this?

                    If you want more ports on the same network - use a switch, not discrete interfaces trying to create a switch in software.

                    And your wireless clients are on pfsense wan? So you don't want wireless clients to be able to talk to anything on your networks behind pfsense?

                    Where is this 2nd pfsense?

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      sakthi @johnpoz
                      last edited by sakthi

                      @johnpoz , Its a custom pfsense device running on Intel Celeron processor. It has 4 ports (1 WAN and 3 LAN). I have only one pfsense box and using it only for the purpose of my study to connect to my homelab server. My Wireless clients are connected directly to my wireless router and my wireless router in connected to a ONT device provided by my ISP. I don't have a switch. I will try to buy one. But is there a way i can connect to LAN2 from LAN1 without switch or bridge.

                      LAN1 - 172.20.10.1/24
                      LAN2 - 10.20.20.1/24

                      johnpozJ 1 Reply Last reply Reply Quote 0
                      • johnpozJ
                        johnpoz LAYER 8 Global Moderator @sakthi
                        last edited by johnpoz

                        If they are different interfaces and not switch ports - then no there is no way to put them on the same network without bridging them.

                        But the only reason you need for them to be on the same network is broadcast traffic.. They could be on different networks and still access everything on the other network. Just create any any rules.

                        Do these devices use some broadcast/multicast discovery or protocol that is required that they are required to be on the same network..

                        If want to leverage your ports for individual devices - ok... But why do you need to bridge them.. Just use 192.168.1/24 on 1 and 192.168.2/24 on 2.. And use an any any rule - there you go these devices can talk to each other for anything other than broadcast traffic.

                        Bridge is only going to complex up the config, and more overhead for what? Are you doing something that requires broadcast to work? Then get a switch... Really the only time it makes sense to leverage a bridge is media conversion...

                        Or I had something that required the devices to be in the same broadcast domain, ie the same L2 network.. But I also wanted to be able to firewall between them for some stuff. In that case you would use a bridge (transparent firewall) and be able to do such a thing. But just wanting to leverage the ports on your pfsense box.. I don't see the point of trying to bridge them?

                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                        If you get confused: Listen to the Music Play
                        Please don't Chat/PM me for help, unless mod related
                        SG-4860 24.11 | Lab VMs 2.8, 24.11

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