Hello everybody!
I have been rambling around the forums a lot lately and have yet to find anything applicable or comprehensive on this subject.
I need to connect to a virtual windows machine in sweden, and while I have managed to download and install the appropriate SSTP files and the VPN connection reads 'connected' and the little lock icon shows up, I have no internet. No forums, basic websites or anything, much less access to the specific machine I am trying to get to.
One thread seemed promising, but ultimately fizzled out (and was about OpenVPN anyway).
Any help would be appreciated, as I am more of a googler than a guru of any kind.
Here are the basics:
WITHOUT VPN
Code:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
PING ubuntuforums.com (91.189.94.12) 56(84) bytes of data.
64 bytes from feijoa.canonical.com (91.189.94.12): icmp_seq=1 ttl=55 time=125 ms
64 bytes from feijoa.canonical.com (91.189.94.12): icmp_seq=2 ttl=55 time=125 ms
64 bytes from feijoa.canonical.com (91.189.94.12): icmp_seq=3 ttl=55 time=126 ms
--- ubuntuforums.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 125.442/126.011/126.716/0.528 ms
WITH VPN
Code:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
192.168.0.20 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
195.238.77.197 192.168.0.1 255.255.255.255 UGH 0 0 0 wlan0
ping: unknown host ubuntuforums.com
Thanks so much!