32
4.5 PPTP Tunneling Configuration
The ADSL Router can be configured to supports PPTP as following procedure. But the ADSL Router
currently provides the PPTP Access Concentrator (PAC) end of a PPTP tunnel. And the PC must run
an OS, which supports PPTP, providing a PPTP Network Server (PNS). Both Win 98 and Win 2000
provide
•
PPTP dial out
In the following example, the PC connects to the ADSL modem firstly must be configured as:
IP address of PNS
: 192.168.10.1
Subnet mask of PNS
: 255.255.255.0
Gateway of PNS
: 192.168.10.2
IP address of PAC
: 192.168.10.2
>
ip device add Ethernet ether //edd 192.168.10.2
↵
>
config save
↵
>
restart
↵
>
ppp 2 pvc 0 32
↵
(Set channel 2 to VPI=0, VCI=32)
>
ppp 2 interface 0
↵
>
ppp 2 tunnel 1 pptp out
↵
>
ppp 2 enable
↵
>
pptp bind 192.168.10.2
↵
>
pptp 1 create listen
↵
>
config save
↵
>
restart
↵