我单位是两条ADSL,用双路由同时拨号上网(一个内网一个外网),现两个路由并连起来(用交换机),
电脑只有一张网卡。
当网卡IP设为:192.168.2.*,网关设为192.168.2.1时,电脑可以上外网,路由表是:
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 19 21 06 8d 08 ...... Realtek RTL8139 Family PCI Fast Ethernet NIC -
数据包计划程序微型端口
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.15 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.2.0 255.255.255.0 192.168.2.15 192.168.2.15 20
192.168.2.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.2.255 255.255.255.255 192.168.2.15 192.168.2.15 20
224.0.0.0 240.0.0.0 192.168.2.15 192.168.2.15 20
255.255.255.255 255.255.255.255 192.168.2.15 192.168.2.15 1
Default Gateway: 192.168.2.1
===========================================================================
Persistent Routes:
None
如果把网卡IP换成192.168.1.*,网关为192.168.1.1的时候电脑能上内网,路由表是:
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 19 21 06 8d 08 ...... Realtek RTL8139 Family PCI Fast Ethernet NIC -
数据包计划程序微型端口
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.15 20
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.15 192.168.1.15 20
192.168.1.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.15 192.168.1.15 20
224.0.0.0 240.0.0.0 192.168.1.15 192.168.1.15 20
255.255.255.255 255.255.255.255 192.168.1.15 192.168.1.15 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None
当把网卡设置为双IP、双网关时,即IP:192.168.1.*,192.168.2.*,网关:192.168.1.1,192.168.2.1时,电脑只能上外网,不能上内网,路由表为:
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 19 21 06 8d 08 ...... Realtek RTL8139 Family PCI Fast Ethernet NIC -
数据包计划程序微型端口
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.15 20
0.0.0.0 0.0.0.0 192.168.2.1 192.168.1.15 20
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.15 192.168.1.15 20
192.168.1.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.15 192.168.1.15 20
192.168.2.0 255.255.255.0 192.168.2.15 192.168.1.15 20
192.168.2.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.2.255 255.255.255.255 192.168.2.15 192.168.1.15 20
224.0.0.0 240.0.0.0 192.168.1.15 192.168.1.15 20
255.255.255.255 255.255.255.255 192.168.1.15 192.168.1.15 1
Default Gateway: 192.168.2.1
===========================================================================
Persistent Routes:
None
如何设置才能不用换IP和网关而同时能上内网和外网?