Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2005 12:10:00 -0600
From:      "Justin L. Boss" <justin@alt-network.com>
To:        freebsd-questions@freebsd.org
Subject:   poptop
Message-ID:  <200501081210.00410.justin@alt-network.com>

next in thread | raw e-mail | index | archive | help
Has anyone had any success with poptop. I'm able to get a windows client to 
connect but can not see the privet network at all. Here are my config file

###	/usr/local/etc/pptpd.conf
option		/etc/ppp/options.pptp
debug
bcrelay		dc1
localip		172.19.100.100
remoteip		172.19.100.200-254

###	/etc/ppp/options.pptp
lock
debug
name host.domain.com
nobsdcomp
proxyarp
ms-wins 172.19.100.1
ms-dns  172.19.100.1
auth
noipdefault
refuse-pap
require-chap

###	ifconfig out put
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 172.19.100.100 --> 172.19.100.200 netmask 0xffffff00
tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500

--------------------------------------

The client is able to ping the 172.19.100.200 but nothing further.

PPP adapter Newman:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
        Physical Address. . . . . . . . . : 00-53-45-00-00-00
        DHCP Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 172.19.100.200
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . : 172.19.100.200
        DNS Servers . . . . . . . . . . . : 172.19.100.1
                                            172.19.100.1
        Primary WINS Server . . . . . . . : 172.19.100.1
        Secondary WINS Server . . . . . . : 172.19.100.1


Thanks for your help Justin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501081210.00410.justin>