Name: Anonymous 2008-05-20 3:41
VPN and Ubuntu hardy Anonymous 05/20/08(Tue)03:40 No.1513122
Hey /g/ need help!I'm configuring a VPN in ubuntu hardy but it won't connect.I need a VPN with MPPE-128bit and mchapv2 for authentication.Since network-manager it's shit, I use WICD for the manage of the network.I know there's a simple plugin for network-manager (network-manager-pptp or vpnc don't remember now...)that with two click you set up your VPN.So I need to configure it manually with pptp-linux.
######################################
- Edited /etc/ppp/chap-secrets and added
myusername $tunnel(name of the tunnel) password *
#####################################
- edited /etc/ppp/options.pptp for MPPE and Mchapv2
######################################
- created /etc/ppp/VPN for the dial-up:
pty "pptp *IP VPN* --nolaunchpppd"
name "myusername"
remotename $tunnel
require-mppe-128
usepeerdns
file /etc/ppp/options.pptp
ipparam $tunnel
#######################################
when I do "sudo pon VPN" I get this error from the debug:
anon warn[pptp_gre_bind:pptp_gre.c:100]: connect: Invalid argument
anon fatal[main:pptp.c:322]: Cannot bind GRE socket, aborting.
using channel 4
Using interface ppp1
Connect: ppp1 <--> /dev/pts/2
Script pptp 1* IP VPN* --nolaunchpppd finished (pid 19910),
status = 0x1
Modem hangup
Connection terminated.
#####################################
I use firestarter for iptables rule.I don't think that I don't allow GRE traffic since I tried without firestarter enabled.
Need help /g/ it's serious.
Hey /g/ need help!I'm configuring a VPN in ubuntu hardy but it won't connect.I need a VPN with MPPE-128bit and mchapv2 for authentication.Since network-manager it's shit, I use WICD for the manage of the network.I know there's a simple plugin for network-manager (network-manager-pptp or vpnc don't remember now...)that with two click you set up your VPN.So I need to configure it manually with pptp-linux.
######################################
- Edited /etc/ppp/chap-secrets and added
myusername $tunnel(name of the tunnel) password *
#####################################
- edited /etc/ppp/options.pptp for MPPE and Mchapv2
######################################
- created /etc/ppp/VPN for the dial-up:
pty "pptp *IP VPN* --nolaunchpppd"
name "myusername"
remotename $tunnel
require-mppe-128
usepeerdns
file /etc/ppp/options.pptp
ipparam $tunnel
#######################################
when I do "sudo pon VPN" I get this error from the debug:
anon warn[pptp_gre_bind:pptp_gre.c:100]: connect: Invalid argument
anon fatal[main:pptp.c:322]: Cannot bind GRE socket, aborting.
using channel 4
Using interface ppp1
Connect: ppp1 <--> /dev/pts/2
Script pptp 1* IP VPN* --nolaunchpppd finished (pid 19910),
status = 0x1
Modem hangup
Connection terminated.
#####################################
I use firestarter for iptables rule.I don't think that I don't allow GRE traffic since I tried without firestarter enabled.
Need help /g/ it's serious.