I've installed poptop from ports and have configured it mostly correct.

I can authenticate and connect, but then I lose the ability to browse
the internet, and cannot ping the ip address that it shows I've been
assigned.

Can you see anything I'm missing?

pptpd.conf:
/etc/ppp/ppp.conf
bcrelay rl0
localip 192.168.0.234-244
remoteip 192.168.0.234-244
listen 24.18.121.37
pidfile /var/run/pptp.pid


/etc/ppp/ppp.conf:
loop:
     set timeout 0
     set log phase chat connect lcp ipcp command
     set device localhost:pptp
     set dial
     set login
     set mppe * stateful
     # Server (local) IP address, Range for Clients, and Netmask
     # Use the same IP addresses you specified in /etc/pppd.conf :
     set ifaddr 192.168.0.1 192.168.0.234-192.168.0.244 255.255.255.0
     set server /tmp/loop "" 0177
loop-in:
    set timeout 0
    set log phase lcp ipcp command
    allow mode direct
pptp:
    load loop
    # Disable unsecured auth
    disable pap
    disable chap
    enable mschapv2
    disable deflate pred1
    deny deflate pred1
    disable ipv6
    accept mppe
    enable proxy
    accept dns
    # DNS Servers to assign client
    # Use your own DNS server IP address :
    set dns 192.168.0.1

Reply via email to