![TELES ECOTEL Manual Download Page 41](http://html1.mh-extra.com/html/teles/ecotel/ecotel_manual_1082146041.webp)
C O N F I G U R A T I O N F I L E S
C H A P T E R 5
41
ECOTEL 3G 16.1. Revised: 1 March 2011.
5 . 1 . 1 S Y S T E M S E C T I O N C O N F I G U R A T I O N
The [
System]
section contains entries that define the default gateway and/or special routing entries.
To define the standard gateway, use the following entry to set the IP address:
DefaultGw=<ip addr>
Example:
If you must route specific net ranges to gateways other than what is defined in the default route, make the follow-
ing entries in the [System] section:
Route=<target range> -netmask <ip mask> <ip gateway>
Example:
If only certain routes apply, leave the line
DefaultGw
empty.
5 . 1 . 2 E T H E R N E T I N T E R F A C E C O N F I G U R A T I O N
The following settings are possible for the sections [
emac0]
and [
emac1]
:
IpAddress=<ip addr>
/
<netmask>
The IP address is entered in decimal notation, followed by a slash (/) and the netmask in bit notation.
Example:
The following entry is used to allocate an IP address via DHCP:
IpAddress=dhcp
The following entry is used in the
[emac1]
section if operation of the system is occurs in bridge mode.
IpAddress=up
5 . 1 . 3 G U I S E T T I N G S
The following parameter is used to change the GUI port in the section [httpd] (default 80):
GuiPort=<num>
Bear in mind that the passwords for different access levels are not set here. The encrypted passwords are stored
here and can only be changed via GUI (cf. Chapter 4.11.2 on page 35
[System]
DefaultGw=192.168.1.254
[System]
DefaultGw=192.168.1.254
Route=10.0.0.0 -netmask 255.0.0.0 192.168.1.1
IpAddress=192.168.1.2/24