Brian, if using windows PPTP setup, remove the Use remote networks gateway checkmark so that everything you do doesn't go through the Poptop box including web.

You will however require the use remote network gateway if the side you are connecting has multiple networks routed in other locations (isakmpd VPNs to other locations)

I don't have my config files in front of me, but what you are mentioning would seem to be an issue with the remote gateway option but yet pf blocking you or something (would need to check your PF logs to see if thats the case and I'm assuming you use PF)


James
----- Original Message ----- From: "Bryan Irvine" <[EMAIL PROTECTED]>
To: <misc@openbsd.org>
Sent: Thursday, February 08, 2007 4:47 PM
Subject: poptop config question


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