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

Inter-VLAN Routing Problems

Scheduled Pinned Locked Moved Firewalling
4 Posts 2 Posters 2.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.
  • P
    plebOverload
    last edited by Aug 1, 2016, 11:43 PM Aug 1, 2016, 10:09 PM

    Hello everybody!

    I am brand new to pfSense and this forum but have some experience with networking and a few years managing vmWare environments.
    What I would like to do is implement a solution that allows for isolated vlans as well as some that can share traffic and a Management VLAN that can access everything.

    So far I have setup a pfSense box and managed switch and created a testing network.
    After configuring the switch with VLANs I added each VLAN as a sub interface to the LAN interface and assigned them an ip address in a /24 sub net.
    For troubleshooting purposes all interfaces have firewall rules that allow all traffic.

    I can ping each VLAN interface and LAN interface from any interface but cannot ping the host on each VLAN…

    I have been pulling my hair out all day, why can the hosts not communicate?
    Any help is GREATLY appreciated!

    My setup is like this.

    WAN: DHCP 192.168.254.55 /24
    LAN: Static 172.16.0.1 /24
    Switch: Static 172.16.0.4 /24
    VLAN 10: Static 172.16.10.1 /24
    VLAN 104: Static 172.16.104.1 /24

    Here are some screen grabs of my router and switch configuration in a google drive folder.
    https://drive.google.com/folderview?id=0B5e5JSLbptE-N0JsY3lwTjFBZDA&usp=sharing

    Interfaces.PNG
    Interfaces.PNG_thumb
    Gateways.PNG
    Gateways.PNG_thumb
    ![LAN Conf.PNG](/public/imported_attachments/1/LAN Conf.PNG)
    ![LAN Conf.PNG_thumb](/public/imported_attachments/1/LAN Conf.PNG_thumb)
    ![VLAN10 Conf.PNG](/public/imported_attachments/1/VLAN10 Conf.PNG)
    ![VLAN10 Conf.PNG_thumb](/public/imported_attachments/1/VLAN10 Conf.PNG_thumb)
    ![VLAN104 Conf.PNG](/public/imported_attachments/1/VLAN104 Conf.PNG)
    ![VLAN104 Conf.PNG_thumb](/public/imported_attachments/1/VLAN104 Conf.PNG_thumb)
    ![Firewall Floating.PNG](/public/imported_attachments/1/Firewall Floating.PNG)
    ![Firewall Floating.PNG_thumb](/public/imported_attachments/1/Firewall Floating.PNG_thumb)
    ![Firewall LAN.PNG](/public/imported_attachments/1/Firewall LAN.PNG)
    ![Firewall LAN.PNG_thumb](/public/imported_attachments/1/Firewall LAN.PNG_thumb)
    ![Firewall VLAN10.PNG](/public/imported_attachments/1/Firewall VLAN10.PNG)
    ![Firewall VLAN10.PNG_thumb](/public/imported_attachments/1/Firewall VLAN10.PNG_thumb)
    ![Firewall VLAN104.PNG](/public/imported_attachments/1/Firewall VLAN104.PNG)
    ![Firewall VLAN104.PNG_thumb](/public/imported_attachments/1/Firewall VLAN104.PNG_thumb)
    ![Switch VLAN Summery.PNG](/public/imported_attachments/1/Switch VLAN Summery.PNG)
    ![Switch VLAN Summery.PNG_thumb](/public/imported_attachments/1/Switch VLAN Summery.PNG_thumb)
    ![Switch VLAN10.PNG](/public/imported_attachments/1/Switch VLAN10.PNG)
    ![Switch VLAN10.PNG_thumb](/public/imported_attachments/1/Switch VLAN10.PNG_thumb)
    ![Switch VLAN104.PNG](/public/imported_attachments/1/Switch VLAN104.PNG)
    ![Switch VLAN104.PNG_thumb](/public/imported_attachments/1/Switch VLAN104.PNG_thumb)

    1 Reply Last reply Reply Quote 0
    • A
      Alesk13Fr
      last edited by Aug 3, 2016, 9:30 AM

      Hello,

      not sure if this only one problem, but, as far as I know from my switch, when I setup my VLAN, I'm using T as Tagged ports, so I assume your configuration for VLAN 10 and 104 should have "T" instead of "U", because PfSense receive and send Tagged packets, on your VLAN interfaces, and here, port 1 and 4 are transfering only Untagged packets, so PfSense will never received Tagged packets comming from port 16.

      Hope this help !

      Best regards,
      Alex.

      1 Reply Last reply Reply Quote 0
      • P
        plebOverload
        last edited by Aug 5, 2016, 1:20 AM

        Thanks for the reply Alex,

        I took your advice and set the ports for VLAN 10 and 104 to Tagged.
        I can now communicate between the VLANS!
        Thank You!

        My only issue now is that I cannot seem to ping the host in VLAN 104 from VLAN 10. Other connections work fine (RDP, DHCP, DNS).

        Firewall rules are still set to allow * from * to *.
        I do not see anything being blocked in the firewall logs.
        Firewalls on both clients are turned off.

        Although setting VLAN 10 and 104 to Tagged worked , my understanding was that if the hosts on that port are VLAN unaware then the ports should be Untagged.
        Both hosts are laptops with VLAN unset in the NIC settings.
        I thought that the packets originating from the untagged ports would be forwarded through the Tagged ports after having the VLAN tag inserted.
        I think my understanding of how Tagged ports work is wrong.

        1 Reply Last reply Reply Quote 0
        • A
          Alesk13Fr
          last edited by Aug 5, 2016, 3:04 PM

          You're welcome plebOverload, feel free to click on "applause" above my nickname ;) LOL

          Seriously, I'm happy you're able to communicate between your VLANs ! About your ICMP between VLAN, from and to what are you doing it ? If you do between 2 Windows Computer, take care of Firewall issue, by default Windows drop ping from another Subnet, in this case, disable temporarily your Firewall and try again.

          If you do from Linux, check around iptables, here too, firewall is propbably the clue !

          DNS is bind from all interface by default so it will be accessible without problem.

          I suggest you to remove your rules IPv4+IPv6 *** because it's a very big firewall hole …
          For each interface add a rule like this one

          Interface LAN -- > If you need access to VLAN104VMNET so :
          IPv4 - any - LAN Net - VLAN104VMNET Net - *
          Best method : IPv4 - any - LAN Address - VLAN104VMNET Address - *

          Interface VLAN104VMNET --> If you need access to LAN, so :
          IPv4 - any - VLAN104VMNET Net - LAN Net - *

          It's a big hole too, but not as far as IPv4+IPv6 * * * * !

          About VLAN Tagged and Untaged ports,

          at my understanding, when something is really plugged at switch port, it's a Untagged port because this device (the majority) don't know what a VLAN is, so same if the device is in one VLAN, connected port must be as Untagged.

          When you plug something who use a VLAN (computer, switch, etc), connected port must be at least Tagged, but be tagged for each VLAN who will be used by this device ! If this device are sending and receiving frames from 2 or more VLAN, his port must be tagged in each of this VLAN, and the priority VLAN will be the one defined via PVID of this same port.

          If the device use both (VLAN and Real interface), you will need to Untagged the port from the real interface and tagged the same port into the other VLAN.

          If the master port (the one who redirect all frames transitting into the VLAN or the real interface) is on the real interface then they must be Untagged. If the master port must le transitting frames from VLAN, they must be tagged into each VLAN transiting by this master port.

          Keep in mind, when your DHCP is discovering a device, (DHCPDISCOVER) and reply to the device with DHCPINFORM, normally if your VLAN settings are correct the next stage is DHCPACK, the device aknowledge offered IP, and all is fine, but, if you mismatch something on VLAN settings, as wrong PVID, no master ports Tagged into the VLAN, you will not see DHCPACK, because, same if PfSense discover the device, device will not been able to send back the frames, so your DHCP Log will loop in DHCPDISCOVER xx:xx:xx:xx:xx, DHCPINFOM xx:xx:xx:xx:xx, DHCPDISCOVER xx:xx:xx:xx:xx, DHCPINFOM xx:xx:xx:xx:xx, DHCPDISCOVER xx:xx:xx:xx:xx, DHCPINFOM xx:xx:xx:xx:xx, etc., you'll never see DHCPACK, so check all port where VLAN is incomming and distributing frame!

          I'm not sure if you'll understand everything (my bad english is a royal pain !), but I've give a way for it :)

          You can find a lot of tutorial about Tagging and Untagging port !

          Best regards !
          Alex.

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