What is the prefured method to connect Linux (Ubuntu) to VPN Server - eBay Suspended & PayPal Limited Forums
eBay Suspension & PayPal Limited Forums  
Join Today
Register Subscribe
     

Registration is fast, simple and absolutely free so please, join our community today!


Go Back   Home > Stealth Topics > IP Address

IP Address Changing your IP address, multiple IPs, VPNs, hiding your IP, phone tethering, MiFi devices, hotspots and more.

Reply
 
Thread Tools
  #1  
Old 07-01-2017
nate's Avatar
Senior Member
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default What is the preferred method to connect Linux (Ubuntu) to VPN Server

I've been doing a lot of reading on how to go about setting up a VPN connection on Linux Ubuntu OS. My VPN is run on SoftEther so I have multiple option for making the connection.

It appears the SoftEther client for Linux would not be the easiest option.

From my research it looks like the way to go is using the L2TP/IPsec route.

I'm considering openswan. Can someone with some first hand experience please give me some input?

Last edited by nate; 07-01-2017 at 01:48 PM.
Reply With Quote
The complete step-by-step guide to get back to selling today!

  #2  
Old 07-01-2017
nate's Avatar
Senior Member
Threadstarter  
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Seems like no one wants to help me out lately.. I know someone has to know how to do this...

I ended up finding a solution after getting yelled at by my wife all day for not paying attention to her, and cloning a few VM's to experiment with. So at least if anyone else has the same problem I did now they should be able to find the answer with a search in this forum.

openswan is now strongswan. So dont waist your time searching for openswan.

Ubuntu doesn't provide L2TP over IPSec support. There is a workaround for this using network-manager-l2tp. The only problem is its a PPA. I researched it and found enough info on it to have enough faith in the program to use it.

It was as easy as opening up a terminal and running 3 cmds:

sudo add-apt-repository ppa:nm-l2tp/network-manager-l2tpp

sudo apt-get update

sudo apt install network-manager-l2tp-gnome

(Yes, this if for Ubuntu)

After that cmd: exit and close the terminal.

Click the "wifi symbol" in the upper right corner of desktop

Click "edit connections"

Click "add"

Click "Layer 2 Tunneling Protocal (L2TP)"

Click "create"

Then enter your VPN server ip in the gateway field

Click "IPsec Settings"

Enter your pre-shared key

I was using a cellular connection when I set it up and had to connect to the VPN twice to get it to connect, so if it doesn't connect the 1st time, try it again.

If it still doesn't work try entering your username and password for the L2TP in the optional username and password fields. I didn't have to do it to get mine to work.

Source: https://launchpad.net/~nm-l2tp/+arch...k-manager-l2tp

Last edited by nate; 07-01-2017 at 08:45 PM.
Reply With Quote
  #3  
Old 07-01-2017
Senior Member
 
Join Date: Aug 2016
Posts: 216
Thanks: 35
Thanked 39 Times in 32 Posts
Activity: 0%
Longevity: 44%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Two options, do as you have done for a more GUI route or just do it through the terminal;

sudo apt-get install openvpn

sudo openvpn --config client.ovpn

Type in your authentication username/email and password and it'll connect. Just be careful though, there is no killswitch using both of your methods. I know AirVPN has a linux client with killswitch, probably the easiest to use.
Reply With Quote
The Following User Says Thank You to AK81 For This Useful Post:
nate (07-01-2017)
  #4  
Old 07-01-2017
nate's Avatar
Senior Member
Threadstarter  
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

See... I just told empire-state all the tech advanced come out at night... This proves my point.. Thank you.
Reply With Quote
  #5  
Old 07-01-2017
Senior Member
 
Join Date: Aug 2016
Posts: 216
Thanks: 35
Thanked 39 Times in 32 Posts
Activity: 0%
Longevity: 44%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Quote:
Originally Posted by nate View Post
See... I just told empire-state all the tech advanced come out at night... This proves my point.. Thank you.
No problem mate, LMK if you have any issues ill push you in the right direction.
Reply With Quote
  #6  
Old 07-01-2017
empirestate's Avatar
Banned
 
Join Date: Mar 2015
Posts: 3,138
Thanks: 44
Thanked 667 Times in 486 Posts
Activity: 0%
Longevity: 52%
iTrader: (1)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Quote:
Originally Posted by nate View Post
See... I just told empire-state all the tech advanced come out at night... This proves my point.. Thank you.
Best if you switch to CentOS, Ubuntu sucks.
Reply With Quote
  #7  
Old 07-01-2017
Senior Member
 
Join Date: Aug 2016
Posts: 216
Thanks: 35
Thanked 39 Times in 32 Posts
Activity: 0%
Longevity: 44%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Quote:
Originally Posted by empirestate View Post
Best if you switch to CentOS, Ubuntu sucks.
I strongly disagree for the purpose of what OP is using it for but as you wish.
Reply With Quote
  #8  
Old 07-01-2017
nate's Avatar
Senior Member
Threadstarter  
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

I run my VPN server on Cent6. Ubuntu is for running browser. Along with every version of windows 32 & 64.

What I'm wondering (haven't tested yet) is if any version of Linux looks different in fingerprinting results other than the difference between x32 & x64
Reply With Quote
  #9  
Old 07-02-2017
nate's Avatar
Senior Member
Threadstarter  
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

I set up a VPN Kill Switch using this method.

http://www.aspkin.com/forums/ip-addr...tml#post855918
Reply With Quote
  #10  
Old 07-02-2017
nate's Avatar
Senior Member
Threadstarter  
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Quote:
Originally Posted by AK81 View Post

sudo apt-get install openvpn

sudo openvpn --config client.ovpn
"sudo openvpn --config client.ovpn" produced an options error: error opening config file.

Your instruction are the same as on the openvpn site so I don't know what the issue is.
Reply With Quote
  #11  
Old 07-02-2017
Senior Member
 
Join Date: Aug 2016
Posts: 216
Thanks: 35
Thanked 39 Times in 32 Posts
Activity: 0%
Longevity: 44%
iTrader: (0)
Default Re: What is the prefured method to connect Linux (Ubuntu) to VPN Server

Quote:
Originally Posted by nate View Post
"sudo openvpn --config client.ovpn" produced an options error: error opening config file.

Your instruction are the same as on the openvpn site so I don't know what the issue is.
Try this;

sudo openvpn client.ovpn

or

sudo openvpn ./client.ovpn

I forgot which one it was, been a while since I have used OVPN on Linux.
Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
vmWare ubuntu chromium memory nate EBay Tools and Software 3 04-16-2017 07:53 AM
VMware - UBUNTU set up - usb sick Themav eBay Discussion! 9 09-05-2016 09:51 PM
Windows 10 / Ubuntu mich74 UK eBay Suspensions 3 05-26-2016 05:41 AM
Tracking with ubuntu distro gtaforever00 eBay Tracking 3 04-13-2013 01:14 PM
Anyone tried multiple eB on linux (ubuntu) ust0 Multiple eBay & PayPal Accounts 8 12-11-2012 08:53 AM


Aspkin Group

All times are GMT -5. The time now is 10:33 AM.


Stop the guessing games and learn how you can quickly and easily get back on eBay today!
Read the best selling step-by-step eBay Suspension guide eBay Stealth!
Amazon Suspension? Read Amazon Ghost to get back on Amazon!
vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Ad Management by RedTyger
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58