Can 802.1Q VLAN packets be passed through Wi-Fi transparently? The 2019 Stack Overflow...
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Are there any other methods to apply to solving simultaneous equations?
A female thief is not sold to make restitution -- so what happens instead?
Why is the maximum length of OpenWrt’s root password 8 characters?
How to quickly solve partial fractions equation?
Likelihood that a superbug or lethal virus could come from a landfill
If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?
RequirePermission not working
Is an up-to-date browser secure on an out-of-date OS?
Pokemon Turn Based battle (Python)
What is the meaning of Triage in Cybersec world?
How to type a long/em dash `—`
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Dropping list elements from nested list after evaluation
How come people say “Would of”?
Why not take a picture of a closer black hole?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Mathematics of imaging the black hole
What is this sharp, curved notch on my knife for?
What do these terms in Caesar's Gallic Wars mean?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Can 802.1Q VLAN packets be passed through Wi-Fi transparently?
The 2019 Stack Overflow Developer Survey Results Are InDevices losing WiFi connections around midnightI have to restart my router every hour or so for wireless to workVMWare Workstation 8 SLES Linux Host and Guest, vlan not being passed through?Home network setup with two access pointsSegregating a multi-SSID WLANTrying to achieve faster file transfer rates on my home networkA repeater to a VLANDoes the IP address assigned to a VLAN have to match the VLAN number?No Internet access to guest SSID with dedicated 802.1Q VLANHome Network Separation | Guidelines and Example
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'd like to reduce some wires. But my TV box requires both Internet connection with Ethernet and IPTV broadcast signal within VLAN. So I have to pass plain Ethernet packets and VLAN packets with Wi-Fi, if I don't want another more device which mixes them at the TV box.
I need to plan and buy some new devices. Anyone knows whether a standard Wi-Fi AP transfers 802.1Q VLAN packets?
wireless-networking vlan
migrated from networkengineering.stackexchange.com Jan 28 '15 at 6:21
This question came from our site for network engineers.
add a comment |
I'd like to reduce some wires. But my TV box requires both Internet connection with Ethernet and IPTV broadcast signal within VLAN. So I have to pass plain Ethernet packets and VLAN packets with Wi-Fi, if I don't want another more device which mixes them at the TV box.
I need to plan and buy some new devices. Anyone knows whether a standard Wi-Fi AP transfers 802.1Q VLAN packets?
wireless-networking vlan
migrated from networkengineering.stackexchange.com Jan 28 '15 at 6:21
This question came from our site for network engineers.
add a comment |
I'd like to reduce some wires. But my TV box requires both Internet connection with Ethernet and IPTV broadcast signal within VLAN. So I have to pass plain Ethernet packets and VLAN packets with Wi-Fi, if I don't want another more device which mixes them at the TV box.
I need to plan and buy some new devices. Anyone knows whether a standard Wi-Fi AP transfers 802.1Q VLAN packets?
wireless-networking vlan
I'd like to reduce some wires. But my TV box requires both Internet connection with Ethernet and IPTV broadcast signal within VLAN. So I have to pass plain Ethernet packets and VLAN packets with Wi-Fi, if I don't want another more device which mixes them at the TV box.
I need to plan and buy some new devices. Anyone knows whether a standard Wi-Fi AP transfers 802.1Q VLAN packets?
wireless-networking vlan
wireless-networking vlan
asked Jan 28 '15 at 4:29
Sherwood WangSherwood Wang
1173
1173
migrated from networkengineering.stackexchange.com Jan 28 '15 at 6:21
This question came from our site for network engineers.
migrated from networkengineering.stackexchange.com Jan 28 '15 at 6:21
This question came from our site for network engineers.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Because VLAN support is not a common requirement for home 802.11 gear, and because the Wi-Fi certification program doesn't test it, you'll probably find that a lot of consumer gear doesn't support it or has showstopper bugs. Especially when sending a full-size 1500 byte frame that's VLAN tagged, as the VLAN tag makes the frame a few bytes longer than the usual maximum sized frame.
You'll probably either have to test it for yourself on whatever gear you buy, or ask around to find others who have found solutions that work.
add a comment |
Not sure about "standard" APs but I've had good luck in the past using tagged VLANs on DD-WRT and also Ubiquiti APs.
add a comment |
No WiFi gear supports 802.1q/VLAN tagging over the air, not even enterprise grade stuff. 802.11 mac layer doesnt have support for the insertion of a vlan tag. Any solution that can support vlan tagging would be completely proprietary, I havent noted any yet and have been looking for a soluton to the same issue.
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
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%2f870450%2fcan-802-1q-vlan-packets-be-passed-through-wi-fi-transparently%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Because VLAN support is not a common requirement for home 802.11 gear, and because the Wi-Fi certification program doesn't test it, you'll probably find that a lot of consumer gear doesn't support it or has showstopper bugs. Especially when sending a full-size 1500 byte frame that's VLAN tagged, as the VLAN tag makes the frame a few bytes longer than the usual maximum sized frame.
You'll probably either have to test it for yourself on whatever gear you buy, or ask around to find others who have found solutions that work.
add a comment |
Because VLAN support is not a common requirement for home 802.11 gear, and because the Wi-Fi certification program doesn't test it, you'll probably find that a lot of consumer gear doesn't support it or has showstopper bugs. Especially when sending a full-size 1500 byte frame that's VLAN tagged, as the VLAN tag makes the frame a few bytes longer than the usual maximum sized frame.
You'll probably either have to test it for yourself on whatever gear you buy, or ask around to find others who have found solutions that work.
add a comment |
Because VLAN support is not a common requirement for home 802.11 gear, and because the Wi-Fi certification program doesn't test it, you'll probably find that a lot of consumer gear doesn't support it or has showstopper bugs. Especially when sending a full-size 1500 byte frame that's VLAN tagged, as the VLAN tag makes the frame a few bytes longer than the usual maximum sized frame.
You'll probably either have to test it for yourself on whatever gear you buy, or ask around to find others who have found solutions that work.
Because VLAN support is not a common requirement for home 802.11 gear, and because the Wi-Fi certification program doesn't test it, you'll probably find that a lot of consumer gear doesn't support it or has showstopper bugs. Especially when sending a full-size 1500 byte frame that's VLAN tagged, as the VLAN tag makes the frame a few bytes longer than the usual maximum sized frame.
You'll probably either have to test it for yourself on whatever gear you buy, or ask around to find others who have found solutions that work.
answered Jan 28 '15 at 16:53
SpiffSpiff
78.4k10119164
78.4k10119164
add a comment |
add a comment |
Not sure about "standard" APs but I've had good luck in the past using tagged VLANs on DD-WRT and also Ubiquiti APs.
add a comment |
Not sure about "standard" APs but I've had good luck in the past using tagged VLANs on DD-WRT and also Ubiquiti APs.
add a comment |
Not sure about "standard" APs but I've had good luck in the past using tagged VLANs on DD-WRT and also Ubiquiti APs.
Not sure about "standard" APs but I've had good luck in the past using tagged VLANs on DD-WRT and also Ubiquiti APs.
answered Jan 28 '15 at 4:43
Tedwin
add a comment |
add a comment |
No WiFi gear supports 802.1q/VLAN tagging over the air, not even enterprise grade stuff. 802.11 mac layer doesnt have support for the insertion of a vlan tag. Any solution that can support vlan tagging would be completely proprietary, I havent noted any yet and have been looking for a soluton to the same issue.
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
add a comment |
No WiFi gear supports 802.1q/VLAN tagging over the air, not even enterprise grade stuff. 802.11 mac layer doesnt have support for the insertion of a vlan tag. Any solution that can support vlan tagging would be completely proprietary, I havent noted any yet and have been looking for a soluton to the same issue.
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
add a comment |
No WiFi gear supports 802.1q/VLAN tagging over the air, not even enterprise grade stuff. 802.11 mac layer doesnt have support for the insertion of a vlan tag. Any solution that can support vlan tagging would be completely proprietary, I havent noted any yet and have been looking for a soluton to the same issue.
No WiFi gear supports 802.1q/VLAN tagging over the air, not even enterprise grade stuff. 802.11 mac layer doesnt have support for the insertion of a vlan tag. Any solution that can support vlan tagging would be completely proprietary, I havent noted any yet and have been looking for a soluton to the same issue.
answered Dec 26 '17 at 15:26
80211WiGuy80211WiGuy
1
1
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
add a comment |
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
So are you saying that there is no solution, or just that you haven’t found one? It’s hard to prove universal negatives (e.g., no unicorns exist, anywhere). If you saying that there is no solution, can you back that up with a reference?
– G-Man
Dec 26 '17 at 16:41
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%2f870450%2fcan-802-1q-vlan-packets-be-passed-through-wi-fi-transparently%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