引用自: 515151 于 十一月 05, 2018, 11:54:52 上午
vpn模式 不使用代理.无法使用
引用
# ./u1805a -M vpn
0.253 Connecting ...
0.253 LISTENING 127.0.0.1:9666
VPN MODE
9.431 CONNECTED
引用
# nslookup https://www.freebsd.org
;; connection timed out; no servers could be reached
引用2)全局代理可能有问题,
# ./u1805a -M vpn
0.258 Connecting ...
0.258 LISTENING 127.0.0.1:9666
VPN MODE
6.471 CONNECTED
153.639 Connecting ...
153.640 CONNECTED
引用
# cat /etc/resolv.conf
nameserver 9.9.9.9
nameserver 8.8.8.8
nameserver 8.8.4.4
引用
# ifconfig
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.53.134 netmask 255.255.255.0 broadcast 192.168.53.255
inet6 fe80::20c:29ff:fe23:ddea prefixlen 64 scopeid 0x20<link>
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 1035 bytes 652167 (636.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 869 bytes 126107 (123.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 1060 bytes 73203 (71.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1060 bytes 73203 (71.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.241.127.137 netmask 255.255.255.255 destination 10.241.127.1
inet6 fe80::f06a:98ba:b578:ac78 prefixlen 64 scopeid 0x20<link>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC)
RX packets 135 bytes 8552 (8.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 330 bytes 22008 (21.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
引用
# nslookup https://www.freebsd.org
;; connection timed out; no servers could be reached
引用3)(发现) 运行无界 Linux VPN 测试版 18.05a 依赖 ifconfig ,
# curl www.freebsd.org
curl: (6) Could not resolve host: www.freebsd.org
引用
# apt install net-tools
引用
# ip a
引用
:~$ http_proxy=http://127.0.0.1:8580 wget -c http://wujieliulan.com/download/u1805a
--2018-11-05 19:02:40-- http://wujieliulan.com/download/u1805a
Connecting to 127.0.0.1:8580... connected.
Proxy request sent, awaiting response... 200 OK
Length: 2946560 (2.8M) [application/octet-stream]
Saving to: 'u1805a'
u1805a 100%[=========================================>] 2.81M 225KB/s in 12s
2018-11-05 19:02:54 (232 KB/s) - 'u1805a' saved [2946560/2946560]
在 0.038 秒内创建了带有 17 查询的页面。