LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   masquerade for l2tp (https://www.linuxquestions.org/questions/linux-server-73/masquerade-for-l2tp-4175438608/)

qwertyjjj 11-25-2012 03:25 AM

masquerade for l2tp
 
I have openvpn running on 10.x.x.x and 172.x.x.x
I need to install l2tp
1/ is it secure? I heard pptp was not secure
2/ how do I masquerade this to a network other than the openvpn networks

Slyke 11-25-2012 05:24 AM

Well... no I wouldn't say it's THAT secure. But if you just want to get around you everyday packet sniffer it's okay.

Not sure what you mean with 2/ You want to know how to setup your IPTables for L2TP?

qwertyjjj 11-25-2012 07:28 AM

Quote:

Originally Posted by Slyke (Post 4836467)
Well... no I wouldn't say it's THAT secure. But if you just want to get around you everyday packet sniffer it's okay.

Not sure what you mean with 2/ You want to know how to setup your IPTables for L2TP?

yes but also what internal network IP do I use if 10/24 and 172/24
are already taken?
this is the current routing:
Code:

[root ~]# route -n
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
10.8.0.2        0.0.0.0        255.255.255.255 UH    0      0        0 tun1
172.16.0.2      0.0.0.0        255.255.255.255 UH    0      0        0 tun0
10.8.0.0        10.8.0.2        255.255.255.0  UG    0      0        0 tun1
172.16.0.0      172.16.0.2      255.255.255.0  UG    0      0        0 tun0
88.xxx.xxx.0    0.0.0.0        255.255.252.0  U    0      0        0 eth0
169.254.0.0    0.0.0.0        255.255.0.0    U    0      0        0 eth0
0.0.0.0        88.xxx.xxx.1    0.0.0.0        UG    0      0        0 eth0
[root ~]#

So what is the most secure out of l2tp, pptp, and ipsec?

qwertyjjj 11-26-2012 01:36 PM

anyone?

qwertyjjj 11-28-2012 11:59 AM

anyone?


All times are GMT -5. The time now is 06:19 PM.