So I've got trouble with a very simple setup: On the one end there is a dd-wrt router, set up as a pptp vpn server and a few windows machines (XP and Win7) in the local area network of the router. On the other end, a dual boot Windows 8/Ubuntu 14.04 workstation that connects to the vpn server and downloads data from the windows machines through the virtual private network.
Under Windows 8 the download rate averages about 800 KB/s with some peaks at about 1 MB/s. Under ubuntu 14.04 the maximum download rate barely reaches 160 KB/s (i.e. 20%).
What makes it even more curious is that a bandwith test (for example speedtest.net) shows no difference in upload/download speed under ubuntu or windows. I both OS environments I get about 7,5 Mbps for download.
There are no firewalls on the server. I have the same problem both when downloading data from WinXP and Win7 machines.
What am I doind wrong?
Here's the output of iwconfig with the vpn connected:
And the contents of /etc/NetworkManager/system-connections/VPN Connection1:
Just for comparison, here are the settings on the windows client:
and the relevant output of ipconfig on the windows client:
Could anyone give me a hint? Please note that I'm relatively new to ubuntu. Thanks.
Under Windows 8 the download rate averages about 800 KB/s with some peaks at about 1 MB/s. Under ubuntu 14.04 the maximum download rate barely reaches 160 KB/s (i.e. 20%).
What makes it even more curious is that a bandwith test (for example speedtest.net) shows no difference in upload/download speed under ubuntu or windows. I both OS environments I get about 7,5 Mbps for download.
There are no firewalls on the server. I have the same problem both when downloading data from WinXP and Win7 machines.
What am I doind wrong?
Here's the output of iwconfig with the vpn connected:
Code:
icefire@Gigabyte-Mint ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr 50:e5:49:42:68:62
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::52e5:49ff:fe42:6862/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:276293 errors:0 dropped:0 overruns:0 frame:0
TX packets:220413 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:332823397 (332.8 MB) TX bytes:24086787 (24.0 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:5244 errors:0 dropped:0 overruns:0 frame:0
TX packets:5244 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:595011 (595.0 KB) TX bytes:595011 (595.0 KB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:192.168.1.200 P-t-P:192.168.1.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1400 Metric:1
RX packets:90 errors:0 dropped:0 overruns:0 frame:0
TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:19143 (19.1 KB) TX bytes:13086 (13.0 KB)
And the contents of /etc/NetworkManager/system-connections/VPN Connection1:
Code:
[connection]
id=VPN connection 1
uuid=ab182c72-545d-49c4-bda7-ad22d87d71fe
type=vpn
permissions=user:icefire:;
autoconnect=false
timestamp=1403970639
[vpn]
service-type=org.freedesktop.NetworkManager.pptp
lcp-echo-interval=30
password-flags=1
require-mppe=yes
no-vj-comp=yes
mppe-stateful=yes
user=admin
refuse-eap=yes
refuse-chap=yes
nobsdcomp=yes
lcp-echo-failure=5
gateway=<ip address of the server not really relevant for the post>
nodeflate=yes
refuse-pap=yes
[ipv4]
method=auto
dns=192.168.2.1;
ignore-auto-dns=true
Just for comparison, here are the settings on the windows client:

and the relevant output of ipconfig on the windows client:
Code:
PPP adapter icefire vpn:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : icefire vpn
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.201(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 0.0.0.0
DNS Servers . . . . . . . . . . . : 192.168.2.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Could anyone give me a hint? Please note that I'm relatively new to ubuntu. Thanks.