Como posso forçar o Windows 7 a fornecer a minha prioridade de conexão LAN (com fio) ao meu WiFi?

14

Dada a escolha entre minha LAN (com fio) e minhas conexões WiFi, meu PC com Windows 7 dá prioridade ao WiFi - como posso priorizar a conexão LAN?

    
por Nam G VU 10.08.2011 / 13:05

2 respostas

21
  1. Abra o Centro de Rede e Compartilhamento.
  2. Clique em Alterar as configurações do adaptador .
  3. Pressione alt para tornar os menus visíveis, selecione Configurações avançadas ... no menu Avançado .
  4. Reordene os itens no Connections para que a conexão local esteja no topo.

    
por 10.08.2011 / 14:07
3

Você desejará definir as métricas em cada adaptador.

Desta forma, sua LAN é listada primeiro na tabela de roteamento. A ligação acima afetará as consultas DNS, mas você também desejará que sua tabela de roteamento escolha primeiro o gateway da LAN, antes do gateway da Wifi.

Este é o artigo relevante da technet da Microsoft.

link

editar pode também recortar e colar as instruções caso não consiga encontrá-las.

You can change the interface metric on a network adapter if you are using TCP/IP as a transport protocol because TCP/IP uses the interface metric to determine the order. You can change the interface metric to make one network adapter more favorable for all TCP/IP connections. The interface metric (IPConnectionMetric) for a network connection indicates the cost of using the routes in the IP routing table. The routes are derived from the interface configuration. The cost becomes the value in the Metric column for those routes in the IP routing table. If there are multiple routes that are a close match for the route to a destination in the IP routing table, the route that has the lowest metric is used. The range of valid values is 1 through 9999.

To view the IP routing table, type route print at the command prompt. For more information about the Automatic Metric feature that is used in Windows XP for IP routes, click the following article number to view the article in the Microsoft Knowledge Base: 299540 An explanation of the Automatic Metric feature for Internet Protocol routes To change the interface metric, follow these steps: Click Start, click Run, type ncpa.cpl , and then click OK.

The available connections appear in the LAN and High-Speed Internet section of the Network Connections window. Right-click the network adapter that you want to change, click Properties, and then click the General tab. In the This connection uses the following items box, select Internet Protocol (TCP/IP). Then, click Properties. In the Internet Protocol (TCP/IP) Properties dialog box, click the General tab, and then click Advanced. On the IP Settings tab, click to clear the Automatic metric check box. Then, type a value in the Interface metric box.

    
por 11.08.2011 / 06:22