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

    DHCPd with multiple ipv4 subnets outside of local interface network. (300US$)

    Scheduled Pinned Locked Moved Bounties
    120 Posts 29 Posters 70.7k 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.
    • marcellocM
      marcelloc
      last edited by

      I will push it to 2.2 code since I have a positive feed from you. Core team will check the code and if it's ok, it can be merged.

      Treinamentos de Elite: http://sys-squad.com

      Help a community developer! ;D

      1 Reply Last reply Reply Quote 0
      • B
        bennyc
        last edited by

        • If you try to send a wake-on-lan by cliking the MAC it selects a wrong interface a says:

        Don't know about the button, but the "Wake on lan" as a feature inside those scopes but outside your interface subnet will not work I think. That also uses broadcast, and thus remains within your vlan…. or you need to do some additional configuration on your router by forwarding the broadcasts...

        The buttons (like add static mapping) does a redirect to the main dhcp page, but the mapping is not present as you say (did not test that, don't use static mappings).

        4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
        1x PC Engines APU2C4, 1x PC Engines APU1C4

        1 Reply Last reply Reply Quote 0
        • S
          shade
          last edited by

          @marcelloc:

          I will push it to 2.2 code since I have a positive feed from you. Core team will check the code and if it's ok, it can be merged.

          Sound great  :D

          1 Reply Last reply Reply Quote 0
          • S
            shade
            last edited by

            @bennyc:

            The buttons (like add static mapping) does a redirect to the main dhcp page, but the mapping is not present as you say (did not test that, don't use static mappings).

            That we use alot :/ So it is important for me..

            @bennyc:

            Don't know about the button, but the "Wake on lan" as a feature inside those scopes but outside your interface subnet will not work I think. That also uses broadcast, and thus remains within your vlan…. or you need to do some additional configuration on your router by forwarding the broadcasts...

            You can configure that in your core so WOL packets can get from one vlan to another…

            1 Reply Last reply Reply Quote 0
            • marcellocM
              marcelloc
              last edited by

              @shade:

              That we use alot :/ So it is important for me..

              I'll check it today.

              Treinamentos de Elite: http://sys-squad.com

              Help a community developer! ;D

              1 Reply Last reply Reply Quote 0
              • S
                shade
                last edited by

                @marcelloc:

                @shade:

                That we use alot :/ So it is important for me..

                I'll check it today.

                Thanks :)

                1 Reply Last reply Reply Quote 0
                • marcellocM
                  marcelloc
                  last edited by

                  I've sent you modified files including dhcp leases update.

                  Please test and feedback.

                  Treinamentos de Elite: http://sys-squad.com

                  Help a community developer! ;D

                  1 Reply Last reply Reply Quote 0
                  • B
                    bennyc
                    last edited by

                    as already confirmed through pm  :)

                    I already updated my system with your code, and can confirm it works.

                    Test sequence:

                    • add device on the network
                    • obtained lease from additional pool
                    • go to the DHCP leases page, select "+" next to the address of interest
                    • arrived on the "Services: DHCP: Edit static mapping" page, where you can edit/save the mapping
                    • entry is added in the dhcpd.conf file as follows:
                    
                    host s_lan_0 {
                    	hardware ethernet 3c:c2:43:ca:xx:xx;
                    	fixed-address 192.168.3.1;
                    	option host-name "Win8Phone";
                    }
                    
                    
                    • afterwards, this host shows as static in "Status: DHCP leases", and the "+" sign is red and inactive

                    4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
                    1x PC Engines APU2C4, 1x PC Engines APU1C4

                    1 Reply Last reply Reply Quote 0
                    • S
                      shade
                      last edited by

                      Marcelloc:

                      I have updated my PFsense with your patch, and can confirm that it works.

                      Now static leases on subnet and WOL works.

                      Looking forward to see it in upstream - Excellent work, two thumbs up :)

                      WetWilly: Have you tried it ?

                      1 Reply Last reply Reply Quote 0
                      • marcellocM
                        marcelloc
                        last edited by

                        Pull request sent. ;D

                        I had to change some parts for 2.2 but it's done again!

                        https://github.com/pfsense/pfsense/pull/816

                        Treinamentos de Elite: http://sys-squad.com

                        Help a community developer! ;D

                        1 Reply Last reply Reply Quote 0
                        • S
                          shade
                          last edited by

                          Marcelloc:

                          I have now added several "sub" scopes, and alot of static leases and everything works as excepted :)

                          It is first time I have tried a bounty and are also a "new" pfsense user, so I have a few mabee newbie questions:

                          • When 2.1.1 are leases, are the patch still active ? or shall it be reapplied ? or is it even compatible ?
                          • Will that be the same for each release up to 2.2 when is it included upstream ?
                          • I have read the guidelines about payment and are a little confused  ? Can I just sent you a paypal payment, or is that against policy ?

                          To the other creators of this bounty, I feel the bounty is solved, how about you ?

                          1 Reply Last reply Reply Quote 0
                          • marcellocM
                            marcelloc
                            last edited by

                            @shade:

                            • When 2.1.1 are leases, are the patch still active ? or shall it be reapplied ? or is it even compatible ?

                            If there is no changes to files I've modified between 2.1 and 2.1.1 it will work fine.

                            @shade:

                            • Will that be the same for each release up to 2.2 when is it included upstream ?

                            Since pull request is merged. It will be part of pfsense 2.2

                            @shade:

                            • I have read the guidelines about payment and are a little confused  ? Can I just sent you a paypal payment, or is that against policy ?

                            Just send to my paypal account. marcellocoutinho@gmail.com

                            Treinamentos de Elite: http://sys-squad.com

                            Help a community developer! ;D

                            1 Reply Last reply Reply Quote 0
                            • B
                              bennyc
                              last edited by

                              I agree with Shade, the bounty is completed I think. (though I'm not an autor)
                              If Marcelloc gets all his payments, the bounty can be moved to the "completed" section…

                              4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
                              1x PC Engines APU2C4, 1x PC Engines APU1C4

                              1 Reply Last reply Reply Quote 0
                              • marcellocM
                                marcelloc
                                last edited by

                                @bennyc:

                                If Marcelloc gets all his payments, the bounty can be moved to the "completed" section…

                                Not yet. I received only from you and shade.

                                Total bounty US$ 1.100 received US$ 550

                                Treinamentos de Elite: http://sys-squad.com

                                Help a community developer! ;D

                                1 Reply Last reply Reply Quote 0
                                • B
                                  bennyc
                                  last edited by

                                  Hi Marcelloc,

                                  I know it's already been a while, but I think I encountered  a couple of things we missed.
                                  Sub-pools work fine… but when adding a static mapping for a client in a sub-pool, it does not hand out WINS/DNS: not the default, not the ones I put there. (not so good  ::) )
                                  It also doesn't complain if I use an ip within the pool range? (can live with that)
                                  When removing the static mapping (but leaving it in the sub-pool), the dhcp deamon hands out both fine.

                                  So the issue is on the static mapping creation. (writing to the dhcpd.conf to be more precise, at least I think it is)

                                  When looking to the dhcpd.conf, it gets written correctly except for the option "domain-name-server", that part is missing even if I update it in the static mapping (it does not add it to the part "host s_lan_0":

                                  (partial code)

                                  
                                  host s_lan_0 {
                                  	hardware ethernet 00:50:56:ad:6f:c1;
                                  	fixed-address 192.168.9.11;
                                  	option host-name "REMOTE-7";
                                  	option routers 192.168.9.254;
                                  }
                                  subnet 192.168.9.0 netmask 255.255.255.0 {
                                  	pool {
                                  		option domain-name-servers 192.168.1.254;
                                  		option routers 192.168.9.254;
                                  		range 192.168.9.1 192.168.9.10;
                                  	}
                                  
                                  

                                  Went through the code from services_dhcp.php (quickly) as I suspect the issue is there (might be wrong), but it seems my coding knowledge is still too limited, can't point it out yet  :-[

                                  Can you still check this please?

                                  tnx & br, Benny.

                                  4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
                                  1x PC Engines APU2C4, 1x PC Engines APU1C4

                                  1 Reply Last reply Reply Quote 0
                                  • marcellocM
                                    marcelloc
                                    last edited by

                                    Sorry for the late response.
                                    I'm really busy these days but I'll take a look as soon as possible.

                                    Treinamentos de Elite: http://sys-squad.com

                                    Help a community developer! ;D

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      shade
                                      last edited by

                                      @marcelloc:

                                      Not yet. I received only from you and shade.

                                      Total bounty US$ 1.100 received US$ 550

                                      Are BennyC and me still the only two who have paid you ?

                                      1 Reply Last reply Reply Quote 0
                                      • marcellocM
                                        marcelloc
                                        last edited by

                                        @shade:

                                        Are BennyC and me still the only two who have paid you ?

                                        Unfortunately only you two. :(

                                        Treinamentos de Elite: http://sys-squad.com

                                        Help a community developer! ;D

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          bennyc
                                          last edited by

                                          that's not very nice  ???
                                          pm them I would say…

                                          4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
                                          1x PC Engines APU2C4, 1x PC Engines APU1C4

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            Rerity9
                                            last edited by

                                            What I do to stay fit for me. Not need to be downloaded on the web too. I will get back with you.

                                            แทงบอลออนไลน์

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