NEED HELP WITH SETTING UP OPENVPN [SLOVED]

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
MsToxic

NEED HELP WITH SETTING UP OPENVPN [SLOVED]

Post by MsToxic »

i access the internet via wireless and want to set up openvpn. i followed the instructions but i don't get it. here's a link https://help.ubuntu.com/community/OpenVPN i already typed sudo apt-get install openvpn bridge-utils in a terminal and then i typed sudo nano /etc/network/interfaces do i need to copy and paste

iface br0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0

iface eth0 inet manual
up ip link set $IFACE up promisc on
down ip link set $IFACE down promisc off

in a terminal and then edit ip address? am i correct? i'm sorry i'm just confused
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
hal8000
Level 4
Level 4
Posts: 436
Joined: Sun May 04, 2008 2:04 pm
Location: UK

Re: NEED HELP WITH SETTING UP OPENVPN

Post by hal8000 »

MsToxic wrote:i access the internet via wireless and want to set up openvpn. i followed the instructions but i don't get it. here's a link https://help.ubuntu.com/community/OpenVPN i already typed sudo apt-get install openvpn bridge-utils in a terminal and then i typed sudo nano /etc/network/interfaces do i need to copy and paste

iface br0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0

iface eth0 inet manual
up ip link set $IFACE up promisc on
down ip link set $IFACE down promisc off

in a terminal and then edit ip address? am i correct? i'm sorry i'm just confused

These are examples, the addresses highlighted in red must be your LAN address and in the correct
range of your router, otherwise nothing will work.

You must also create the up and down scripts lower down in the article.
The main stumbling block is that Mint uses Upstart so to restart networking command is

sudo service networking restart

Not sure if you can add the VPN start scripts but more info about upstart on link below:

http://askubuntu.com/questions/19320/wh ... e-services
MsToxic

Re: NEED HELP WITH SETTING UP OPENVPN

Post by MsToxic »

I give up. Its hard to set it up
MsToxic

Re: NEED HELP WITH SETTING UP OPENVPN

Post by MsToxic »

u know whats sad? i've been spending long hrs everyday asking people for help and no one is available or they leave me hanging. thats wack! :evil: all i want is someone to access my pc remotely. it wont take long. if u feel like helping me pm me
MsToxic

Re: NEED HELP WITH SETTING UP OPENVPN

Post by MsToxic »

MsToxic wrote:i access the internet via wireless and want to set up openvpn. i followed the instructions but i don't get it. here's a link https://help.ubuntu.com/community/OpenVPN i already typed sudo apt-get install openvpn bridge-utils in a terminal and then i typed sudo nano /etc/network/interfaces do i need to copy and paste

iface br0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0

iface eth0 inet manual
up ip link set $IFACE up promisc on
down ip link set $IFACE down promisc off

in a terminal and then edit ip address? am i correct? i'm sorry i'm just confused
Snapcase

Re: NEED HELP WITH SETTING UP OPENVPN [SLOVED]

Post by Snapcase »

[url=http://forums.linuxmint.com/viewtopic.php?f=42&t=126515]What about this?[/url]

It's always better/easier to set an static IP (Manual) instead of a dynamic one (DHCP). Click the networking interface widget in the System tray, then click on manage connections. Set your IP there.
Locked

Return to “Software & Applications”