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

    I dont get an active IP on WAN side interface

    Scheduled Pinned Locked Moved DHCP and DNS
    10 Posts 5 Posters 662 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.
    • M
      Modesty
      last edited by

      Hi

      Not sure if this is correct category, but I try.

      I have Factory defaulted my pfsense 2.7.0
      It is up and running but I dont get an active IP on WAN side interface

      My ISP router cannot go in bridge mode, so it should deliver a DHCP address (like 192.168.0.x) to my pfsense box, so I'm wondering if there is a possible solution?

      Thanks up front!

      588d7d70-a122-4ed3-8526-f4c3ae483f1b-image.png 2225b935-e0d8-40e8-85d1-a1bd9120805e-image.png

      c51ddcbb-7ac9-45be-8836-5d207fb7d4a5-image.png

      Everything can be rebuilt!

      V 1 Reply Last reply Reply Quote 0
      • V
        viragomann @Modesty
        last edited by

        @Modesty said in I dont get an active IP on WAN side interface:

        My ISP router cannot go in bridge mode, so it should deliver a DHCP address (like 192.168.0.x) to my pfsense box

        Are you sure about the subnet?

        In case the router uses 192.168.1.0/24, it would conflict with pfSense LAN network. So try to change either the ISP routers LAN or the pfSense LAN network to something else.

        GertjanG M 2 Replies Last reply Reply Quote 0
        • GertjanG
          Gertjan @viragomann
          last edited by Gertjan

          @viragomann said in I dont get an active IP on WAN side interface:

          Are you sure about the subnet?

          Exact.

          @Modesty

          That's why you should begin with this setup :

          3a1da0aa-cc49-4893-8338-e12c7db4132c-image.png

          nothing special, everybody does this : connect your PC to the ISP router.
          Ask your PC what network, IP etc it received from the ISP router.

          d11a65a8-6039-4100-b248-c314c4a037d2-image.png

          This means, in my case, there is a problem.
          Because, default, pfSense uses the same 192.168.1.0/24

          And a router goes in panic mode if two interface have the same network .... as it can't route between two identical networks.
          Btw : use a switch, and the issue will be solved ... 😊

          So, if your PC shows the 192.168.1.0/24 then this, correct :

          6b2add1d-c8ba-49e6-9683-b660ecc9d543-image.png

          is the solution.
          remember to check the pfSense LAN DHCP SERVER pool settings, that it serves IPs out of the 192.168.2.1/24 range.

          If your WAN interface still shows

          352d76b7-453e-461b-bc13-626017bab5a2-image.png

          then that means it doesn't recognize the connection, or a cable problem, or something else that you haven't told us yet.

          Keep in mind : from an ISP Router's point of view, when you connect :
          a PC
          a TV
          A printer
          a NAS,
          or a pfSense
          It's all the same, all these devices behave the same, they use DHCP to obtain a lease from the ISP router.

          Btw : I've solved the problem the other way around : because my ISP router has only one device connected to it - pfSense I kept 192.168.1.1/24 for my pfSense LAN, and set the ISP router to uses 192.168.10.1/24, so my pfSense WAN looks lik this :

          12441f7a-ca6f-495d-8ce8-bbaa2908d5a9-image.png

          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
          • M
            Modesty @viragomann
            last edited by Modesty

            @viragomann said in I dont get an active IP on WAN side interface:

            Are you sure about the subnet?

            Yes, 100%, subnet is 192.168.0.x

            pfSense is 192.168.1.x in dhcp settings

            Everything can be rebuilt!

            1 Reply Last reply Reply Quote 0
            • M
              Modesty
              last edited by

              Hi

              This means, in my case, there is a problem.
              Because, default, pfSense uses the same 192.168.1.0/24

              I cannot change subnet on router

              I have tested pc to router, it works, get 192.168.0.10
              When connecting as in sketch I get the described error

              From router
              0f9ca941-0a33-45c1-8513-c6789da4217e-image.png

              Can it be some missing rules after pfSense reset?

              Everything can be rebuilt!

              V GertjanG 2 Replies Last reply Reply Quote 0
              • V
                viragomann @Modesty
                last edited by

                @Modesty
                There is no special rule needed. As long as you didn't block the outbound on WAN by floating rules this should work.

                Sniff the traffic on WAN, while you connect the WAN plug. Set the level to full and the port filter to "67 68". So you can read the details of the DHCP handshake.

                1 Reply Last reply Reply Quote 0
                • the otherT
                  the other
                  last edited by

                  hey there,
                  might be wrong: but since you have an RFC 1918 network in front of your WAN...do you have UNchecked this:
                  Screenshot-3.png

                  ??

                  the other

                  pure amateur home user, no business or professional background
                  please excuse poor english skills and typpoz :)

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

                    @Modesty

                    4c91f179-0974-4f68-bb1d-9cac7c36ae16-image.png

                    Ok, so you're good.
                    pfSense, using all default settings, except for the password change, will work out of the box without any changes needed.
                    Your PC got 192.168.0.10
                    pfSense WAN, using the 'same' DHCP client, will get 192.168.0.x where x is not 1 and not 10.
                    The pfSense gateway will be, of course 192.168.0.1
                    pfSense DNS : you don't care, as they are not used.

                    Your pfSense WAN should be able to connect right after hooking up.

                    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
                    • M
                      Modesty
                      last edited by

                      I found the missing link

                      igb1 did not work, maybe due to lightning (happened with my previous pfSense box also).

                      I changed WAN to igb3, viola, all good.

                      Everything can be rebuilt!

                      bmeeksB 1 Reply Last reply Reply Quote 0
                      • bmeeksB
                        bmeeks @Modesty
                        last edited by bmeeks

                        @Modesty said in I dont get an active IP on WAN side interface:

                        I found the missing link

                        igb1 did not work, maybe due to lightning (happened with my previous pfSense box also).

                        I changed WAN to igb3, viola, all good.

                        Back up in your very first post with the screen capture -- the big red circle containing the white 'X' means "physical link failure". That indicates hardware or cable issues with the NIC port. Nothing else will work until a physical link is established.

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