User manual
Release 2.2 Digium, Inc. Page 44
Chapter 3: Configuration
Build the data tools for Zaptel by executing:
make data; make sethdlc-new
Or, for kernels prior to 2.4.19
make data; make sethdlc
make install
2.
Load and configure your driver:
modprobe wcte12xp
ztcfg
3.
Use sethdlc to bring up the interface:
sethdlc hdlc0 cisco
-or- for old style (make sethdlc instead of sethdlc-new) use:
sethdlc hdlc0 mode cisco
4.
Assign the interface an address:
ifconfig hdlc0 192.168.0.1 netmask 255.255.255.0
5.
The interface may be addressed as any other networking interface
(i.e., eth0) in Linux.