Posts: 93
	Threads: 8
	Joined: Dec 2014
	
Reputation: 
0
	 
	
	
		I have moved this to here as previously I mistakenly put it in a thread marked 'Solved'
I am having a problem connecting to VPN by PPTP.
I have a dual boot with Windows7 and the same details (password /user-id /address) work on Windows but not on Lite.
They also work on another computer which has Xubuntu on it.
Is there anything in Lite which could explain this failure to connect? 
I wondered if I should re-install anything, but it is a new installation 2 days ago...
I am on a ethernet connection and on a  PC not Wifi from a Laptop.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,849
	Threads: 21
	Joined: Sep 2015
	
Reputation: 
0
	 
	
		
		
		12-03-2015, 10:34 PM 
(This post was last modified: 12-03-2015, 10:39 PM by firenice03.)
		
	 
	
		Should work, I have mine configured to connect to a vpn.. 
Confirm the ususals, host/gateway configs, security settings all match. Passwords correct yada yada..
I'll double check my settings but it was pretty straight forward..
Oh are you using a client based (openvpn etc) or config via network settings ?
	
	
	
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved 
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2 
	
	
 
 
	
	
	
		
	Posts: 1,849
	Threads: 21
	Joined: Sep 2015
	
Reputation: 
0
	 
	
	
		After confirming... try saving the password in the vpn settings, it seemed to work for the the OP in the other thread...
https://www.linuxliteos.com/forums/netwo...?topicseen
	
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved 
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2 
	
	
 
 
	
	
	
		
	Posts: 93
	Threads: 8
	Joined: Dec 2014
	
Reputation: 
0
	 
	
	
		The root cause was that 2 required netfilter kernel modules are not loaded during boot.
nf_conntrack_pptp nf_conntrack_proto_gre 
Solution: load the nf_conntrack_pptp module, the latter is its dependency and will be loaded automatically.
sudo modprobe nf_conntrack_pptp 
However I have to do this each time I re-boot. 
Can I edit something to make this change permanant?