You are not logged in.
Just installed VMware workstation 11.1.2, after reboot the VPN (pptp) login successfully but can not open any website.
I followed this Archwiki to install VMware: https://wiki.archlinux.org/index.php/VMware
I use NetworkManager.
Hereby the result of ping:
$ ping -c 1 www.google.com
PING www.google.com (74.125.68.147) 56(84) bytes of data.
--- www.google.com ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
I also tried this VPN on Windows 7 and everything goes well, so I guess the problem is about the setting of my computer.
I googled and also searched vmware website but no answer found.
Pls let me know the information needed.
Last edited by jazzi (2015-07-22 03:18:01)
Offline
I reinstalled NetworkManager-pptp and now ping works, but still can not broswe.
Some people said it's about MTU, try it later.
$ ifconfig
enp8s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
wlp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
The router's MTU is 1480, from above output, my wifi wlp5s0 MTU is 1500
Still doesn't work.
Hereby the output of netstat:
$ netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 Thinkpad:36380 116.251.221.242:pptp ESTABLISHED
tcp 0 0 Thinkpad:allpeers ec2-54-149-166-20:https ESTABLISHED
tcp 0 0 Thinkpad:42961 203.116.50.57:https ESTABLISHED
tcp 0 0 Thinkpad:35853 ec2-23-21-69-231.:https ESTABLISHED
tcp 0 0 Thinkpad:45444 sb-in-f147.1e1:www-http ESTABLISHED
tcp 0 0 Thinkpad:53352 ec2-52-10-174-0.u:https ESTABLISHED
tcp 0 0 Thinkpad:45407 sb-in-f147.1e1:www-http ESTABLISHED
tcp 0 0 Thinkpad:53828 sb-in-f94.1e10:www-http ESTABLISHED
tcp 0 0 Thinkpad:42264 xx-fbcdn-shv-01-s:https ESTABLISHED
tcp 0 0 Thinkpad:36010 ec2-54-149-166-20:https ESTABLISHED
raw 0 0 Thinkpad:gre 116.251.221.242:* 1
$ netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default * 0.0.0.0 U 0 0 0 ppp0
default gateway 0.0.0.0 UG 0 0 0 wlp5s0
10.10.0.1 * 255.255.255.255 UH 0 0 0 ppp0
Thinkpad * 255.255.255.255 UH 0 0 0 ppp0
116.251.221.242 gateway 255.255.255.255 UGH 0 0 0 wlp5s0
192.168.1.0 * 255.255.255.0 U 0 0 0 wlp5s0
Last edited by jazzi (2015-07-21 14:10:09)
Offline