No encryption using mpd5 PPTP VPN


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers No encryption using mpd5 PPTP VPN
# 1  
Old 04-05-2012
No encryption using mpd5 PPTP VPN

Hello, So I was finally able to get mpd5 working as a vpn server, however I am not able to use encryption. I have a feeling it's this entry in the logs, can someone decipher what this means for me & tell me if it can be fixed? I know ng_mppc is related to mchap, but I'm not sure what I'm supposed to do to fix it.


Apr 4 10:28:36 freenas kernel: KLD ng_mppc.ko: depends on rc4 - not available

---------- Post updated 04-05-12 at 10:08 AM ---------- Previous update was 04-04-12 at 11:45 AM ----------

no love? ok here is the relevant part of my mpd.conf file, for a bump:

Code:
default:
    load pptp_server

pptp_server:
# Define dynamic IP address pool.
    set ippool add pool1 172.16.0.50 172.16.0.55

# Create clonable bundle template named B
    create bundle template B
    set iface enable proxy-arp
    set iface idle 1800
    set iface enable tcpmssfix
    set ipcp yes vjcomp
# Specify IP address pool for dynamic assigment.
    set ipcp ranges 172.16.0.1/32 ippool pool1
    set ipcp dns 192.168.1.1
    #set ipcp nbns 192.168.1.4
# The five lines below enable Microsoft Point-to-Point encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
    set bundle enable compression
    set ccp yes mppc
    set mppc yes e40
    set mppc yes e128
    set mppc yes stateless

# Create clonable link template named L
    create link template L pptp
# Set bundle template to use
    set link action bundle B
# Multilink adds some overhead, but gives full 1500 MTU.
    set link enable multilink
    set link yes acfcomp protocomp
    set link no pap chap eap
    set link enable chap
# We can use use RADIUS authentication/accounting by including
# another config section with label 'radius'.
#    load radius
    set link keep-alive 10 60
# We reducing link mtu to avoid GRE packet fragmentation.
    set link mtu 1460
# Configure PPTP
        set pptp self 192.168.1.124
# Allow to accept calls
        set link enable incoming

TIA
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Cybersecurity

File encryption tools with MAC address as an encryption key

Hi all, I'm looking for secure file encryption tools that use MAC address as encryption key. FYI, I'm using Red Hat Enterprise Linux OS. For example: when A wants to send file to B A will encrypt the file with B's computer MAC/IP address as an encryption key This file can only be decrypted... (2 Replies)
Discussion started by: sergionicosta
2 Replies

2. IP Networking

PPTP VPN with static external IP

I try to setup a VPN Server (pptpd on Debian 5) to route an IP to my home PC when i login to the VPN - this works so far, i get the IP but then it is dead. i cannot connect to anywhere, and only ping my IP - nothing else. Any info on that? I just want to have a static, external IP on the... (1 Reply)
Discussion started by: William_E
1 Replies

3. Emergency UNIX and Linux Support

pptp server - GUI

Hi guys. I am going to build a Linux VPN server(PPTP) for my friend but here is the problem: He don't know Linux and command line to manage users, monitor server, etc anyone knows a good GUI for this problem? I need some solution like nttacplus (2 Replies)
Discussion started by: majid.merkava
2 Replies

4. Emergency UNIX and Linux Support

L2TP over PPTP

Hi there. Here is a crazy question: can we connect to a L2TP vpn server Through a PPTP VPN server(I mean when connecting to a pptp server)? (1 Reply)
Discussion started by: majid.merkava
1 Replies

5. Ubuntu

configure: vpn pptp

Hi all I'd like to connect over pptp vpn. I have my username, passwd and remote address. Then i start the connection and i see that over my ppp0 interface there's the same address in inet and P-t-P. I think they should be different right? Reading something i find out that i should change... (0 Replies)
Discussion started by: Dedalus
0 Replies

6. UNIX for Dummies Questions & Answers

File encryption/Key encryption ????

My dilemma, I need to send, deemed confidential, information via e-mail (SMTP). This information is sitting as a file on AIX. Typically I can send this data as a e-mail attachment via what we term a "mail filter" using telnet. I now would like to somehow encrypt the data and send it to a e-mail... (1 Reply)
Discussion started by: hugow
1 Replies

7. UNIX for Advanced & Expert Users

pptp / pf issue

Long story short, I have an issue with getting my VPN to connect to my w2k3 server box when I include the block all rule in my pf.conf: block log all Here's the output: Apr 04 06:04:09.291697 rule 1/0(match): block in on hme0: call 3033 seq 0 gre-ppp-payload (gre encap) Apr 04... (0 Replies)
Discussion started by: xyyz
0 Replies
Login or Register to Ask a Question