感谢万分!现在上班的时候只有抽有空的时候上一下网,有问题想查下资料都必须改网络配置,实在是受不了了。
12 个解决方案
#1
不需要啊!!!去掉默认网关
配置静态路由
route add subnet_ip mask subnet_mask gateway_ip
配置静态路由
route add subnet_ip mask subnet_mask gateway_ip
#2
为什么两个网卡不能同时用呢?win2000对双网卡支持得非常好啊?难道只能启动一个网卡?还是路由信息不对?
如果是路由信息不对,只需要用route add ;route delete将路由表修改好就是了。
譬如你希望访问互联网的时候都通过你的无线网卡。
无线网卡接入互联网的时候获得的ip是a,网关是b
只需要添加一条路由
route ADD 0.0.0.0 MASK 255.255.255.0 b METRIC 1 IF a
如果是路由信息不对,只需要用route add ;route delete将路由表修改好就是了。
譬如你希望访问互联网的时候都通过你的无线网卡。
无线网卡接入互联网的时候获得的ip是a,网关是b
只需要添加一条路由
route ADD 0.0.0.0 MASK 255.255.255.0 b METRIC 1 IF a
#3
楼上的说得对哈。
设定网关啊。
设成局域网里的。把自己带的那个网卡指定一个IP。。《IP要在局域网一段里。。》
把那个无线网卡。拨上去就可以上网。
设定网关啊。
设成局域网里的。把自己带的那个网卡指定一个IP。。《IP要在局域网一段里。。》
把那个无线网卡。拨上去就可以上网。
#4
up
#5
配置静态路由,把自己带的那个网卡指定一个IP
#6
呵呵,UP!
#7
但route add 命令为什么要出错
我在局域网内部要访问的是10.143.x.x,因此先去掉了缺省网关10.143.15.129,然后这样:
C:\>route add 10.143.0.0 mask 255.255.0.0 10.143.15.129
The route addition failed: Either the interface index is wrong or the gateway do
es not lie on the same network as the interface. Check the IP Address Table for
the machine.
这是为什么呢?
我在局域网内部要访问的是10.143.x.x,因此先去掉了缺省网关10.143.15.129,然后这样:
C:\>route add 10.143.0.0 mask 255.255.0.0 10.143.15.129
The route addition failed: Either the interface index is wrong or the gateway do
es not lie on the same network as the interface. Check the IP Address Table for
the machine.
这是为什么呢?
#8
你先用route print,把输出结果贴出来大家才好帮你啊。
#9
建一个网矫试试
#10
关注
#11
原来的route print是这样的:
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.143.15.129 10.143.15.104 1
10.143.15.64 255.255.255.192 10.143.15.104 10.143.15.104 1
10.143.15.104 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 224.0.0.0 10.143.15.104 10.143.15.104 1
255.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
Default Gateway: 10.143.15.129
===========================================================================
Persistent Routes:
None
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.143.15.129 10.143.15.104 1
10.143.15.64 255.255.255.192 10.143.15.104 10.143.15.104 1
10.143.15.104 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 224.0.0.0 10.143.15.104 10.143.15.104 1
255.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
Default Gateway: 10.143.15.129
===========================================================================
Persistent Routes:
None
#12
还有,我现在的情况是,如果用无线网卡拨号,那在公司内部就只能访问同一子网的机器,出网关就不行了。
#1
不需要啊!!!去掉默认网关
配置静态路由
route add subnet_ip mask subnet_mask gateway_ip
配置静态路由
route add subnet_ip mask subnet_mask gateway_ip
#2
为什么两个网卡不能同时用呢?win2000对双网卡支持得非常好啊?难道只能启动一个网卡?还是路由信息不对?
如果是路由信息不对,只需要用route add ;route delete将路由表修改好就是了。
譬如你希望访问互联网的时候都通过你的无线网卡。
无线网卡接入互联网的时候获得的ip是a,网关是b
只需要添加一条路由
route ADD 0.0.0.0 MASK 255.255.255.0 b METRIC 1 IF a
如果是路由信息不对,只需要用route add ;route delete将路由表修改好就是了。
譬如你希望访问互联网的时候都通过你的无线网卡。
无线网卡接入互联网的时候获得的ip是a,网关是b
只需要添加一条路由
route ADD 0.0.0.0 MASK 255.255.255.0 b METRIC 1 IF a
#3
楼上的说得对哈。
设定网关啊。
设成局域网里的。把自己带的那个网卡指定一个IP。。《IP要在局域网一段里。。》
把那个无线网卡。拨上去就可以上网。
设定网关啊。
设成局域网里的。把自己带的那个网卡指定一个IP。。《IP要在局域网一段里。。》
把那个无线网卡。拨上去就可以上网。
#4
up
#5
配置静态路由,把自己带的那个网卡指定一个IP
#6
呵呵,UP!
#7
但route add 命令为什么要出错
我在局域网内部要访问的是10.143.x.x,因此先去掉了缺省网关10.143.15.129,然后这样:
C:\>route add 10.143.0.0 mask 255.255.0.0 10.143.15.129
The route addition failed: Either the interface index is wrong or the gateway do
es not lie on the same network as the interface. Check the IP Address Table for
the machine.
这是为什么呢?
我在局域网内部要访问的是10.143.x.x,因此先去掉了缺省网关10.143.15.129,然后这样:
C:\>route add 10.143.0.0 mask 255.255.0.0 10.143.15.129
The route addition failed: Either the interface index is wrong or the gateway do
es not lie on the same network as the interface. Check the IP Address Table for
the machine.
这是为什么呢?
#8
你先用route print,把输出结果贴出来大家才好帮你啊。
#9
建一个网矫试试
#10
关注
#11
原来的route print是这样的:
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.143.15.129 10.143.15.104 1
10.143.15.64 255.255.255.192 10.143.15.104 10.143.15.104 1
10.143.15.104 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 224.0.0.0 10.143.15.104 10.143.15.104 1
255.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
Default Gateway: 10.143.15.129
===========================================================================
Persistent Routes:
None
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.143.15.129 10.143.15.104 1
10.143.15.64 255.255.255.192 10.143.15.104 10.143.15.104 1
10.143.15.104 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 224.0.0.0 10.143.15.104 10.143.15.104 1
255.255.255.255 255.255.255.255 10.143.15.104 10.143.15.104 1
Default Gateway: 10.143.15.129
===========================================================================
Persistent Routes:
None
#12
还有,我现在的情况是,如果用无线网卡拨号,那在公司内部就只能访问同一子网的机器,出网关就不行了。