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

    No Internet access with VLAN via OPT1

    Scheduled Pinned Locked Moved L2/Switching/VLANs
    17 Posts 3 Posters 346 Views 3 Watching
    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.
    • S Offline
      SteveITS Rebel Alliance @jogovogo
      last edited by

      @jogovogo is the mask correct on the client/in DHCP settings?

      Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
      When upgrading, allow 10-15 minutes to reboot, or more depending on packages, and device or disk speed.
      Upvote ๐Ÿ‘ helpful posts!

      1 Reply Last reply Reply Quote 0
      • GertjanG Offline
        Gertjan @jogovogo
        last edited by

        @jogovogo said in No Internet access with VLAN via OPT1:

        But why do I get an IP address from the dhcp for Opt1?

        I'll add that behavior to the "VLAN switch isn't setup correctly" list.
        The initial client initiated DHCP traffic is "broadcast" (probably not related).
        You have activated the DHCP server on OPT1 ?
        On the OPT1 connected device shown above, you can
        (windows example) :

        ipconfig /release
        

        and

        ipconfig /renew
        

        ?

        No "help me" PM's please. Use the forum, the community will thank you.
        Edit : and where are the logs ??

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          jogovogo @Gertjan
          last edited by

          @Gertjan

          Hello, that works automatically. I've already made it so that it receives an address from the DHCP area right away after the release.

          This is the case with two different machines.

          GertjanG 1 Reply Last reply Reply Quote 0
          • GertjanG Offline
            Gertjan @jogovogo
            last edited by

            @jogovogo said in No Internet access with VLAN via OPT1:

            Hello, that works automatically ....

            That's what you want to happen.
            Never ever believe the "system". As the network admin, at all times, fact check everything ๐Ÿ˜Š

            For example, red flags were already shown : The IP (192.168.151.11) looks ok. Mask and gateway also. But the 8.8.8.8 DNS is a fail.
            So, my thoughts : some one set them up statically ? Or entered 'strange' settings in the DHCP server ?

            No "help me" PM's please. Use the forum, the community will thank you.
            Edit : and where are the logs ??

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              jogovogo @Gertjan
              last edited by

              @Gertjan

              The 8.8.8.8 is only for testing; even if I use the machine to set the IP and as a DNS and gate, the 192.168.151.1 does not work.

              J 1 Reply Last reply Reply Quote 0
              • J Offline
                jogovogo @jogovogo
                last edited by

                My first surprise is that I'm now on the firewall, but why?

                But still no access to the Internet...

                7e35a19c-27de-4177-ad41-06727154c4a9-image.png

                1217f0f2-2b14-43c6-8361-83cf6a806a82-image.png

                GertjanG 1 Reply Last reply Reply Quote 0
                • J Offline
                  jogovogo
                  last edited by jogovogo

                  Hello again!

                  The issue has been resolved, simply, by restarting the DNS resolver.

                  I just had another one, though; perhaps you could also respond to it?

                  NAT and VLAN

                  The port 2413 should be seen on 192.168.151.10. The corresponding rule is created automatically. Unfortunately, it does not function.

                  The "LAN " operates it without any intervention.

                  2e52c680-7d17-47bd-85b2-7250fbeb1bfe-image.png

                  b8c62840-ebfc-4c2d-a870-347df6640bb4-image.png

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    SteveITS Rebel Alliance @jogovogo
                    last edited by

                    @jogovogo said in No Internet access with VLAN via OPT1:

                    restarting the DNS resolver

                    but:

                    ping on the address 192.168.151.1 also fails

                    ...is not related to DNS.

                    In any case restarting DNS is necessary if a new interface has been added, because unbound didn't know about that IP when it started.

                    re: NAT, often the firewall on the server isn't set to allow traffic from any IP, only the local subnet or RFC1918.
                    https://docs.netgate.com/pfsense/en/latest/troubleshooting/nat-port-forwards.html may help.

                    Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                    When upgrading, allow 10-15 minutes to reboot, or more depending on packages, and device or disk speed.
                    Upvote ๐Ÿ‘ helpful posts!

                    J 1 Reply Last reply Reply Quote 0
                    • J Offline
                      jogovogo @SteveITS
                      last edited by

                      @SteveITS

                      Hello, many thanks for your prompt response!

                      Indeed, ping has nothing to do with DNS.
                      I didn't notice it because I didn't even attempt it on one machine.

                      This is working now as well. We used pfBlockerNG, and the opt1 still needed to be defined in the Outbound Firewall Rules. Then once update via cron and now it works!

                      cheers
                      ron

                      1 Reply Last reply Reply Quote 0
                      • GertjanG Offline
                        Gertjan @jogovogo
                        last edited by

                        @jogovogo said in No Internet access with VLAN via OPT1:

                        My first surprise is that I'm now on the firewall, but why?

                        The web server that serves the pfSense GUI runs on all assigned interfaces.
                        When you installed pfSense, there was a pass rule for incoming traffic on the initial LAN interface : it accepts all traffic.
                        When you add more LAN type interfaces, the ones called OPTx, there will be no inital rules, so you can't access anything.
                        DHCP will work as pfSense will add hidden DHCP (UDP port 67 and 68) rules, but nothing else (no http https dns icmp etc etc etc etc).
                        When you add a pas rules for TCP, UDP, etc, things "start to work".

                        When you use addresses like this :

                        89b7f27a-e729-4579-81c1-cb12989a7d3f-image.png

                        you use IP addresses.
                        So, even is DNS is not working, then that won't be an issue.
                        Your browser doesn't need to use use DNS (for translating host names to IP addresses) as you already gave an IP. It can contact the device 192.168.151.1 right away.
                        You've allowed TCP IPv4 traffic to port 477, which is apparently your changed your pfSense https web GUI interface port.

                        @jogovogo said in No Internet access with VLAN via OPT1:

                        The issue has been resolved, simply, by restarting the DNS resolver.

                        Euh ......
                        As you've changed lost of things at the same moment, it's hard to tell why dns (== the resolver) didn't work initially.
                        Normally, when you add an new interface like your OPT1 interface, system processes like DNS (the resolver) gets restarted.
                        The resolver will listen to All Interfaces :

                        e07276c8-27b7-4a13-b999-ca154f396adf-image.png

                        by default so it would work right away on the new OPT interface.
                        Again, you still have to add a firewall rule to allow DNS traffic to reach the pfSense DNS port 53 of course.

                        No "help me" PM's please. Use the forum, the community will thank you.
                        Edit : and where are the logs ??

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