Specifications

VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 94 / 416-
2.12. Configuring PPTP
PPTP (Point-to-Point tunneling protocol) supported by APOS™ complies with RFC2637
standard.
If PPTP server can be accessed thorough LAN interface, Virtual Private Network can be
configured by using PPTP.
PPTP supported by AddPac VoIP gateway is a client function which enables a user to access to
PPTP server. Therefore PPTP server must exist in Internet.
Previously, VoIP and data were used to be transmitted though the tunnel by command of ‘PPTP
route tunnel’. However, Only VoIP can be transmitted though the tunnel by using a new
command of ‘PPTP route data’.
The following configuration must be taken first to transmit only VoIP packet through the tunnel
and data packet to WAN.
Detailed configuration process can be verified in ‘Related Commands’ section.
(config-ether0.0)# encapsulation ppp
Some of AddPac Technology VoIP gateway series can support this feature.
2.12.1. Related Commands
Configuring PPTP route data
Step Command Description
1
# config terminal
Change to APOS Command Configuration
Mode
2
(config)# interface FastEthernet 0/0
Change to interface FastEthernet 0/0
configuration mode
3
(config-if)# ip address IP-ADDRESS
SUBNET-MASK
Configure IP address (refer to Quick
Operation Guide for configuring DHCP,
PPPoE)
4
(config-if)# exit
Exit the mode for Fast Ethernet interface 0/0
5
(config)# interface FastEthernet 0/1
Change to interface Fast Ethernet 0/1
configuration mode
6
(config)# ip address IP-ADDRESS SUBNET-MASK
Specify IP address.
7
(config-if)# ip policy route-map WORD
Apply route-map tunnel to Fast Ethernet
interface 0/1
8
(config-if)# exit
Exit the mode for Fast Ethernet interface 0/1.
9
(config)# interface Dialer0
Change to Interface Dialer 0 configuration
mode
10
(config-if)# no ip address
No configuration for IP address
11
(config)# encapsulation ppp
Specify network protocol to PPP
12
(config-if)# ppp authentication chap calling
Set PPP authentication to CHAP (Please
refer to Quick Operation Guide)
13
(config-if)# ppp chap hostname WORD
Set Chap user ID to ‘addpac’
14
(config-if)# ppp chap password LINE
Set Chap password to ‘1234’
15
(config-if)# exit
Exit the mode for Dialer0 interface
Information