IBM Heritage Network Router User Manual


 
4-12
Advanced Confi
g
urations
PPTP dial in
In the following example, the PC connects to the xDSL Router 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 listen
(Set channel 2 to VPI=0, VCI=32)
> ppp 2 interface 0
> ppp 2 tunnel 1 pptp in
> ppp 2 enable
> pptp bind 192.168.10.2
> pptp 1 create 192.168.10.1
> config save
> restart
The PPTP configuration can be removed by following procedure. Please
ensure to remove the PPTP configuration before set the xDSL Router to
other configuration
Remove PPTP either dial out or dial in
> ip device flush
> config save
> restart
> ppp 2 pvc none
> ppp 2 interface 0
> ppp 2 tunnel 0
> ppp 2 disable
> pptp 1 delete