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

    Update to 2.5.0 broke DHCP relay

    Scheduled Pinned Locked Moved DHCP and DNS
    47 Posts 12 Posters 10.3k 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.
    • J
      johnsdixon @viktor_g
      last edited by

      @viktor_g
      Also from my environment.. (first set under 2.4.5_1, second under 2.5.0).

      <dhcrelay>
              <enable></enable>
              <interface>lan</interface>
              <agentoption></agentoption>
              <server>192.168.99.1</server>
      </dhcrelay>
      
      Routing tables
      
      Internet:
      Destination        Gateway            Flags     Netif Expire
      default            100.64.44.1        UGS        vmx0
      100.64.44.0/24     link#1             U          vmx0
      100.64.44.3        link#1             UHS         lo0
      127.0.0.1          link#3             UH          lo0
      192.168.0.0/16     100.64.44.1        UGS        vmx0
      192.168.192.0/24   link#2             U          vmx1
      192.168.192.1      link#2             UHS         lo0
      
      Internet6:
      Destination                       Gateway                       Flags     Netif Expire
      ::1                               link#3                        UH          lo0
      fe80::%vmx0/64                    link#1                        U          vmx0
      fe80::20c:29ff:fe24:ebd7%vmx0     link#1                        UHS         lo0
      fe80::%vmx1/64                    link#2                        U          vmx1
      fe80::20c:29ff:fe24:ebe1%vmx1     link#2                        UHS         lo0
      fe80::%lo0/64                     link#3                        U           lo0
      fe80::1%lo0                       link#3                        UHS         lo0
      
      vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
      	options=60009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
      	ether 00:0c:29:24:eb:d7
      	hwaddr 00:0c:29:24:eb:d7
      	inet6 fe80::20c:29ff:fe24:ebd7%vmx0 prefixlen 64 scopeid 0x1
      	inet 100.64.44.3 netmask 0xffffff00 broadcast 100.64.44.255
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      	media: Ethernet autoselect
      	status: active
      vmx1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
      	options=60009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
      	ether 00:0c:29:24:eb:e1
      	hwaddr 00:0c:29:24:eb:e1
      	inet6 fe80::20c:29ff:fe24:ebe1%vmx1 prefixlen 64 scopeid 0x2
      	inet 192.168.192.1 netmask 0xffffff00 broadcast 192.168.192.255
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      	media: Ethernet autoselect
      	status: active
      lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
      	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
      	inet6 ::1 prefixlen 128
      	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
      	inet 127.0.0.1 netmask 0xff000000
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      	groups: lo
      enc0: flags=0<> metric 0 mtu 1536
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      	groups: enc
      pfsync0: flags=0<> metric 0 mtu 1500
      	groups: pfsync
      pflog0: flags=100<PROMISC> metric 0 mtu 33160
      	groups: pflog
      

      And from 2.5.0, immediately after upgrading.

      -<dhcrelay>
      <enable/>
      <interface>lan</interface>
      <agentoption/>
      <server>192.168.99.1</server>
      </dhcrelay>
      
      Routing tables
      
      Internet:
      Destination        Gateway            Flags     Netif Expire
      default            100.64.44.1        UGS        vmx0
      100.64.44.0/24     link#1             U          vmx0
      100.64.44.3        link#1             UHS         lo0
      127.0.0.1          link#4             UH          lo0
      192.168.0.0/16     100.64.44.1        UGS        vmx0
      192.168.192.0/24   link#2             U          vmx1
      192.168.192.1      link#2             UHS         lo0
      
      Internet6:
      Destination                       Gateway                       Flags     Netif Expire
      ::1                               link#4                        UH          lo0
      fe80::%vmx0/64                    link#1                        U          vmx0
      fe80::20c:29ff:fe24:ebd7%vmx0     link#1                        UHS         lo0
      fe80::%vmx1/64                    link#2                        U          vmx1
      fe80::20c:29ff:fe24:ebe1%vmx1     link#2                        UHS         lo0
      fe80::%lo0/64                     link#4                        U           lo0
      fe80::1%lo0                       link#4                        UHS         lo0
      
      vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
      	description: WAN
      	options=e000bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
      	ether 00:0c:29:24:eb:d7
      	inet6 fe80::20c:29ff:fe24:ebd7%vmx0 prefixlen 64 scopeid 0x1
      	inet 100.64.44.3 netmask 0xffffff00 broadcast 100.64.44.255
      	media: Ethernet autoselect
      	status: active
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      vmx1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
      	description: LAN
      	options=e000bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
      	ether 00:0c:29:24:eb:e1
      	inet6 fe80::20c:29ff:fe24:ebe1%vmx1 prefixlen 64 scopeid 0x2
      	inet 192.168.192.1 netmask 0xffffff00 broadcast 192.168.192.255
      	media: Ethernet autoselect
      	status: active
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      enc0: flags=0<> metric 0 mtu 1536
      	groups: enc
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
      	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
      	inet6 ::1 prefixlen 128
      	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
      	inet 127.0.0.1 netmask 0xff000000
      	groups: lo
      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
      pflog0: flags=100<PROMISC> metric 0 mtu 33160
      	groups: pflog
      pfsync0: flags=0<> metric 0 mtu 1500
      	groups: pfsync
      
      J 1 Reply Last reply Reply Quote 0
      • J
        johnsdixon @johnsdixon
        last edited by

        @victor_g
        Correction: Having moved the backup file from 2.4.5 across the divide, it is as below..
        Errors introduced by rekeying and not reading what's on the screen. 🤦

        -<dhcrelay>
            <enable/>
            <interface>lan</interface>
            <agentoption/>
            <server>192.168.123.1</server>
        </dhcrelay>
        
        J 1 Reply Last reply Reply Quote 0
        • K
          k60010
          last edited by

          Our dhcp relay service failure on 2.5.0 update seems to be hardware specific.

          Netgate XG-1537 = success 2 out 2 (version 21.02)
          VMware 6.5 = success 4 out of 4
          Supermicro 1U server (not sure of flavor, rear facing ports) 1 out of 1
          Supermicro CSE-505-203B = fail 2 out of 2
          Supermicro SYS-5018D-FN8T = fail 4 out of 4

          Have not tried bare metal reload on failures yet.

          1 Reply Last reply Reply Quote 0
          • F
            fwcheck
            last edited by

            I think i found the root cause.

            DHCP-Server is Upstream (behind) WAN.
            DHCP-Relay for example only on LAN.

            At least i found a hint in Syslog:

            Feb 22 16:01:17 check_reload_status 363 Syncing firewall
            Feb 22 16:01:18 php-fpm 326 /services_dhcp_relay.php: No suitable upstream interfaces found for running dhcrelay!

            I guess i know where the problem resides.
            041fcf1f-4ba5-43a8-a45f-4f4fe8d87c1b-grafik.png

            Our default configuration sets the dhcp-relay only for the interfaces, not for wan. Our DHCP-Servers resides are mostly upstream on the WAN side. We have some firewalls where that is different.

            /etc/inc/services.inc

                $srvifaces = array();
                foreach ($srvips as $srcidx => $srvip) {
                        $destif = guess_interface_from_ip($srvip);
                        if (!empty($destif) && !is_pseudo_interface($destif)) {
                                $srvifaces[] = $destif;
                        }
                }
            
                /* Check for relays in the same subnet as clients so they can bind for
                 * either direction (up or down) */
                $srvrelayifs = array_intersect($dhcrelayifs, $srvifaces);
            
                /* The server interface(s) should not be in this list */
                $dhcrelayifs = array_diff($dhcrelayifs, $srvifaces);
            
                /* Remove the dual-role interfaces from up and down lists */
                $srvifaces = array_diff($srvifaces, $srvrelayifs);
                $dhcrelayifs = array_diff($dhcrelayifs, $srvrelayifs);
            
                /* fire up dhcrelay */
                if (empty($dhcrelayifs) && empty($srvrelayifs)) {
                        log_error(gettext("No suitable downstream interfaces found for running dhcrelay!"));
                        return; /* XXX */
                }
                if (empty($srvifaces) && empty($srvrelayifs)) {
                # Error is here 
                        log_error(gettext("No suitable upstream interfaces found for running dhcrelay!"));
                        return; /* XXX */
                }
            

            My dhcp-Server resides outside of any net within the firewall, therefore $servifaces
            is empty, resulting in the error in syslog.

            My fix is to explicit add the upstream if there is none. I am not quite sure if this is the best variant. I would think that fixing guess_interface_from_ip() might be a better way.

                if (empty($srvifaces)){
                        $srvifaces[] = "vmx0";
                }
                if (empty($srvifaces) && empty($srvrelayifs)) {
                        log_error(gettext("No suitable upstream interfaces found for running dhcrelay!"));
                        return; /* XXX */
                }
            

            If there is anything else you need to know please let me know.

            1 Reply Last reply Reply Quote 1
            • J
              johnsdixon @johnsdixon
              last edited by

              @victor_g
              Further investigation on the upgraded 2.5.0 production environment shows (in /var/log/dhcpd.log)

              Feb 22 15:41:48 wight dhcrelay[82265]: Internet Systems Consortium DHCP Relay Agent 4.4.2
              Feb 22 15:41:48 wight dhcrelay[82265]: Copyright 2004-2020 Internet Systems Consortium.
              Feb 22 15:41:48 wight dhcrelay[82265]: All rights reserved.
              Feb 22 15:41:48 wight dhcrelay[82265]: For info, please visit https://www.isc.org/software/dhcp/
              **Feb 22 15:41:48 wight dhcrelay[82265]: Unsupported device type 24 for "lo0"**
              Feb 22 15:41:48 wight dhcrelay[82265]:
              Feb 22 15:41:48 wight dhcrelay[82265]: If you think you have received this message due to a bug rather
              Feb 22 15:41:48 wight dhcrelay[82265]: than a configuration issue please read the section on submitting
              Feb 22 15:41:48 wight dhcrelay[82265]: bugs on either our web page at www.isc.org or in the README file
              Feb 22 15:41:48 wight dhcrelay[82265]: before submitting a bug.  These pages explain the proper
              Feb 22 15:41:48 wight dhcrelay[82265]: process and the information we find helpful for debugging.
              Feb 22 15:41:48 wight dhcrelay[82265]:
              Feb 22 15:41:48 wight dhcrelay[82265]: exiting.
              

              So perhaps the default upgrade is adding lo0 to the dhcrelay startup process?

              The equivalent from the 2.4.5_1 environment is as follows:

              Feb 22 15:47:00 wight dhcrelay: Internet Systems Consortium DHCP Relay Agent 4.4.1
              Feb 22 15:47:00 wight dhcrelay: Copyright 2004-2018 Internet Systems Consortium.
              Feb 22 15:47:00 wight dhcrelay: All rights reserved.
              Feb 22 15:47:00 wight dhcrelay: For info, please visit https://www.isc.org/software/dhcp/
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx4/00:0c:29:10:bf:e3
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx4/00:0c:29:10:bf:e3
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx7.888/00:0c:29:10:bf:15
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx7.888/00:0c:29:10:bf:15
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx6/00:0c:29:10:bf:ed
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx6/00:0c:29:10:bf:ed
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx5/00:0c:29:10:bf:0b
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx5/00:0c:29:10:bf:0b
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx3/00:0c:29:10:bf:01
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx3/00:0c:29:10:bf:01
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx2/00:0c:29:10:bf:d9
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx2/00:0c:29:10:bf:d9
              Feb 22 15:47:00 wight dhcrelay: Listening on BPF/vmx1/00:0c:29:10:bf:f7
              Feb 22 15:47:00 wight dhcrelay: Sending on   BPF/vmx1/00:0c:29:10:bf:f7
              Feb 22 15:47:00 wight dhcrelay: Sending on   Socket/fallback
              
              1 Reply Last reply Reply Quote 0
              • F
                fwcheck
                last edited by

                Ok i have to add, that this is a solution (WAN is always vmx0) for my case. The physical interface of another system has sure another name,
                <interfaces>
                <wan>
                <enable></enable>
                <if>vmx0</if>
                Therefore more general it is s.th. like
                $config[interfaces][wan][if]
                ..

                J 1 Reply Last reply Reply Quote 0
                • J
                  johnsdixon @fwcheck
                  last edited by johnsdixon

                  @fwcheck There's definitely something odd going on.
                  In the test scenario, I have a similar environment, with DHCP server on the dirty (WAN) side, using vmx0. This seems to be working correctly, as I get vmx0 in the $srvifaces list.
                  But no lo0 in any list. 😕

                  Now adding more elements to the test environment to find the thing that triggers lo0 to get added to the list.

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

                    @johnsdixon said in Update to 2.5.0 broke DHCP relay:

                    But no lo0 in any list.

                    Isn't that a good thing ?
                    lo0 is the local host or 127.0.0.1
                    dhcrelay can't operate on "lo0" :

                    @johnsdixon said in Update to 2.5.0 broke DHCP relay:

                    Feb 22 15:41:48 wight dhcrelay[82265]: Unsupported device type 24 for "lo0"

                    which is rather logic.

                    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
                      johnsdixon @Gertjan
                      last edited by

                      @gertjan But my production environment generates a startup command for the DHCP relay with lo0 included.
                      This is not there in 2.4.5_1, but following an upgrade to 2.5.0 this appears, and there is no functioning DHCP relay process started by default in that situation. What I'm trying to do is work out what is triggering the inclusion of the lo0 within the startup process.
                      There is no lo0 anywhere in my config, nor has disabling services (eg. squid, OpenVPN) on the production configuration gained me working DHCP forwarding.

                      1 Reply Last reply Reply Quote 0
                      • viktor_gV
                        viktor_g Netgate
                        last edited by

                        Redmine issue created:
                        https://redmine.pfsense.org/issues/11523

                        R 1 Reply Last reply Reply Quote 0
                        • E
                          elfranko
                          last edited by

                          I tried the beta of 2.5, and discovered the same thing.

                          I posted my 2.5 findings in here:
                          [https://forum.netgate.com/topic/157022/not-sure-if-it-is-a-bug-or-not-dhcprelay-in-2-5?_=1614502774329](link url)

                          Hope this helps.
                          I have upgraded to 2.5, and it seems to be working on my setup.

                          Cheers

                          Elfranko

                          1 Reply Last reply Reply Quote 0
                          • R
                            Roland_V @viktor_g
                            last edited by

                            @viktor_g
                            I can confirm, that this issue relates to routing as already mentioned on redmine, and it doesn't exist in earlier Versions of pfSense.

                            Having this configuration, where LAN is for Management only, and WAN is for Connection to Internet Router, DHCP-Server is on opt2, and Test-Computer trying to get IP via DHCP is on opt3:

                            <interfaces>
                            	<wan>
                            		<enable></enable>
                            		<if>hn2</if>
                            		<blockbogons></blockbogons>
                            		<descr><![CDATA[WAN]]></descr>
                            		<spoofmac></spoofmac>
                            		<ipaddr>172.30.0.99</ipaddr>
                            		<subnet>16</subnet>
                            		<gateway>WANGW</gateway>
                            	</wan>
                            	<lan>
                            		<enable></enable>
                            		<if>hn0</if>
                            		<ipaddr>10.100.0.99</ipaddr>
                            		<subnet>16</subnet>
                            		<gateway></gateway>
                            		<gatewayv6></gatewayv6>
                            		<descr><![CDATA[LAN]]></descr>
                            	</lan>
                            	<opt2>
                            		<descr><![CDATA[TestDC]]></descr>
                            		<if>hn3</if>
                            		<enable></enable>
                            		<spoofmac></spoofmac>
                            		<ipaddr>10.199.0.1</ipaddr>
                            		<subnet>24</subnet>
                            	</opt2>
                            	<opt3>
                            		<descr><![CDATA[Test1]]></descr>
                            		<if>hn1</if>
                            		<enable></enable>
                            		<spoofmac></spoofmac>
                            		<ipaddr>10.99.1.1</ipaddr>
                            		<subnet>24</subnet>
                            	</opt3>
                            </interfaces>
                            <staticroutes>
                            	<route>
                            		<network>10.0.0.0/8</network>
                            		<gateway>Null4</gateway>
                            		<descr><![CDATA[Default bei RFC 1918, Private Class A]]></descr>
                            	</route>
                            	<route>
                            		<network>172.16.0.0/12</network>
                            		<gateway>Null4</gateway>
                            		<descr><![CDATA[Default bei RFC 1918, Private Class B]]></descr>
                            	</route>
                            	<route>
                            		<network>192.168.0.0/16</network>
                            		<gateway>Null4</gateway>
                            		<descr><![CDATA[Default bei RFC 1918, Private Class C]]></descr>
                            	</route>
                            </staticroutes> 
                            <dhcrelay>
                            	<enable></enable>
                            	<interface>opt3</interface>
                            	<agentoption></agentoption>
                            	<server>10.199.0.11</server>
                            </dhcrelay> 
                            

                            The NULL-Routes are to avoid Packets with local Addresses going to Internet (implicit Routes of direct attached Subnets have higher Priority).

                            With this configuration you cannot start DHCP-Relay Service (dhcrelay).

                            If you modify the NULL-Route "10.0.0.0/8" to something where the Subnet to the DHCP-Server is not part of (in my configuration e.g. "10.0.0.0/9"), then everything works fine.

                            Remark: After modifying Routes you have to reboot pfSense, because already existing routes were not replaced, but the modified route is added (no automatic flush of routing cache).

                            viktor_gV 1 Reply Last reply Reply Quote 0
                            • viktor_gV
                              viktor_g Netgate @Roland_V
                              last edited by

                              Try to apply Patch ID 7990de53bfc8267d1dd96636a175929a35cbe664 to fix DHCP Relay issue

                              see https://redmine.pfsense.org/issues/11475

                              @roland_v said in Update to 2.5.0 broke DHCP relay:

                              Remark: After modifying Routes you have to reboot pfSense, because already existing routes were not replaced, but the modified route is added (no automatic flush of routing cache).

                              Could you create a new redmine issue for this?

                              R C 2 Replies Last reply Reply Quote 0
                              • R
                                Roland_V @viktor_g
                                last edited by

                                @viktor_g
                                Because I'm not able to build pfSense from source, I tried last development snapshot built on Tue Mar 02 01:18:30 EST 2021.

                                With this version the DHCP-Relay works as expected.

                                For "Error on updating routing table after modifying static routes" I will open a new redmin issue as requested.

                                1 Reply Last reply Reply Quote 0
                                • C
                                  chrullrich @viktor_g
                                  last edited by

                                  @viktor_g said in Update to 2.5.0 broke DHCP relay:

                                  Try to apply Patch ID 7990de53bfc8267d1dd96636a175929a35cbe664 to fix DHCP Relay issue

                                  Thanks, this patch fixed my identical problem.

                                  For future reference, because some people might not know about it: See https://docs.netgate.com/pfsense/en/latest/development/system-patches.html for how to apply such patches to an existing installation.

                                  --
                                  Christian

                                  W 1 Reply Last reply Reply Quote 0
                                  • W
                                    wurst @chrullrich
                                    last edited by

                                    Hi,
                                    just stepped on the same issue with PfSense 2.6.0
                                    The Patch didnt pass the check, so i can´t apply it.

                                    My setup contains several LAN adapters leading to several (/24) Subnets.
                                    The DHCP server is reachable on a remote system via Open VPN.

                                    Can You help me out?

                                    /usr/bin/patch --directory='/' -t  --strip '2' -i '/var/patches/6241d97843a1b.patch' --check --forward --ignore-whitespace
                                    
                                    Hmm...  Looks like a unified diff to me...
                                    The text leading up to this was:
                                    --------------------------
                                    |From 7990de53bfc8267d1dd96636a175929a35cbe664 Mon Sep 17 00:00:00 2001
                                    |From: Viktor G <viktor@netgate.com>
                                    |Date: Thu, 25 Feb 2021 16:42:35 +0300
                                    |Subject: [PATCH] route_get() optimization. Fixes #11475
                                    |
                                    |---
                                    | src/etc/inc/interfaces.inc |  2 +-
                                    | src/etc/inc/util.inc       | 50 +++++++++++++++++++++++++++++---------
                                    | 2 files changed, 39 insertions(+), 13 deletions(-)
                                    |
                                    |diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
                                    |index 35206915d92..307e76edcef 100644
                                    |--- a/src/etc/inc/interfaces.inc
                                    |+++ b/src/etc/inc/interfaces.inc
                                    --------------------------
                                    Patching file etc/inc/interfaces.inc using Plan A...
                                    Ignoring previously applied (or reversed) patch.
                                    Hunk #1 ignored at 6041.
                                    1 out of 1 hunks ignored while patching etc/inc/interfaces.inc
                                    Hmm...  The next patch looks like a unified diff to me...
                                    The text leading up to this was:
                                    --------------------------
                                    |diff --git a/src/etc/inc/util.inc b/src/etc/inc/util.inc
                                    |index 6f94b0da41e..bc5178dee61 100644
                                    |--- a/src/etc/inc/util.inc
                                    |+++ b/src/etc/inc/util.inc
                                    --------------------------
                                    Patching file etc/inc/util.inc using Plan A...
                                    Ignoring previously applied (or reversed) patch.
                                    Hunk #1 ignored at 2692.
                                    Hunk #2 ignored at 2707.
                                    Hunk #3 ignored at 2755.
                                    3 out of 3 hunks ignored while patching etc/inc/util.inc
                                    done
                                    
                                    
                                    /usr/bin/patch --directory='/' -f  --strip '2' -i '/var/patches/6241d97843a1b.patch' --check --reverse --ignore-whitespace
                                    
                                    Hmm...  Looks like a unified diff to me...
                                    The text leading up to this was:
                                    --------------------------
                                    |From 7990de53bfc8267d1dd96636a175929a35cbe664 Mon Sep 17 00:00:00 2001
                                    |From: Viktor G <viktor@netgate.com>
                                    |Date: Thu, 25 Feb 2021 16:42:35 +0300
                                    |Subject: [PATCH] route_get() optimization. Fixes #11475
                                    |
                                    |---
                                    | src/etc/inc/interfaces.inc |  2 +-
                                    | src/etc/inc/util.inc       | 50 +++++++++++++++++++++++++++++---------
                                    | 2 files changed, 39 insertions(+), 13 deletions(-)
                                    |
                                    |diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
                                    |index 35206915d92..307e76edcef 100644
                                    |--- a/src/etc/inc/interfaces.inc
                                    |+++ b/src/etc/inc/interfaces.inc
                                    --------------------------
                                    Patching file etc/inc/interfaces.inc using Plan A...
                                    Hunk #1 succeeded at 6041 (offset -118 lines).
                                    Hmm...  The next patch looks like a unified diff to me...
                                    The text leading up to this was:
                                    --------------------------
                                    |diff --git a/src/etc/inc/util.inc b/src/etc/inc/util.inc
                                    |index 6f94b0da41e..bc5178dee61 100644
                                    |--- a/src/etc/inc/util.inc
                                    |+++ b/src/etc/inc/util.inc
                                    --------------------------
                                    Patching file etc/inc/util.inc using Plan A...
                                    Hunk #1 succeeded at 2692 (offset 43 lines).
                                    Hunk #2 failed at 2705.
                                    Hunk #3 succeeded at 2690 (offset 4 lines).
                                    1 out of 3 hunks failed while patching etc/inc/util.inc
                                    done
                                    
                                    
                                    
                                    viktor_gV 1 Reply Last reply Reply Quote 0
                                    • viktor_gV
                                      viktor_g Netgate @wurst
                                      last edited by

                                      @wurst You can simply upgrade to the latest pfSense version

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

                                        @viktor_g

                                        You mean the 2.7.x DEVEL version ?
                                        @wurst is using 2.6.0.

                                        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
                                        • F
                                          fwcheck
                                          last edited by

                                          @wurst. I am not quite sure i do understand your problem right:
                                          Your DHCP-Server is outside of the nets of pfsense, upstream on the openVPN-Interface, right ?

                                          Does the dhcplog reveal anything ?
                                          cat /var/log/dhcpd.log
                                          If you login into the box and do a
                                          #ps aux | grep "dhcrelay"
                                          show that dhcrelay is running ?

                                          I am not quite sure if you can workaround using

                                          /usr/local/sbin/dhcrelay [-id <for all interfaces which require DHCP>] -iu <your openvpn-interface> -a -m replace IP_dhcp-server1 IP_dhcpsever2

                                          That might be a fast fix for the problem.

                                          W 1 Reply Last reply Reply Quote 0
                                          • W
                                            wurst @fwcheck
                                            last edited by

                                            @fwcheck
                                            Hi, sorry for my late reply.
                                            The system went productive, so I used the Switch for DHCP relaying.

                                            Now I am back with another System, next try.

                                            Heres my test with the line You recommended:

                                            /usr/local/sbin/dhcrelay -id em2 -iu ovpns2 -a -m replace 10.1.1.12
                                            Requesting: em2 as upstream: N downstream: Y
                                            Requesting: ovpns2 as upstream: Y downstream: N
                                            Internet Systems Consortium DHCP Relay Agent 4.4.2-P1
                                            Copyright 2004-2021 Internet Systems Consortium.
                                            All rights reserved.
                                            For info, please visit https://www.isc.org/software/dhcp/
                                            Unsupported device type 23 for "ovpns2"
                                            

                                            --> Unsupported Device Type 23
                                            OK. The openvpn adapter is not supported.
                                            If I start it without specifying "-iu", the machine starts:

                                            /usr/local/sbin/dhcrelay -d -id em2 -a -m replace 10.1.1.12
                                            Requesting: em2 as upstream: N downstream: Y
                                            Internet Systems Consortium DHCP Relay Agent 4.4.2-P1
                                            Copyright 2004-2021 Internet Systems Consortium.
                                            All rights reserved.
                                            For info, please visit https://www.isc.org/software/dhcp/
                                            Listening on BPF/em2/00:0c:29:a0:6f:7c
                                            Sending on   BPF/em2/00:0c:29:a0:6f:7c
                                            Sending on   Socket/fallback
                                            Adding 8-byte relay agent option
                                            Forwarded BOOTREQUEST for 00:0c:29:38:09:f2 to 10.1.1.12
                                            Adding 8-byte relay agent option
                                            Forwarded BOOTREQUEST for 00:0c:29:38:09:f2 to 10.1.1.12
                                            Adding 8-byte relay agent option
                                            Forwarded BOOTREQUEST for 00:0c:29:38:09:f2 to 10.1.1.12
                                            

                                            The DHCP request ist recieved by DHCP Server 10.1.1.12, it replying with DHCP offer:

                                            73898399-6631-46e9-b45e-5d9123ad991a-grafik.png

                                            The Packet recieves at the Pfsense but nothing happens...

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