如何配置双网卡同时上网,在线等。
1、内网地址,
ip:10.4.246.138,掩码:255.255.255.0 网关:10.4.246.254
2、外网地址,
ip:192.168.46.138 掩码:255.255.255.0 网关:192.168.46.254 dns:202.102.192.68
route print 如下:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x4 ...c4 17 fe f0 e0 f6 ...... 蓝牙局域网接入服务器驱动程序 - 数据包计划程序微型端口
0x30005 ...c8 0a a9 3b a4 0e ...... Realtek PCIe GBE Family Controller - 数据包计划程序微型端口
0x40006 ...00 26 c7 25 af 58 ...... Intel(R) WiFi Link 1000 BGN - 数据包计划程序微型端口
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.105 25
10.4.246.0 255.255.255.0 10.4.246.138 10.4.246.138 3
10.4.246.138 255.255.255.255 127.0.0.1 127.0.0.1 3
10.255.255.255 255.255.255.255 10.4.246.138 10.4.246.138 3
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.105 192.168.1.105 25
192.168.1.105 255.255.255.255 127.0.0.1 127.0.0.1 25
192.168.1.255 255.255.255.255 192.168.1.105 192.168.1.105 25
192.168.163.0 255.255.255.0 192.168.163.1 192.168.163.1 20
192.168.163.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.163.255 255.255.255.255 192.168.163.1 192.168.163.1 20
192.168.179.0 255.255.255.0 192.168.179.1 192.168.179.1 20
192.168.179.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.179.255 255.255.255.255 192.168.179.1 192.168.179.1 20
224.0.0.0 240.0.0.0 10.4.246.138 10.4.246.138 3
224.0.0.0 240.0.0.0 192.168.1.105 192.168.1.105 25
224.0.0.0 240.0.0.0 192.168.163.1 192.168.163.1 20
224.0.0.0 240.0.0.0 192.168.179.1 192.168.179.1 20
255.255.255.255 255.255.255.255 10.4.246.138 10.4.246.138 1
255.255.255.255 255.255.255.255 192.168.1.105 4 1
255.255.255.255 255.255.255.255 192.168.1.105 192.168.1.105 1
255.255.255.255 255.255.255.255 192.168.163.1 192.168.163.1 1
255.255.255.255 255.255.255.255 192.168.179.1 192.168.179.1 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
172.0.0.0 255.0.0.0 10.4.214.254 1
10.0.0.0 255.0.0.0 10.4.214.254 1
请教应如何设置?感谢