# Example for a syncppp ISDN connection
# Attention: IPv6 currently don't work (ipppd don't support it)

DEVICE=ippp0
ONBOOT=no

LOCAL_IP="172.17.1.1"
REMOTE_IP="172.17.1.2"			# IPv4 address of remote link endpoint
NETMASK="255.255.255.252"

DEFROUTE="no"				# Default route "yes|no"

MSN="12345"				# Local phone number of interface (normally without locality prefix)
PHONE_OUT="67890" 			# Outgoing calls: phone number(s) to call
PHONE_IN="67890"			# Incoming calls: phone number(s) to accept (in secure mode), if empty, no incoming call is accepted

ENCAP="syncppp"				# Encapsulation: see 'man isdnctrl' for more details
DIALMODE="manual"			# manual|auto|off
L2_PROT="hdlc"				# Layer 2 protocol: see 'man isdnctrl' for more details
L3_PROT="trans"				# Layer 2 protocol: see 'man isdnctrl' for more details
SECURE="on"				# Only numbers listed in PHONE_IN are accepted
HUPTIMEOUT="300" 	      		# Hang-up time in seconds
CHARGEHUP="on"				# Hangup before next charge [on|off]
CHARGEINT="60"				# Charge interval
IHUP="on"				# Hangup timeout for incoming calls
DIALMAX="1"				# Maximum tries to dial out
CALLBACK="off"				# Callback [in|out|off]
CBDELAY="1"				# Callback delay
CBHUB="on"				# Reject before callback [on|off]

# Slave device
BUNDLING="no"				# Channel bundling [yes|no]
SLAVE_DEVICE=""
SLAVE_MSN=""
SLAVE_PHONE_OUT=""
SLAVE_PHONE_IN=""
SLAVE_HUPTIMEOUT=""
SLAVE_CHARGEHUP=""
SLAVE_CHARGEINT=""
SLAVE_IHUP=""
SLAVE_DIALMAX=""
SLAVE_CALLBACK=""
SLAVE_CBDELAY=""
SLAVE_DIALMODE=""



# PPP section
USER="testuser"			# PPP username
AUTH="-pap +chap"		# PPP authentication "-pap +chap"
VJ=""				# VJ compression [on|off]
VJCOMP=""			# VJ compression [on|off]
AC=""
PC=""
BSDCOMP=""
MRU=""
MTU=""
CBCP=""				# Callback protocol [on]
CCP=""				# CCP
ISDN_HOSTNAME="testbox"		# Hostname for ISDN
PPPOPTIONS=""
DNS1=""
DNS2=""
DEBUG=""

IPV6ADDR="3ffe:ffff:0000:e100::1/64"
IPV6INIT=yes
