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;
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
add a comment |
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
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
add a comment |
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
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
debian
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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)
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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)
add a comment |
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)
add a comment |
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)
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)
edited Apr 12 at 18:26
user288752
answered Jun 7 '16 at 15:36
BeagleboyBeagleboy
12
12
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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