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

pfSense router does not receive IP adress from ISP

General pfSense Questions
9
34
3.4k
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.
  • J
    johnpoz LAYER 8 Global Moderator @Schmeling
    last edited by Aug 1, 2023, 12:53 PM

    @Schmeling that is not the dhcp client that is pfsense dhcp server.

    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.7.2, 24.11

    1 Reply Last reply Reply Quote 0
    • G
      Gertjan @Schmeling
      last edited by Gertjan Aug 1, 2023, 1:15 PM Aug 1, 2023, 1:15 PM

      @Schmeling

      @Gertjan said in pfSense router does not receive IP adress from ISP:

      (all the lines with dhcpc, as this log is shared with the DHCP v4 and v6 server, and the dhcp6c if you use it).

      I was wrong / sorry : it's called dhclient

      A copy from my logs :

      <13>1 2023-07-31T07:27:41.491659+02:00 pfSense.bhf.net dhclient 71901 - - PREINIT
      <30>1 2023-07-31T07:27:41.503620+02:00 pfSense.bhf.net dhclient 24464 - - DHCPREQUEST on ix3 to 255.255.255.255 port 67
      <30>1 2023-07-31T07:27:41.508664+02:00 pfSense.bhf.net dhclient 24464 - - DHCPACK from 192.168.10.1
      <27>1 2023-07-31T07:27:41.508950+02:00 pfSense.bhf.net dhclient 24464 - - unknown dhcp option value 0x7d
      <13>1 2023-07-31T07:27:41.513156+02:00 pfSense.bhf.net dhclient 74114 - - REBOOT
      <13>1 2023-07-31T07:27:41.517228+02:00 pfSense.bhf.net dhclient 74895 - - Starting add_new_address()
      <13>1 2023-07-31T07:27:41.521867+02:00 pfSense.bhf.net dhclient 75591 - - ifconfig ix3 inet 192.168.10.4 netmask 255.255.255.0 broadcast 192.168.10.255 
      <13>1 2023-07-31T07:27:41.532702+02:00 pfSense.bhf.net dhclient 77215 - - New IP Address (ix3): 192.168.10.4
      <13>1 2023-07-31T07:27:41.534628+02:00 pfSense.bhf.net dhclient 77723 - - New Subnet Mask (ix3): 255.255.255.0
      <13>1 2023-07-31T07:27:41.538606+02:00 pfSense.bhf.net dhclient 78566 - - New Broadcast Address (ix3): 192.168.10.255
      <13>1 2023-07-31T07:27:41.542286+02:00 pfSense.bhf.net dhclient 79644 - - New Routers (ix3): 192.168.10.1
      <13>1 2023-07-31T07:27:41.548085+02:00 pfSense.bhf.net dhclient 80306 - - Adding new routes to interface: ix3
      <13>1 2023-07-31T07:27:41.568726+02:00 pfSense.bhf.net dhclient 83164 - - /sbin/route add -host 192.168.10.1 -iface ix3
      <13>1 2023-07-31T07:27:41.572065+02:00 pfSense.bhf.net dhclient 83662 - - /sbin/route add default 192.168.10.1
      <13>1 2023-07-31T07:27:41.574570+02:00 pfSense.bhf.net dhclient 84231 - - Creating resolv.conf
      <30>1 2023-07-31T07:27:41.624504+02:00 pfSense.bhf.net dhclient 24464 - - bound to 192.168.10.4 -- renewal in 43200 seconds.
      

      From start to end : less then 200 ms.

      On line 7 the ix3 (my WAN interface) is configured with the obtained info.

      Your LAN uses the default 192.168.1.1/24
      Now I hope that you confirm that your ISP router doesn't also use 192.168.1.1/24 as that would introduction world's most common network failure : a router can't route between identical networks.

      As you can see, my ISP router uses 192.168.10.1/24.
      It was using 192.168.1.1/24 ** so I changed that before using it with pfSense.

      ** as nearly all routers use 192.168.1.1/24 as their default LAN network.
      pfSense is 'just' a router as any other router out there.

      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
      • S
        Schmeling
        last edited by Aug 1, 2023, 1:31 PM

        Sorry about posting the wrong log. I do not seem to be able to find a log section marked dhclient, but searching for "dhclient" in the log I find the following lines in the timeframe for the bootup:

        Aug 1 14:16:21 php 432 rc.bootup: The command '/sbin/dhclient -c /var/etc/dhclient_wan.conf igb0 > /tmp/igb0_output 2> /tmp/igb0_error_output' returned exit code '1', the output was ''
        and
        Aug 1 14:16:09 dhclient 8495 Cannot open or create pidfile: No such file or directory

        These are the only lines, I can find around that time. The WAN and LAN IP ranges are completely different LAN 192... WAN 80...

        J 1 Reply Last reply Aug 1, 2023, 1:35 PM Reply Quote 0
        • J
          johnpoz LAYER 8 Global Moderator @Schmeling
          last edited by Aug 1, 2023, 1:35 PM

          @Schmeling this seems to be same problem

          https://forum.netgate.com/topic/142695/dhclient-doesn-t-work-after-boot-up-for-wan-conected-to-modem

          From the last post it seems just updating the timeout in the advanced section fixed it for 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.7.2, 24.11

          S 1 Reply Last reply Aug 1, 2023, 2:19 PM Reply Quote 0
          • S
            Schmeling @johnpoz
            last edited by Aug 1, 2023, 2:19 PM

            @johnpoz said in pfSense router does not receive IP adress from ISP:

            Schmeling this seems to be same problem

            https://forum.netgate.com/topic/142695/dhclient-doesn-t-work-after-boot-up-for-wan-conected-to-modem

            Setting Timeout = 900 as pr. the other post does nothing. Behavior is exactly the same.

            The aprox. boot up time for the ISP fiber modem is only 90 seconds.

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Aug 1, 2023, 2:45 PM

              It's a timing issue. If the modem brings down the link during it's boot process pfSense will not start the dhclient on it. Normally the client would start as soon as the link comes back up but if that is while pfSense is still booting it will ignore the link-up event.

              Edit /boot/loader.conf and set autoboot_delay to something larger so that the modem has brought the link up by the time pfSense tries to start the dhclient.
              If that works create the loader entry in /boot/loader.conf.local so it never gets overwritten.

              Steve

              G 1 Reply Last reply Aug 1, 2023, 3:33 PM Reply Quote 1
              • G
                Gertjan @stephenw10
                last edited by Aug 1, 2023, 3:33 PM

                @stephenw10 said in pfSense router does not receive IP adress from ISP:

                If the modem brings down the link during it's boot process pfSense will not start the dhclient on it

                I presume that pfSEnse is up and running at that moment.
                A down event doesn't produce any dhclient activity, that's ... understandable.
                If the ISP router brings down (de activates) it's LAN interface, - presuming its booting or at the end of the boot prcoess, then this will be followed by an activation == UP event. As pfSense is still on hold, and has activated the (WAN) link on his side, this will be detected and a dhclient exchange will (should) happen.

                @stephenw10 said in pfSense router does not receive IP adress from ISP:

                Normally the client would start as soon as the link comes back up but if that is while pfSense is still booting it will ignore the link-up event.

                In this case, I presume the ISP router is up and ready, and has its LAN interface activated.
                pfSense boots, activates the WAN, and if the link is up, this will (should) fire up a dhclient event right away.
                This is exactly what happens when we reboot pfSense - while the ISP router is 'untouched'.

                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
                • S
                  stephenw10 Netgate Administrator
                  last edited by Aug 1, 2023, 3:49 PM

                  But when both are rebooted simultaneously, like if there's a power outage, then you can hit this issue.

                  S 1 Reply Last reply Aug 1, 2023, 4:51 PM Reply Quote 0
                  • S
                    Schmeling @stephenw10
                    last edited by Aug 1, 2023, 4:51 PM

                    @stephenw10 said in pfSense router does not receive IP adress from ISP:

                    But when both are rebooted simultaneously, like if there's a power outage, then you can hit this issue.

                    This is exactly my problem. Power outages are not uncommon where I live, which is exactly why this is a problem for me. I have a public IP, with ports open and if the power goes, and the router cant get an IP address, I'm screwed.

                    I'm assuming, that I just connect with ssh/Putty chose shell in the menu and use VI to edit the file, and as far as I can see right now, the autoboot_delay =3 is that in seconds? Second I do not seem to be able to find the file loader.conf.local in the boot directory. Am I looking in the wrong place?

                    V 1 Reply Last reply Aug 1, 2023, 5:05 PM Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by Aug 1, 2023, 5:04 PM

                      Yes, or you can edit the file in gui in Diag > Edit File. Or use the easy editor (ee) in the gui if you're not familiar with vi.

                      Yes the default delay is 3 seconds. I'd try 30 seconds and see if that fixes it.
                      You will see in the boot logs if it doesn't, it reports /rc.linkup: Ignoring link event during boot sequence.

                      Yes, you need to create /boot/loader.conf.local

                      Steve

                      S 1 Reply Last reply Aug 2, 2023, 12:26 PM Reply Quote 0
                      • V
                        viragomann @Schmeling
                        last edited by Aug 1, 2023, 5:05 PM

                        @Schmeling
                        Yes, the delay time is in seconds.

                        The /boot/loader.conf.local doesn't exist out of the box. You have to create it.
                        Just enter in the shell

                        echo "autoboot_delay=\"30\"" >> /boot/loader.conf.local
                        

                        to create it and enter the option for 30 s delay.

                        1 Reply Last reply Reply Quote 1
                        • S
                          Schmeling
                          last edited by Aug 1, 2023, 5:44 PM

                          I just tested with autoboot_delay=80 and cut the power. The bootup actually worked, but when I open loader.conf with vim, the delay is back at 3. Is this expected behaviour and was the value of 80 even used?

                          When trying: echo "autoboot_delay="30"" >> /boot/loader.conf.local I get: Unmatched '"'.

                          J G 2 Replies Last reply Aug 1, 2023, 5:48 PM Reply Quote 0
                          • J
                            johnpoz LAYER 8 Global Moderator @Schmeling
                            last edited by johnpoz Aug 1, 2023, 5:52 PM Aug 1, 2023, 5:48 PM

                            @Schmeling you would have to create the loader.conf.local file

                            You need the \ in there to escape those " etc..

                            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.7.2, 24.11

                            1 Reply Last reply Reply Quote 0
                            • B
                              bingo600
                              last edited by Aug 1, 2023, 5:56 PM

                              I have encountered excactly this issue too, on power outage.
                              If the Wan Etherlink isn't up at pfSense boot time, pfSense never retry to get a DHCP ip address.
                              Disconnecting the WAN or reboot pfSense would solve it ... But my summerhouse is in Sweden 😕

                              I had to put a "fast booting" switch between the pfSense Wan & ISP Ether.

                              Nice to see there is a "better" solution 👍

                              Even though i still think pfSense should keep retrying, instead of just "give up".

                              /Bingo

                              If you find my answer useful - Please give the post a 👍 - "thumbs up"

                              pfSense+ 23.05.1 (ZFS)

                              QOTOM-Q355G4 Quad Lan.
                              CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                              LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

                              1 Reply Last reply Reply Quote 0
                              • P
                                pwood999
                                last edited by Aug 2, 2023, 10:11 AM

                                What if you give PfSense WAN a static IP in the ISP router subnet ? Then there should be no DHCP issues..

                                B 1 Reply Last reply Aug 2, 2023, 10:17 AM Reply Quote 0
                                • B
                                  bingo600 @pwood999
                                  last edited by Aug 2, 2023, 10:17 AM

                                  @pwood999 said in pfSense router does not receive IP adress from ISP:

                                  What if you give PfSense WAN a static IP in the ISP router subnet ? Then there should be no DHCP issues..

                                  That would work too.

                                  But at least where i live, there aren't many ISP's that offer a static IP. ... (For home use)
                                  They often use pure DHCP , or "MAC Locked DHCP"

                                  /Bingo

                                  If you find my answer useful - Please give the post a 👍 - "thumbs up"

                                  pfSense+ 23.05.1 (ZFS)

                                  QOTOM-Q355G4 Quad Lan.
                                  CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                                  LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

                                  P 1 Reply Last reply Aug 2, 2023, 10:34 AM Reply Quote 0
                                  • P
                                    pwood999 @bingo600
                                    last edited by Aug 2, 2023, 10:34 AM

                                    @bingo600 Surely if the ISP router gives you a 192.168.10.x /24 address, then it's doing NAT to a public IP on the ISP WAN side ?

                                    B 1 Reply Last reply Aug 2, 2023, 1:37 PM Reply Quote 0
                                    • G
                                      Gertjan @Schmeling
                                      last edited by Gertjan Aug 2, 2023, 10:53 AM Aug 2, 2023, 10:49 AM

                                      @Schmeling said in pfSense router does not receive IP adress from ISP:

                                      When trying: echo "autoboot_delay="30"" >> /boot/loader.conf.local I get: Unmatched '"'.

                                      [23.05.1-RELEASE][root@pfSense.bhf.net]/root: echo 'autoboot_delay="30"' >> /boot/loader.conf.local
                                      [23.05.1-RELEASE][root@pfSense.bhf.net]/root: cat /boot/loader.conf.local
                                      ....
                                      autoboot_delay="30"
                                      

                                      @pwood999 said in pfSense router does not receive IP adress from ISP:

                                      What if you give PfSense WAN a static IP in the ISP router subnet ? Then there should be no DHCP issues..

                                      Depends.
                                      Who/where is de DHCP server ?
                                      Is it the ISP router ? In that case, a RFC1918 will be obtained, and a static setup for IPv4 can be used.

                                      If the ISP router isn't a router at all, but some sort of device that behaves like a modem, then the situation becomes a bit more complex.
                                      This type of device can, in the early boot phase, activate the LAN asap, use their on board DHCP server to hand out RFC1918 to the (only ! - must be a router) LAN based device.
                                      This lease obtained isn't use for routing at all, just so the user can access its GUI to change the modem's settings. As soon as the ISP modem WAN side has a good working connection, it toggles the LAN side (up => down => up) and this will signal pfSense to restart its DHCP client - forcing it to redo the lease. This time, the ISP modem device is 'transparent' and the request will be send over the line to the ISP DHCP server. This one will hand over a lease that can be used to route, as it will contain a 'real' WAN IP, a usable gateway etc.

                                      @Schmeling : can you tell us what you use ?

                                      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
                                      • S
                                        Schmeling @stephenw10
                                        last edited by Aug 2, 2023, 12:26 PM

                                        @stephenw10

                                        Thanks. The "edit file" option in the GUI was very easy, and then I can disable ssh as well.

                                        I edited /boot/loader.conf / autoboot_delay=80 and /boot/loader.conf.local / autoboot_delay=80 and tested. This seems to fix the problem and I even had a chance to do a firmware upgrade top 2.7. The changes in /boot/loader.conf.local persisted even after the firmware upgrade, so this seems like a real permanent solution.

                                        Just one question: the changes in /boot/loader.conf reverted back to 3 seconds after first reboot/powercut. I'm assuming this is expected behavior and that the autoboot_delay in loader.conf is overruled by autoboot_delay in loader.conf.local. Am I correct here?

                                        G 1 Reply Last reply Aug 2, 2023, 1:08 PM Reply Quote 0
                                        • G
                                          Gertjan @Schmeling
                                          last edited by Aug 2, 2023, 1:08 PM

                                          @Schmeling said in pfSense router does not receive IP adress from ISP:

                                          Just one question: the changes in /boot/loader.conf reverted back to 3 seconds after first reboot/powercut. I'm assuming this is expected behavior and that the autoboot_delay in loader.conf is overruled by autoboot_delay in loader.conf.local. Am I correct here?

                                          Answer : yes.
                                          Long story short :
                                          During pfSense boot,
                                          /etc/rc.boot is called, and calls the function console_configure in /etc/inc/pgsense-utils.inc
                                          Which calls the function setup_loader_settings() in the same file.
                                          Which, amongst others, set "$data[] = 'autoboot_delay="3"';" and writes that out to /boot/loader.conf

                                          Overriding it is possible, but the suage of /boot/laoder.conf.local will be needed.

                                          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
                                          17 out of 34
                                          • First post
                                            17/34
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.