Ubuntu 14.04。
目标: wwan0是我的宽带连接??只想连接到intranet (公司网络)。
wlan0是我的WIFI连接-只想用来连接互联网
我正在使用NM,并能够同时连接到两个网络。
问题:
路线输出
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.103.6.66 0.0.0.0 UG 0 0 0 wwan0
10.0.0.0 * 255.255.255.0 U 9 0 0 wlan0
10.103.a.bc * 255.255.255.192 U 13 0 0 wwan0路线输出
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.0.2 0.0.0.0 UG 0 0 0 wlan0
10.0.0.0 * 255.255.255.0 U 9 0 0 wlan0
10.103.d.ef * 255.255.255.192 U 13 0 0 wwan0如何/如何配置才能实现我的目标?即,互联网使用WIFI,intranet使用Mobile
发布于 2015-08-18 16:20:50
理论上,你不能同时连接到两个网络。但是有像Connectify dispatcher这样的工具可以将两个连接组合在一起。看一看这里
https://askubuntu.com/questions/662984
复制相似问题