layout: post title: "title" subtitle: "route" date: 2019-05-05 10:49:32 author: "none" header-img: "img/posts/default_post.jpg" catalog: true tags: - tag
查看网络信息
windows ipconfig /all
tracert
dns 查询, 使用的哪个dns服务器,查到的地址是多少
nslookup
openvpn
- route-nopull 当客户端加入这个参数后,openvpn 连接后不会添加路由,也就是不会有任何网络请求走openvpn. vpn_gateway 和 net_gateway
未设置route-nopull时的输出日志, 当openvpn建立连接时,服务端可以向客户端push静态路由条目
指定dns服务器进行查询
nslookup www.google.com 10.238.0.100 向dns服务器10.238.0.100查询google的ip
忽略服务器推送的某些设置 pull-filter ignore "dhcp-option"
网关(Gateway)
接口(Interface): 本地计算机用于发送数据包的网络接口
route
route add 10.238.0.0 mask 255.255.0.0 10.236.128.1 route add 172.217.0.0 mask 255.255.0.0 10.236.128.1 route delete 172.217.0.0