Why is there a “.b” alongside ?
I just installed dd-wrt on WRT54G 6.0 and noticed that it is broadcasting on both the SSID I assigned it (say, myssid) and one that has .b appended to it (myssid.b). I have since changed it so that the network mode to G-Only with no virtual interfaces set up, but myssid.b is still broadcasting, even after a power cycle.
When I connect to myssid.b, it has no internet access and I can't seem to access the router management page. However, I still have a slight concern that the router has an open network that isn't secured.
Why is dd-wrt broadcasting two SSIDs, and is there any way to disable it?
wireless-router dd-wrt
add a comment |
I just installed dd-wrt on WRT54G 6.0 and noticed that it is broadcasting on both the SSID I assigned it (say, myssid) and one that has .b appended to it (myssid.b). I have since changed it so that the network mode to G-Only with no virtual interfaces set up, but myssid.b is still broadcasting, even after a power cycle.
When I connect to myssid.b, it has no internet access and I can't seem to access the router management page. However, I still have a slight concern that the router has an open network that isn't secured.
Why is dd-wrt broadcasting two SSIDs, and is there any way to disable it?
wireless-router dd-wrt
3
Did you check that the.bSSID is actually coming from the WRT54G (for instance by comparing the MAC addresses)? It's not unusual for headless WiFi-enabled devices (e.g. Chromecast) to use.bSSIDs for set-up purposes.
– rakslice
Jul 9 '17 at 23:04
1
Ah that was it. Had to set up my Chromecast again and it switched me to that SSID to do so.
– neverendingqs
Jul 9 '17 at 23:40
add a comment |
I just installed dd-wrt on WRT54G 6.0 and noticed that it is broadcasting on both the SSID I assigned it (say, myssid) and one that has .b appended to it (myssid.b). I have since changed it so that the network mode to G-Only with no virtual interfaces set up, but myssid.b is still broadcasting, even after a power cycle.
When I connect to myssid.b, it has no internet access and I can't seem to access the router management page. However, I still have a slight concern that the router has an open network that isn't secured.
Why is dd-wrt broadcasting two SSIDs, and is there any way to disable it?
wireless-router dd-wrt
I just installed dd-wrt on WRT54G 6.0 and noticed that it is broadcasting on both the SSID I assigned it (say, myssid) and one that has .b appended to it (myssid.b). I have since changed it so that the network mode to G-Only with no virtual interfaces set up, but myssid.b is still broadcasting, even after a power cycle.
When I connect to myssid.b, it has no internet access and I can't seem to access the router management page. However, I still have a slight concern that the router has an open network that isn't secured.
Why is dd-wrt broadcasting two SSIDs, and is there any way to disable it?
wireless-router dd-wrt
wireless-router dd-wrt
asked Jul 9 '17 at 22:27
neverendingqsneverendingqs
10615
10615
3
Did you check that the.bSSID is actually coming from the WRT54G (for instance by comparing the MAC addresses)? It's not unusual for headless WiFi-enabled devices (e.g. Chromecast) to use.bSSIDs for set-up purposes.
– rakslice
Jul 9 '17 at 23:04
1
Ah that was it. Had to set up my Chromecast again and it switched me to that SSID to do so.
– neverendingqs
Jul 9 '17 at 23:40
add a comment |
3
Did you check that the.bSSID is actually coming from the WRT54G (for instance by comparing the MAC addresses)? It's not unusual for headless WiFi-enabled devices (e.g. Chromecast) to use.bSSIDs for set-up purposes.
– rakslice
Jul 9 '17 at 23:04
1
Ah that was it. Had to set up my Chromecast again and it switched me to that SSID to do so.
– neverendingqs
Jul 9 '17 at 23:40
3
3
Did you check that the
.b SSID is actually coming from the WRT54G (for instance by comparing the MAC addresses)? It's not unusual for headless WiFi-enabled devices (e.g. Chromecast) to use .b SSIDs for set-up purposes.– rakslice
Jul 9 '17 at 23:04
Did you check that the
.b SSID is actually coming from the WRT54G (for instance by comparing the MAC addresses)? It's not unusual for headless WiFi-enabled devices (e.g. Chromecast) to use .b SSIDs for set-up purposes.– rakslice
Jul 9 '17 at 23:04
1
1
Ah that was it. Had to set up my Chromecast again and it switched me to that SSID to do so.
– neverendingqs
Jul 9 '17 at 23:40
Ah that was it. Had to set up my Chromecast again and it switched me to that SSID to do so.
– neverendingqs
Jul 9 '17 at 23:40
add a comment |
1 Answer
1
active
oldest
votes
The SSID.B broadcast should disappear after initial configuration has finalized and Chromecast has connected to the (secure) network.
It seems like chromecast broadcast a SSID.B if it looses connection to your routers secure SSID.
I noticed this SSID.B couple of times and finally got it connected to the fact that my router had a (short) connection timeout.
You can verify it by shutting down the router and monitor available networks.
When Chromecast reconnects to secure network again the SSID.B broadcast disappears.
As far as I figure out the only risk is your neighbor highjack your telly and configure your TV to only have channels with reruns available
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1228309%2fwhy-is-there-a-ssid-b-alongside-ssid%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
The SSID.B broadcast should disappear after initial configuration has finalized and Chromecast has connected to the (secure) network.
It seems like chromecast broadcast a SSID.B if it looses connection to your routers secure SSID.
I noticed this SSID.B couple of times and finally got it connected to the fact that my router had a (short) connection timeout.
You can verify it by shutting down the router and monitor available networks.
When Chromecast reconnects to secure network again the SSID.B broadcast disappears.
As far as I figure out the only risk is your neighbor highjack your telly and configure your TV to only have channels with reruns available
add a comment |
The SSID.B broadcast should disappear after initial configuration has finalized and Chromecast has connected to the (secure) network.
It seems like chromecast broadcast a SSID.B if it looses connection to your routers secure SSID.
I noticed this SSID.B couple of times and finally got it connected to the fact that my router had a (short) connection timeout.
You can verify it by shutting down the router and monitor available networks.
When Chromecast reconnects to secure network again the SSID.B broadcast disappears.
As far as I figure out the only risk is your neighbor highjack your telly and configure your TV to only have channels with reruns available
add a comment |
The SSID.B broadcast should disappear after initial configuration has finalized and Chromecast has connected to the (secure) network.
It seems like chromecast broadcast a SSID.B if it looses connection to your routers secure SSID.
I noticed this SSID.B couple of times and finally got it connected to the fact that my router had a (short) connection timeout.
You can verify it by shutting down the router and monitor available networks.
When Chromecast reconnects to secure network again the SSID.B broadcast disappears.
As far as I figure out the only risk is your neighbor highjack your telly and configure your TV to only have channels with reruns available
The SSID.B broadcast should disappear after initial configuration has finalized and Chromecast has connected to the (secure) network.
It seems like chromecast broadcast a SSID.B if it looses connection to your routers secure SSID.
I noticed this SSID.B couple of times and finally got it connected to the fact that my router had a (short) connection timeout.
You can verify it by shutting down the router and monitor available networks.
When Chromecast reconnects to secure network again the SSID.B broadcast disappears.
As far as I figure out the only risk is your neighbor highjack your telly and configure your TV to only have channels with reruns available
answered Sep 10 '17 at 22:26
EdgeCrafterEdgeCrafter
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1228309%2fwhy-is-there-a-ssid-b-alongside-ssid%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
3
Did you check that the
.bSSID is actually coming from the WRT54G (for instance by comparing the MAC addresses)? It's not unusual for headless WiFi-enabled devices (e.g. Chromecast) to use.bSSIDs for set-up purposes.– rakslice
Jul 9 '17 at 23:04
1
Ah that was it. Had to set up my Chromecast again and it switched me to that SSID to do so.
– neverendingqs
Jul 9 '17 at 23:40