How to make a dhcp server using busybox udhcpd for multiple ports Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionBind one process to multiple ports?Problems forcing Debian to obtain IP from predetermined server address using DHCP from nameserver on networkConfigure a freeRadius server with dhcp functionMultiple DHCP services on Debian Jessie (systemd)How to make FreeCAD utilize multiple cores?DHCP Server on Debian 8How to make wicd set dhcp-based routing?Installing busybox for ubuntuisc-dhcp-server configurationHow to configure “https” in same domain for multiple ports?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

Dating a Former Employee

Why are there no cargo aircraft with "flying wing" design?

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

Fundamental Solution of the Pell Equation

How to find all the available tools in mac terminal?

Why are Kinder Surprise Eggs illegal in the USA?

What's the purpose of writing one's academic biography in the third person?

English words in a non-english sci-fi novel

How to tell that you are a giant?

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

Using et al. for a last / senior author rather than for a first author

How do I stop a creek from eroding my steep embankment?

Is there a (better) way to access $wpdb results?

Why did the rest of the Eastern Bloc not invade Yugoslavia?

Should I discuss the type of campaign with my players?

51k Euros annually for a family of 4 in Berlin: Is it enough?

Apollo command module space walk?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Can a USB port passively 'listen only'?

Overriding an object in memory with placement new

How discoverable are IPv6 addresses and AAAA names by potential attackers?

How to react to hostile behavior from a senior developer?

Single word antonym of "flightless"



How to make a dhcp server using busybox udhcpd for multiple ports



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionBind one process to multiple ports?Problems forcing Debian to obtain IP from predetermined server address using DHCP from nameserver on networkConfigure a freeRadius server with dhcp functionMultiple DHCP services on Debian Jessie (systemd)How to make FreeCAD utilize multiple cores?DHCP Server on Debian 8How to make wicd set dhcp-based routing?Installing busybox for ubuntuisc-dhcp-server configurationHow to configure “https” in same domain for multiple ports?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have a Beaglebone Black that needs to be configured as a DHCP SERVER:



I want BOTH [eth0 and usb0] to act as a DHCP SERVER once clients connect to them via a standard cable, crossover (no router/hub) and usb.



Ex: 3 Beaglebones. Beaglebone#1 is the DHCP SERVER, Beaglebone#2 & #3 are the clients - 1 of them will connect to #1 using USB0 & the other ETH0, both are waiting for an IP to be issued to them.



Is this possible?
eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp service loaded.



System Setup:
Linux Debian Jessie 4.4(ti-variant)










share|improve this question
























  • What challenges are you having setting up the DHCP server that way? Is the DHCP server running? Are there any errors in the log? Is anything listening on port 67, and on appropriate addresses?

    – Eric Renouf
    Jun 7 '16 at 13:47











  • eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp loaded!

    – Beagleboy
    Jun 7 '16 at 14:10











  • Instead of using comments, could you please edit your question to include the extra information?

    – Eric Renouf
    Jun 7 '16 at 14:17

















0















I have a Beaglebone Black that needs to be configured as a DHCP SERVER:



I want BOTH [eth0 and usb0] to act as a DHCP SERVER once clients connect to them via a standard cable, crossover (no router/hub) and usb.



Ex: 3 Beaglebones. Beaglebone#1 is the DHCP SERVER, Beaglebone#2 & #3 are the clients - 1 of them will connect to #1 using USB0 & the other ETH0, both are waiting for an IP to be issued to them.



Is this possible?
eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp service loaded.



System Setup:
Linux Debian Jessie 4.4(ti-variant)










share|improve this question
























  • What challenges are you having setting up the DHCP server that way? Is the DHCP server running? Are there any errors in the log? Is anything listening on port 67, and on appropriate addresses?

    – Eric Renouf
    Jun 7 '16 at 13:47











  • eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp loaded!

    – Beagleboy
    Jun 7 '16 at 14:10











  • Instead of using comments, could you please edit your question to include the extra information?

    – Eric Renouf
    Jun 7 '16 at 14:17













0












0








0








I have a Beaglebone Black that needs to be configured as a DHCP SERVER:



I want BOTH [eth0 and usb0] to act as a DHCP SERVER once clients connect to them via a standard cable, crossover (no router/hub) and usb.



Ex: 3 Beaglebones. Beaglebone#1 is the DHCP SERVER, Beaglebone#2 & #3 are the clients - 1 of them will connect to #1 using USB0 & the other ETH0, both are waiting for an IP to be issued to them.



Is this possible?
eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp service loaded.



System Setup:
Linux Debian Jessie 4.4(ti-variant)










share|improve this question
















I have a Beaglebone Black that needs to be configured as a DHCP SERVER:



I want BOTH [eth0 and usb0] to act as a DHCP SERVER once clients connect to them via a standard cable, crossover (no router/hub) and usb.



Ex: 3 Beaglebones. Beaglebone#1 is the DHCP SERVER, Beaglebone#2 & #3 are the clients - 1 of them will connect to #1 using USB0 & the other ETH0, both are waiting for an IP to be issued to them.



Is this possible?
eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp service loaded.



System Setup:
Linux Debian Jessie 4.4(ti-variant)







debian






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 7 '16 at 14:50







Beagleboy

















asked Jun 7 '16 at 13:36









BeagleboyBeagleboy

12




12












  • What challenges are you having setting up the DHCP server that way? Is the DHCP server running? Are there any errors in the log? Is anything listening on port 67, and on appropriate addresses?

    – Eric Renouf
    Jun 7 '16 at 13:47











  • eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp loaded!

    – Beagleboy
    Jun 7 '16 at 14:10











  • Instead of using comments, could you please edit your question to include the extra information?

    – Eric Renouf
    Jun 7 '16 at 14:17

















  • What challenges are you having setting up the DHCP server that way? Is the DHCP server running? Are there any errors in the log? Is anything listening on port 67, and on appropriate addresses?

    – Eric Renouf
    Jun 7 '16 at 13:47











  • eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp loaded!

    – Beagleboy
    Jun 7 '16 at 14:10











  • Instead of using comments, could you please edit your question to include the extra information?

    – Eric Renouf
    Jun 7 '16 at 14:17
















What challenges are you having setting up the DHCP server that way? Is the DHCP server running? Are there any errors in the log? Is anything listening on port 67, and on appropriate addresses?

– Eric Renouf
Jun 7 '16 at 13:47





What challenges are you having setting up the DHCP server that way? Is the DHCP server running? Are there any errors in the log? Is anything listening on port 67, and on appropriate addresses?

– Eric Renouf
Jun 7 '16 at 13:47













eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp loaded!

– Beagleboy
Jun 7 '16 at 14:10





eth0 = 169.254.y.z; no dmesg-log errors; 0.0.0.0udp-68 but no udp-67 & no dhcp loaded!

– Beagleboy
Jun 7 '16 at 14:10













Instead of using comments, could you please edit your question to include the extra information?

– Eric Renouf
Jun 7 '16 at 14:17





Instead of using comments, could you please edit your question to include the extra information?

– Eric Renouf
Jun 7 '16 at 14:17










1 Answer
1






active

oldest

votes


















0














Finally I got my answer: The service wasn't running because the interfaces were down.
First to fix interface:



ifconfig eth0 up

ifconfig usb0 up


Second, uninstall any other DHCPDaemons except uDHCPD to free up udp port 67. Use:



netstat -tulnp |grep :67


If nothing comes up, its uDHCPD is not running; you'll have to start it:



http://xmodulo.com/raspberry-pi-wifi-access-point.html



If you want to bridge them together after you're done:



https://wiki.archlinux.org/index.php/Network_bridge



the BEST I can do for those hurting as I was. ~ Eric Renouf and Beagleboy
(thanks Eric)






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f288167%2fhow-to-make-a-dhcp-server-using-busybox-udhcpd-for-multiple-ports%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Finally I got my answer: The service wasn't running because the interfaces were down.
    First to fix interface:



    ifconfig eth0 up

    ifconfig usb0 up


    Second, uninstall any other DHCPDaemons except uDHCPD to free up udp port 67. Use:



    netstat -tulnp |grep :67


    If nothing comes up, its uDHCPD is not running; you'll have to start it:



    http://xmodulo.com/raspberry-pi-wifi-access-point.html



    If you want to bridge them together after you're done:



    https://wiki.archlinux.org/index.php/Network_bridge



    the BEST I can do for those hurting as I was. ~ Eric Renouf and Beagleboy
    (thanks Eric)






    share|improve this answer





























      0














      Finally I got my answer: The service wasn't running because the interfaces were down.
      First to fix interface:



      ifconfig eth0 up

      ifconfig usb0 up


      Second, uninstall any other DHCPDaemons except uDHCPD to free up udp port 67. Use:



      netstat -tulnp |grep :67


      If nothing comes up, its uDHCPD is not running; you'll have to start it:



      http://xmodulo.com/raspberry-pi-wifi-access-point.html



      If you want to bridge them together after you're done:



      https://wiki.archlinux.org/index.php/Network_bridge



      the BEST I can do for those hurting as I was. ~ Eric Renouf and Beagleboy
      (thanks Eric)






      share|improve this answer



























        0












        0








        0







        Finally I got my answer: The service wasn't running because the interfaces were down.
        First to fix interface:



        ifconfig eth0 up

        ifconfig usb0 up


        Second, uninstall any other DHCPDaemons except uDHCPD to free up udp port 67. Use:



        netstat -tulnp |grep :67


        If nothing comes up, its uDHCPD is not running; you'll have to start it:



        http://xmodulo.com/raspberry-pi-wifi-access-point.html



        If you want to bridge them together after you're done:



        https://wiki.archlinux.org/index.php/Network_bridge



        the BEST I can do for those hurting as I was. ~ Eric Renouf and Beagleboy
        (thanks Eric)






        share|improve this answer















        Finally I got my answer: The service wasn't running because the interfaces were down.
        First to fix interface:



        ifconfig eth0 up

        ifconfig usb0 up


        Second, uninstall any other DHCPDaemons except uDHCPD to free up udp port 67. Use:



        netstat -tulnp |grep :67


        If nothing comes up, its uDHCPD is not running; you'll have to start it:



        http://xmodulo.com/raspberry-pi-wifi-access-point.html



        If you want to bridge them together after you're done:



        https://wiki.archlinux.org/index.php/Network_bridge



        the BEST I can do for those hurting as I was. ~ Eric Renouf and Beagleboy
        (thanks Eric)







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 12 at 18:26







        user288752

















        answered Jun 7 '16 at 15:36









        BeagleboyBeagleboy

        12




        12



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f288167%2fhow-to-make-a-dhcp-server-using-busybox-udhcpd-for-multiple-ports%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.