Do LAN transfers use both Ethernet and WiFi by default?
So, I'm doing a 100+GB transfer over my LAN from my iMac to my NAS, I was simply wondering if it would utilize both the ethernet and the wifi for the transfer. If not, is there a way to enable transfers to use both?
network imac nas
New contributor
add a comment |
So, I'm doing a 100+GB transfer over my LAN from my iMac to my NAS, I was simply wondering if it would utilize both the ethernet and the wifi for the transfer. If not, is there a way to enable transfers to use both?
network imac nas
New contributor
I've edited out the second part of your question. Questions work better if they focus on one topic, also the second part is highly depending on your setup and there probably isn't a specific answer for that.
– nohillside♦
Jan 16 at 8:57
1
That would be a very bad idea. There are multiple questions and answer about this on Network Engineering and Server Fault about using multiple interfaces for a single traffic flow. That can cause a slower transfer. See this answer among many.
– Ron Maupin
Jan 17 at 0:57
add a comment |
So, I'm doing a 100+GB transfer over my LAN from my iMac to my NAS, I was simply wondering if it would utilize both the ethernet and the wifi for the transfer. If not, is there a way to enable transfers to use both?
network imac nas
New contributor
So, I'm doing a 100+GB transfer over my LAN from my iMac to my NAS, I was simply wondering if it would utilize both the ethernet and the wifi for the transfer. If not, is there a way to enable transfers to use both?
network imac nas
network imac nas
New contributor
New contributor
edited Jan 16 at 8:55
nohillside♦
51.3k13109150
51.3k13109150
New contributor
asked Jan 16 at 8:20
Michael J. Caboose 2.0Michael J. Caboose 2.0
5815
5815
New contributor
New contributor
I've edited out the second part of your question. Questions work better if they focus on one topic, also the second part is highly depending on your setup and there probably isn't a specific answer for that.
– nohillside♦
Jan 16 at 8:57
1
That would be a very bad idea. There are multiple questions and answer about this on Network Engineering and Server Fault about using multiple interfaces for a single traffic flow. That can cause a slower transfer. See this answer among many.
– Ron Maupin
Jan 17 at 0:57
add a comment |
I've edited out the second part of your question. Questions work better if they focus on one topic, also the second part is highly depending on your setup and there probably isn't a specific answer for that.
– nohillside♦
Jan 16 at 8:57
1
That would be a very bad idea. There are multiple questions and answer about this on Network Engineering and Server Fault about using multiple interfaces for a single traffic flow. That can cause a slower transfer. See this answer among many.
– Ron Maupin
Jan 17 at 0:57
I've edited out the second part of your question. Questions work better if they focus on one topic, also the second part is highly depending on your setup and there probably isn't a specific answer for that.
– nohillside♦
Jan 16 at 8:57
I've edited out the second part of your question. Questions work better if they focus on one topic, also the second part is highly depending on your setup and there probably isn't a specific answer for that.
– nohillside♦
Jan 16 at 8:57
1
1
That would be a very bad idea. There are multiple questions and answer about this on Network Engineering and Server Fault about using multiple interfaces for a single traffic flow. That can cause a slower transfer. See this answer among many.
– Ron Maupin
Jan 17 at 0:57
That would be a very bad idea. There are multiple questions and answer about this on Network Engineering and Server Fault about using multiple interfaces for a single traffic flow. That can cause a slower transfer. See this answer among many.
– Ron Maupin
Jan 17 at 0:57
add a comment |
3 Answers
3
active
oldest
votes
Do LAN transfers use both Ethernet and WiFi by default?
No. The default action is to use the one with the highest priority. This is usually done by the order of the interfaces that you specify in Network Preferences. Following that, the next order of priority is network latency.
If not, is there a way to enable transfers to use both?
What you are referring to is called link aggregation or bonding. Your Mac is definitely capable of doing this, however, you must connect to a switch (usually a "smart switch") that also has this capability. So, unless your switch has this ability, you can't do it.
Also, you can't bond WiFi and Ethernet; link aggregation is for bonding Ethernet links.
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
2
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
1
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
add a comment |
If not, is there a way to enable transfers to use both?
Yes. While it is complicated (or, with cheaper devices, impossible) to do this on the link, network, or routing layers, you can use both Ethernet and Wifi by "bundling" your two links on the application layer easily.
Put both your devices on Ethernet and Wifi; and make sure Ethernet/Wifi are in different subnets. Then split your 100GB of files into two sets, their size roughly corresponding to the relative speed of the two connections.
Then, connect from the iMac to the NAS twice at the same time, once for each of the two IP addresses of the NAS. I have used a Mac one time in my life, about 20 years ago, so I have no idea how you do that, but I am still sure that it is somehow possible (in the worst case, by not mounting the NAS file system directly on the iMac, but by using something like a scp/ftp/rsync file transfer instead.
Then transfer the two sets of files you separated earlier, one to the first IP address, the other to the other. The TCP/IP traffic will go over the respective link only, and assuming that both devices are able to handle that capacity (i.e., the drives are fast enough, no artificial bottleneck due to badly optimized network stacks, etc.), you will get a maximum performance close to the sum of the two bandwiths.
New contributor
add a comment |
No, first priority is the wired lan. If lan is disconnected then wifi is used.
New contributor
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.
2
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
1
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
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
});
}
});
Michael J. Caboose 2.0 is a new contributor. Be nice, and check out our Code of Conduct.
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%2fapple.stackexchange.com%2fquestions%2f348725%2fdo-lan-transfers-use-both-ethernet-and-wifi-by-default%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
Do LAN transfers use both Ethernet and WiFi by default?
No. The default action is to use the one with the highest priority. This is usually done by the order of the interfaces that you specify in Network Preferences. Following that, the next order of priority is network latency.
If not, is there a way to enable transfers to use both?
What you are referring to is called link aggregation or bonding. Your Mac is definitely capable of doing this, however, you must connect to a switch (usually a "smart switch") that also has this capability. So, unless your switch has this ability, you can't do it.
Also, you can't bond WiFi and Ethernet; link aggregation is for bonding Ethernet links.
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
2
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
1
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
add a comment |
Do LAN transfers use both Ethernet and WiFi by default?
No. The default action is to use the one with the highest priority. This is usually done by the order of the interfaces that you specify in Network Preferences. Following that, the next order of priority is network latency.
If not, is there a way to enable transfers to use both?
What you are referring to is called link aggregation or bonding. Your Mac is definitely capable of doing this, however, you must connect to a switch (usually a "smart switch") that also has this capability. So, unless your switch has this ability, you can't do it.
Also, you can't bond WiFi and Ethernet; link aggregation is for bonding Ethernet links.
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
2
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
1
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
add a comment |
Do LAN transfers use both Ethernet and WiFi by default?
No. The default action is to use the one with the highest priority. This is usually done by the order of the interfaces that you specify in Network Preferences. Following that, the next order of priority is network latency.
If not, is there a way to enable transfers to use both?
What you are referring to is called link aggregation or bonding. Your Mac is definitely capable of doing this, however, you must connect to a switch (usually a "smart switch") that also has this capability. So, unless your switch has this ability, you can't do it.
Also, you can't bond WiFi and Ethernet; link aggregation is for bonding Ethernet links.
Do LAN transfers use both Ethernet and WiFi by default?
No. The default action is to use the one with the highest priority. This is usually done by the order of the interfaces that you specify in Network Preferences. Following that, the next order of priority is network latency.
If not, is there a way to enable transfers to use both?
What you are referring to is called link aggregation or bonding. Your Mac is definitely capable of doing this, however, you must connect to a switch (usually a "smart switch") that also has this capability. So, unless your switch has this ability, you can't do it.
Also, you can't bond WiFi and Ethernet; link aggregation is for bonding Ethernet links.
edited Jan 16 at 10:18
answered Jan 16 at 9:53
AllanAllan
43.2k1464161
43.2k1464161
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
2
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
1
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
add a comment |
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
2
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
1
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
Is it possible to use an AP in order to have both links as ethernet? Or link aggregation doesn't work like regular packets?
– Filipe Nicoli
Jan 16 at 17:17
2
2
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
Link aggregation won't work over a single TCP connection either which is what the SMB file transfer is. Link aggregation takes special care to ensure all packets on a single connection go on the same link. You have to utilize special multi-stream protocols to make it work in this case.
– user71659
Jan 16 at 19:23
1
1
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
@user71659 It can work for a single TCP connection if both endpoints support MPTCP. But MPTCP is not widely supported.
– kasperd
Jan 16 at 22:08
add a comment |
If not, is there a way to enable transfers to use both?
Yes. While it is complicated (or, with cheaper devices, impossible) to do this on the link, network, or routing layers, you can use both Ethernet and Wifi by "bundling" your two links on the application layer easily.
Put both your devices on Ethernet and Wifi; and make sure Ethernet/Wifi are in different subnets. Then split your 100GB of files into two sets, their size roughly corresponding to the relative speed of the two connections.
Then, connect from the iMac to the NAS twice at the same time, once for each of the two IP addresses of the NAS. I have used a Mac one time in my life, about 20 years ago, so I have no idea how you do that, but I am still sure that it is somehow possible (in the worst case, by not mounting the NAS file system directly on the iMac, but by using something like a scp/ftp/rsync file transfer instead.
Then transfer the two sets of files you separated earlier, one to the first IP address, the other to the other. The TCP/IP traffic will go over the respective link only, and assuming that both devices are able to handle that capacity (i.e., the drives are fast enough, no artificial bottleneck due to badly optimized network stacks, etc.), you will get a maximum performance close to the sum of the two bandwiths.
New contributor
add a comment |
If not, is there a way to enable transfers to use both?
Yes. While it is complicated (or, with cheaper devices, impossible) to do this on the link, network, or routing layers, you can use both Ethernet and Wifi by "bundling" your two links on the application layer easily.
Put both your devices on Ethernet and Wifi; and make sure Ethernet/Wifi are in different subnets. Then split your 100GB of files into two sets, their size roughly corresponding to the relative speed of the two connections.
Then, connect from the iMac to the NAS twice at the same time, once for each of the two IP addresses of the NAS. I have used a Mac one time in my life, about 20 years ago, so I have no idea how you do that, but I am still sure that it is somehow possible (in the worst case, by not mounting the NAS file system directly on the iMac, but by using something like a scp/ftp/rsync file transfer instead.
Then transfer the two sets of files you separated earlier, one to the first IP address, the other to the other. The TCP/IP traffic will go over the respective link only, and assuming that both devices are able to handle that capacity (i.e., the drives are fast enough, no artificial bottleneck due to badly optimized network stacks, etc.), you will get a maximum performance close to the sum of the two bandwiths.
New contributor
add a comment |
If not, is there a way to enable transfers to use both?
Yes. While it is complicated (or, with cheaper devices, impossible) to do this on the link, network, or routing layers, you can use both Ethernet and Wifi by "bundling" your two links on the application layer easily.
Put both your devices on Ethernet and Wifi; and make sure Ethernet/Wifi are in different subnets. Then split your 100GB of files into two sets, their size roughly corresponding to the relative speed of the two connections.
Then, connect from the iMac to the NAS twice at the same time, once for each of the two IP addresses of the NAS. I have used a Mac one time in my life, about 20 years ago, so I have no idea how you do that, but I am still sure that it is somehow possible (in the worst case, by not mounting the NAS file system directly on the iMac, but by using something like a scp/ftp/rsync file transfer instead.
Then transfer the two sets of files you separated earlier, one to the first IP address, the other to the other. The TCP/IP traffic will go over the respective link only, and assuming that both devices are able to handle that capacity (i.e., the drives are fast enough, no artificial bottleneck due to badly optimized network stacks, etc.), you will get a maximum performance close to the sum of the two bandwiths.
New contributor
If not, is there a way to enable transfers to use both?
Yes. While it is complicated (or, with cheaper devices, impossible) to do this on the link, network, or routing layers, you can use both Ethernet and Wifi by "bundling" your two links on the application layer easily.
Put both your devices on Ethernet and Wifi; and make sure Ethernet/Wifi are in different subnets. Then split your 100GB of files into two sets, their size roughly corresponding to the relative speed of the two connections.
Then, connect from the iMac to the NAS twice at the same time, once for each of the two IP addresses of the NAS. I have used a Mac one time in my life, about 20 years ago, so I have no idea how you do that, but I am still sure that it is somehow possible (in the worst case, by not mounting the NAS file system directly on the iMac, but by using something like a scp/ftp/rsync file transfer instead.
Then transfer the two sets of files you separated earlier, one to the first IP address, the other to the other. The TCP/IP traffic will go over the respective link only, and assuming that both devices are able to handle that capacity (i.e., the drives are fast enough, no artificial bottleneck due to badly optimized network stacks, etc.), you will get a maximum performance close to the sum of the two bandwiths.
New contributor
edited 2 days ago
New contributor
answered Jan 16 at 22:15
AnoEAnoE
1512
1512
New contributor
New contributor
add a comment |
add a comment |
No, first priority is the wired lan. If lan is disconnected then wifi is used.
New contributor
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.
2
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
1
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
add a comment |
No, first priority is the wired lan. If lan is disconnected then wifi is used.
New contributor
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.
2
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
1
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
add a comment |
No, first priority is the wired lan. If lan is disconnected then wifi is used.
New contributor
No, first priority is the wired lan. If lan is disconnected then wifi is used.
New contributor
New contributor
answered Jan 16 at 11:41
Arvind BakshiArvind Bakshi
151
151
New contributor
New contributor
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.
2
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
1
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
add a comment |
2
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
1
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
2
2
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
Do you have any source for that? Why should a wired connection have a higher priority?
– Nico Haase
2 days ago
1
1
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
Depends on the routing table, and the interface metric. Wireless interfaces typically have a higher metric (=> higher cost, less likely to be chosen)
– Caius Jard
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
I have used both ethernet and wireless network on my laptop connected to same network. The windows uses only lan network. In case lan is not working or connected to internet then wireless is used even though lan is connected.
– Arvind Bakshi
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
At least on Linux, interface priority is configurable, but yes, ethernet has higher priority. However, it doesn't mean you'll always use that interface, since you might as well be connected to two different subnets.
– Filipe Nicoli
2 days ago
add a comment |
Michael J. Caboose 2.0 is a new contributor. Be nice, and check out our Code of Conduct.
Michael J. Caboose 2.0 is a new contributor. Be nice, and check out our Code of Conduct.
Michael J. Caboose 2.0 is a new contributor. Be nice, and check out our Code of Conduct.
Michael J. Caboose 2.0 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Different!
- 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%2fapple.stackexchange.com%2fquestions%2f348725%2fdo-lan-transfers-use-both-ethernet-and-wifi-by-default%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
I've edited out the second part of your question. Questions work better if they focus on one topic, also the second part is highly depending on your setup and there probably isn't a specific answer for that.
– nohillside♦
Jan 16 at 8:57
1
That would be a very bad idea. There are multiple questions and answer about this on Network Engineering and Server Fault about using multiple interfaces for a single traffic flow. That can cause a slower transfer. See this answer among many.
– Ron Maupin
Jan 17 at 0:57