Files
QingLong/Doc/方法与技巧/在电教馆二楼连入吉视传媒和外网的双路由办法.txt
2025-08-15 09:13:13 +08:00

11 lines
454 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 第一步:使用
ifconfig 查看WIFI接入的网关是多少比如是 192.168.1.1
# 第二步: 删除0.0.0.0的这个路由
route delete 0.0.0.0
# 第三步外网上网走电教馆的WIFI 后面的192.168.1.1是上面第一步测出来的网关,根据实际情况进行修改
route add -p 0.0.0.0 mask 0.0.0.0 192.168.1.1
# 第四步:教育内网走吉视传媒的专网
route add -p 172.18.0.0 mask 255.255.0.0 172.18.5.1