#
#	Example configuration for sync0 interface
#	X.21 PPP DTE (external clock)
#
# Standard network interface parameters
DEVICE=sync0
IPADDR=10.0.0.1
POINTOPOINT=10.0.0.2

# Netmask and network if set will be used to create a route to the remote
# network
NETWORK=10.0.0.0
NETMASK=255.255.255.0
MTU=1500

# Set to "yes" to enable interface at system boot time.
# SuSE users should set this to "suse" and edit /etc/rc.config as described in
# the X.21 install online documentation
ONBOOT=no

#	FarSync specific parameters
#
# These are the most common options.
# More options can be found in the documentation for the product.
#

# Other media options are shdsl, E1, T1, x21d, v24, v35, rs530 and rs449
MEDIA=x21
# Network protocols are PPP or CISCO
PROTO=ppp
# We are a DTE and use the external clock from the line/DCE
CLOCK=ext
# Make sure hdlc linemode is selected
LINEMODE=hdlc

#       TE1 Card additional parameters

#  If you are using the TE1 card, then please comment out the CLOCK
#  parameter above and use DATARATE or NUMSLOTS below.
#
#DATARATE=2048000
# could use NUMSLOTS=32
#MODE=slave
#STARTSLOT=1
#STRUCTURE=crc4
#INTERFACE=rj48c
#CODING=hdb3
#EQUALIZER=short
#LOOP=none
#TXBUFFER=2frame
#RXBUFFER=2frame
#IDLECODE=0xFF

#       SHDSL Card additional parameters

#DATARATE=2304000
#TERMTYPE=central
#ANNEX=B
#TESTMODE=0
#BACKOFF=6
#VPI=0
#VCI=38
#SNRTH=5
#LPATH=30
