H
H
hamburger222015-12-13 20:31:47
linux
hamburger22, 2015-12-13 20:31:47

How to add a VPN tunnel (pptp) on debian (linux)?

Hello. There is a vpn tunnel:
111.111.111.111,login,pass
There is a debian server to which you need to add ip as a new interface
I read the article: https://wiki.debian.org/ru/pptp-linux and tried to do it, but I can understand what to write in etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.xxx
netmask 255.255.255.0
broadcast 10.xx255
gateway 10.xx1
What ip should be specified here in the settings?
PS: my server defaults are:
iface eth0 inet static
address 210.10.200.123
netmask 255.255.254.0
network 210.10.200.0
broadcast 210.10.200.255
gateway 210.10.200.1

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly F., 2015-12-13
@FuN_ViT

I understand - you need to set up a client connection? You don't need to touch etc/network/interfaces for this.
Well, at least this description: https://www.digitalocean.com/community/tutorials/v... (step 5)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question