cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
4
Helpful
3
Replies

conflict between Et h cable and 802.11b/g?

saidfrh
Level 1
Level 1

Is there a conflict when a laptop has an active Ethernet cable connected and available wireless 802.11b/g connection? If so, which technology would take over?

Thanks.

1 Accepted Solution

Accepted Solutions

Hilarious. No network connectivity 'takes over' based purely on the connection type!

This is simply a question of the ip routing table ('netstat -rn') and which order you get connected and if an ip address is assigned, etc.

For example, if you are on working wireless network and then plug in a wired cable to an active network and get a DHCP address, without disconnecting from the wireless network, you will actually be connected to both networks. The default gateway (the 0.0.0.0/0 route in the routing table) will have a lower metric for the connection that happened second, or the wired connection, which means all traffic not destined for your local (directly connected) wireless or wired network subnet will be sent to the wired network's default gateway.

I use this to my advantage during my consulting work by utilizing cellular or guest wireless network for my default route so my VPN client (etc) works, while being able to print locally, etc. This is not the most secure way of doing things, but it works and I hope answers your question...

View solution in original post

3 Replies 3

gmarogi
Level 5
Level 5

First, there will not be any conflict with having wired and wireless connection on the same PC. From my experience, I think wired connection will take precedence over wireless connectivity.

Hilarious. No network connectivity 'takes over' based purely on the connection type!

This is simply a question of the ip routing table ('netstat -rn') and which order you get connected and if an ip address is assigned, etc.

For example, if you are on working wireless network and then plug in a wired cable to an active network and get a DHCP address, without disconnecting from the wireless network, you will actually be connected to both networks. The default gateway (the 0.0.0.0/0 route in the routing table) will have a lower metric for the connection that happened second, or the wired connection, which means all traffic not destined for your local (directly connected) wireless or wired network subnet will be sent to the wired network's default gateway.

I use this to my advantage during my consulting work by utilizing cellular or guest wireless network for my default route so my VPN client (etc) works, while being able to print locally, etc. This is not the most secure way of doing things, but it works and I hope answers your question...

I had never thought about the routing metric to determine which interface gets used, that is very useful information.

However what happens if both the Wired and Wireless interfaces are connected to the same subnet, i.e. the network in Bridged not Routed? Will the host transmit on the First connected interface, the fastest, the first listed in ipconfig, or is it completely random?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card