-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
57 lines (39 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
WANPIPE CONFIGURATION UTILITIES
===============================
Author: Nenad Corbic
This directory contains:
WANCFG: WANPIPE configuration setup utility.
This is a GUI program written in, bash
version 2, shell script. Wancfg will create
the wanpipe#.conf configuration file needed
to start the wanrouter.
CFGFT1: WANPIPE FT1 CSU/DSU configurator utility.
This is a GUI program written in, bash
version 2, shell script. Cfgfg1 will setup
the internal CSU/DSU that comes with Sangoma
S508/S514 FT1 cards.
LXDIALOG: WANPIPE GUI utility used by both CFGFT1 and
WANCFG programs. It is a modification of
Dialog program for specific use of Sangoma
products.
Environment Specific Information
--------------------------------
REDHAT
------
All utilities come pre-compiled with RedHat glib6
libraries. Therefore, if one is running RedHat no
compilation is necessary. Utilities should be executed
from /usr/sbin directory.
OTHER DISTRIBUTIONS
-------------------
If one is running on a NON RedHat distribution with
different libraries, the configurator binaries might
fail. In this case, one can recompile all configurator
utilities by running 'make' from wanpipe/config
directory.
Before recompiling utilities, read the:
wanpipe/config/ft1/REAMDE file.
wanpipe/config/wancfg/README file.
To compile configurator utilities:
1. Change directory to wanpipe/config
2. Run 'make'