Create virtual wifi card to connect with different source MACs simultaneously to one SSID
Clash Royale CLAN TAG#URR8PPP
The situation: Hotel Wifi with login-site. 4 devices are allowed. Each device gets 2 MBit/s speed. I have a Raspberry-PI 3 and wondered whether it is possible to connect with 4 different source MACs with one wifi chip. Hotel wifi controller thinks there are 4 different devices and now I have 8 MBit/s which is much better usable. Of course I must take care about link aggregation but for that on I know how to continue (at least theoretically). E.g. i have my root server with OpenVPN UDP running to connect to and must somehow tell the server to send data to 4 different connections on the same IP. But thats step to. Lets go step number one first.
So is it possible to create multiple virtual wifi adapters to connect to the same Wifi and thus get multiple (local) IP adresse? Can you shorty describe how to or give a link?
linux wifi
add a comment |
The situation: Hotel Wifi with login-site. 4 devices are allowed. Each device gets 2 MBit/s speed. I have a Raspberry-PI 3 and wondered whether it is possible to connect with 4 different source MACs with one wifi chip. Hotel wifi controller thinks there are 4 different devices and now I have 8 MBit/s which is much better usable. Of course I must take care about link aggregation but for that on I know how to continue (at least theoretically). E.g. i have my root server with OpenVPN UDP running to connect to and must somehow tell the server to send data to 4 different connections on the same IP. But thats step to. Lets go step number one first.
So is it possible to create multiple virtual wifi adapters to connect to the same Wifi and thus get multiple (local) IP adresse? Can you shorty describe how to or give a link?
linux wifi
In principle, using different stations (STA) with a single wifi card is possible. I don't know if the RaspPi 3 wifi card allows this, though. Look at "valid interface combinations" iniw phy
. And you'll still have to deal with each STA having a different IP address, which is not easy, and falls under the FAQ "can I use multiple ISP providers".
– dirkt
Feb 3 at 12:18
add a comment |
The situation: Hotel Wifi with login-site. 4 devices are allowed. Each device gets 2 MBit/s speed. I have a Raspberry-PI 3 and wondered whether it is possible to connect with 4 different source MACs with one wifi chip. Hotel wifi controller thinks there are 4 different devices and now I have 8 MBit/s which is much better usable. Of course I must take care about link aggregation but for that on I know how to continue (at least theoretically). E.g. i have my root server with OpenVPN UDP running to connect to and must somehow tell the server to send data to 4 different connections on the same IP. But thats step to. Lets go step number one first.
So is it possible to create multiple virtual wifi adapters to connect to the same Wifi and thus get multiple (local) IP adresse? Can you shorty describe how to or give a link?
linux wifi
The situation: Hotel Wifi with login-site. 4 devices are allowed. Each device gets 2 MBit/s speed. I have a Raspberry-PI 3 and wondered whether it is possible to connect with 4 different source MACs with one wifi chip. Hotel wifi controller thinks there are 4 different devices and now I have 8 MBit/s which is much better usable. Of course I must take care about link aggregation but for that on I know how to continue (at least theoretically). E.g. i have my root server with OpenVPN UDP running to connect to and must somehow tell the server to send data to 4 different connections on the same IP. But thats step to. Lets go step number one first.
So is it possible to create multiple virtual wifi adapters to connect to the same Wifi and thus get multiple (local) IP adresse? Can you shorty describe how to or give a link?
linux wifi
linux wifi
asked Feb 3 at 1:32
HannesHannes
6
6
In principle, using different stations (STA) with a single wifi card is possible. I don't know if the RaspPi 3 wifi card allows this, though. Look at "valid interface combinations" iniw phy
. And you'll still have to deal with each STA having a different IP address, which is not easy, and falls under the FAQ "can I use multiple ISP providers".
– dirkt
Feb 3 at 12:18
add a comment |
In principle, using different stations (STA) with a single wifi card is possible. I don't know if the RaspPi 3 wifi card allows this, though. Look at "valid interface combinations" iniw phy
. And you'll still have to deal with each STA having a different IP address, which is not easy, and falls under the FAQ "can I use multiple ISP providers".
– dirkt
Feb 3 at 12:18
In principle, using different stations (STA) with a single wifi card is possible. I don't know if the RaspPi 3 wifi card allows this, though. Look at "valid interface combinations" in
iw phy
. And you'll still have to deal with each STA having a different IP address, which is not easy, and falls under the FAQ "can I use multiple ISP providers".– dirkt
Feb 3 at 12:18
In principle, using different stations (STA) with a single wifi card is possible. I don't know if the RaspPi 3 wifi card allows this, though. Look at "valid interface combinations" in
iw phy
. And you'll still have to deal with each STA having a different IP address, which is not easy, and falls under the FAQ "can I use multiple ISP providers".– dirkt
Feb 3 at 12:18
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%2f498372%2fcreate-virtual-wifi-card-to-connect-with-different-source-macs-simultaneously-to%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%2f498372%2fcreate-virtual-wifi-card-to-connect-with-different-source-macs-simultaneously-to%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
In principle, using different stations (STA) with a single wifi card is possible. I don't know if the RaspPi 3 wifi card allows this, though. Look at "valid interface combinations" in
iw phy
. And you'll still have to deal with each STA having a different IP address, which is not easy, and falls under the FAQ "can I use multiple ISP providers".– dirkt
Feb 3 at 12:18