PiHole issues with dual band routers
I have a raspberry pi running pihole as an adblocker AND dhcp server, and a dual band router with two discrete signals send out {ssid1.2G and ssid2.5G}
When the pihole dhcp service is on, my laptop (tried 4 different devices) can only connect to one of the two signals, which ever i try first (i.e if i first connect to ssid1.2G then i can not connect to ssid2.5G and vice versa). This issue only occurs when pihole is running the dhcp server, when the router is runnig dhcp server this is not a problem.
The way around it is to use two discrete MAC addresses on my laptop (one real one cloned) one for each signal. In this way laptop connects fine to both bands.
Laptop has no problem connecting to any other routers, or even to the same dual band router if i use Ethernet.
Any ideas how to fix it?
Even though this problem can be circumvented by having both bands using the same ssid, that is not a desired solution and only a workaround.
{route: netgear D7800, raspberry pi 3B running pihole 4, several devices tried including, laptop/ubuntu, laptop/kde, iphone, samsung tablet}
routing dhcp pi-hole
add a comment |
I have a raspberry pi running pihole as an adblocker AND dhcp server, and a dual band router with two discrete signals send out {ssid1.2G and ssid2.5G}
When the pihole dhcp service is on, my laptop (tried 4 different devices) can only connect to one of the two signals, which ever i try first (i.e if i first connect to ssid1.2G then i can not connect to ssid2.5G and vice versa). This issue only occurs when pihole is running the dhcp server, when the router is runnig dhcp server this is not a problem.
The way around it is to use two discrete MAC addresses on my laptop (one real one cloned) one for each signal. In this way laptop connects fine to both bands.
Laptop has no problem connecting to any other routers, or even to the same dual band router if i use Ethernet.
Any ideas how to fix it?
Even though this problem can be circumvented by having both bands using the same ssid, that is not a desired solution and only a workaround.
{route: netgear D7800, raspberry pi 3B running pihole 4, several devices tried including, laptop/ubuntu, laptop/kde, iphone, samsung tablet}
routing dhcp pi-hole
You are dealing with limitations of the WiFi protocol (implementation) This is not a Unix issue.
– Rui F Ribeiro
Jan 21 at 17:57
What happens when you try to switch from ssid1 to ssid2? Do you get any error messages (including in log files)? Do DHCP logs on the Pi show anything? If the router has a log, does it show anything? Trying to find any leads because, well, where the DHCP server is ought not matter.
– derobert
Jan 21 at 19:57
For instance when tried with my iphone, it never gets assigned an ip and states 'no internet connection' ... From the pihole log during this process theres a back and forth with dnsmasq-dhcp : DHCPDISCOVER(eth0) <MAC ADDRESS> and DHCPOFFER(eth0) <IP ADDRESS> <MAC ADDRESS> and never gets resolved... However with the ssid that it is able to connect, after the above two lines there is eventually DHCPACK(etho) <IP ADDRESS> <MAC ADDRESS> <HOSTNAME>
– Petaflop
Jan 21 at 21:02
add a comment |
I have a raspberry pi running pihole as an adblocker AND dhcp server, and a dual band router with two discrete signals send out {ssid1.2G and ssid2.5G}
When the pihole dhcp service is on, my laptop (tried 4 different devices) can only connect to one of the two signals, which ever i try first (i.e if i first connect to ssid1.2G then i can not connect to ssid2.5G and vice versa). This issue only occurs when pihole is running the dhcp server, when the router is runnig dhcp server this is not a problem.
The way around it is to use two discrete MAC addresses on my laptop (one real one cloned) one for each signal. In this way laptop connects fine to both bands.
Laptop has no problem connecting to any other routers, or even to the same dual band router if i use Ethernet.
Any ideas how to fix it?
Even though this problem can be circumvented by having both bands using the same ssid, that is not a desired solution and only a workaround.
{route: netgear D7800, raspberry pi 3B running pihole 4, several devices tried including, laptop/ubuntu, laptop/kde, iphone, samsung tablet}
routing dhcp pi-hole
I have a raspberry pi running pihole as an adblocker AND dhcp server, and a dual band router with two discrete signals send out {ssid1.2G and ssid2.5G}
When the pihole dhcp service is on, my laptop (tried 4 different devices) can only connect to one of the two signals, which ever i try first (i.e if i first connect to ssid1.2G then i can not connect to ssid2.5G and vice versa). This issue only occurs when pihole is running the dhcp server, when the router is runnig dhcp server this is not a problem.
The way around it is to use two discrete MAC addresses on my laptop (one real one cloned) one for each signal. In this way laptop connects fine to both bands.
Laptop has no problem connecting to any other routers, or even to the same dual band router if i use Ethernet.
Any ideas how to fix it?
Even though this problem can be circumvented by having both bands using the same ssid, that is not a desired solution and only a workaround.
{route: netgear D7800, raspberry pi 3B running pihole 4, several devices tried including, laptop/ubuntu, laptop/kde, iphone, samsung tablet}
routing dhcp pi-hole
routing dhcp pi-hole
edited Jan 21 at 17:52
Rui F Ribeiro
39.7k1479132
39.7k1479132
asked Jan 21 at 17:46
PetaflopPetaflop
315
315
You are dealing with limitations of the WiFi protocol (implementation) This is not a Unix issue.
– Rui F Ribeiro
Jan 21 at 17:57
What happens when you try to switch from ssid1 to ssid2? Do you get any error messages (including in log files)? Do DHCP logs on the Pi show anything? If the router has a log, does it show anything? Trying to find any leads because, well, where the DHCP server is ought not matter.
– derobert
Jan 21 at 19:57
For instance when tried with my iphone, it never gets assigned an ip and states 'no internet connection' ... From the pihole log during this process theres a back and forth with dnsmasq-dhcp : DHCPDISCOVER(eth0) <MAC ADDRESS> and DHCPOFFER(eth0) <IP ADDRESS> <MAC ADDRESS> and never gets resolved... However with the ssid that it is able to connect, after the above two lines there is eventually DHCPACK(etho) <IP ADDRESS> <MAC ADDRESS> <HOSTNAME>
– Petaflop
Jan 21 at 21:02
add a comment |
You are dealing with limitations of the WiFi protocol (implementation) This is not a Unix issue.
– Rui F Ribeiro
Jan 21 at 17:57
What happens when you try to switch from ssid1 to ssid2? Do you get any error messages (including in log files)? Do DHCP logs on the Pi show anything? If the router has a log, does it show anything? Trying to find any leads because, well, where the DHCP server is ought not matter.
– derobert
Jan 21 at 19:57
For instance when tried with my iphone, it never gets assigned an ip and states 'no internet connection' ... From the pihole log during this process theres a back and forth with dnsmasq-dhcp : DHCPDISCOVER(eth0) <MAC ADDRESS> and DHCPOFFER(eth0) <IP ADDRESS> <MAC ADDRESS> and never gets resolved... However with the ssid that it is able to connect, after the above two lines there is eventually DHCPACK(etho) <IP ADDRESS> <MAC ADDRESS> <HOSTNAME>
– Petaflop
Jan 21 at 21:02
You are dealing with limitations of the WiFi protocol (implementation) This is not a Unix issue.
– Rui F Ribeiro
Jan 21 at 17:57
You are dealing with limitations of the WiFi protocol (implementation) This is not a Unix issue.
– Rui F Ribeiro
Jan 21 at 17:57
What happens when you try to switch from ssid1 to ssid2? Do you get any error messages (including in log files)? Do DHCP logs on the Pi show anything? If the router has a log, does it show anything? Trying to find any leads because, well, where the DHCP server is ought not matter.
– derobert
Jan 21 at 19:57
What happens when you try to switch from ssid1 to ssid2? Do you get any error messages (including in log files)? Do DHCP logs on the Pi show anything? If the router has a log, does it show anything? Trying to find any leads because, well, where the DHCP server is ought not matter.
– derobert
Jan 21 at 19:57
For instance when tried with my iphone, it never gets assigned an ip and states 'no internet connection' ... From the pihole log during this process theres a back and forth with dnsmasq-dhcp : DHCPDISCOVER(eth0) <MAC ADDRESS> and DHCPOFFER(eth0) <IP ADDRESS> <MAC ADDRESS> and never gets resolved... However with the ssid that it is able to connect, after the above two lines there is eventually DHCPACK(etho) <IP ADDRESS> <MAC ADDRESS> <HOSTNAME>
– Petaflop
Jan 21 at 21:02
For instance when tried with my iphone, it never gets assigned an ip and states 'no internet connection' ... From the pihole log during this process theres a back and forth with dnsmasq-dhcp : DHCPDISCOVER(eth0) <MAC ADDRESS> and DHCPOFFER(eth0) <IP ADDRESS> <MAC ADDRESS> and never gets resolved... However with the ssid that it is able to connect, after the above two lines there is eventually DHCPACK(etho) <IP ADDRESS> <MAC ADDRESS> <HOSTNAME>
– Petaflop
Jan 21 at 21:02
add a comment |
0
active
oldest
votes
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%2f495822%2fpihole-issues-with-dual-band-routers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f495822%2fpihole-issues-with-dual-band-routers%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
You are dealing with limitations of the WiFi protocol (implementation) This is not a Unix issue.
– Rui F Ribeiro
Jan 21 at 17:57
What happens when you try to switch from ssid1 to ssid2? Do you get any error messages (including in log files)? Do DHCP logs on the Pi show anything? If the router has a log, does it show anything? Trying to find any leads because, well, where the DHCP server is ought not matter.
– derobert
Jan 21 at 19:57
For instance when tried with my iphone, it never gets assigned an ip and states 'no internet connection' ... From the pihole log during this process theres a back and forth with dnsmasq-dhcp : DHCPDISCOVER(eth0) <MAC ADDRESS> and DHCPOFFER(eth0) <IP ADDRESS> <MAC ADDRESS> and never gets resolved... However with the ssid that it is able to connect, after the above two lines there is eventually DHCPACK(etho) <IP ADDRESS> <MAC ADDRESS> <HOSTNAME>
– Petaflop
Jan 21 at 21:02