
INSTALLATION MANUAL FOR THE EMS I-MO 540 SERIES APPLIANCE
Version
1.2
ELECTRONIC MEDIA SERVICES LIMITED
PASSFIELD BUSINESS CENTRE, LYNCHBOROUGH ROAD, LIPHOOK, HAMPSHIRE, GU30 7SB, UK
Tel:
01428 751655 |
Fax:
01428 751654 |
E-mail:
Page
35
of
58
All of the physical devices can be individually configured and can be assigned to internal, dmz, or external
zones in the firewall.
One or more physical interfaces can be combined into a single logical interface (br0). The logical interface is
like an Ethernet switch and MAC address to physical port mappings are typically remembered for up to 5
minutes before traffic for a given address is broadcast to all ports again.
The following shows an example of configuring Ethernet ports 0-2 and wlan0 as a single bridged interface,
the DHCP range is set to 100 addresses from 100 to 199 and the interface is assigned to the internal zone
on the firewall. The Wi-Fi SSID is set to "imo" and the shared key is "12345678":
[lan]
# Enable the br0 logical interface
br0enabled="yes"
# Add this interface to the internal zone in firewall
br0firewallzone="internal"
# IP address and netmask for the interface
br0ip="192.168.0.1/24"
# Enable DHCP on this interface
br0dhcp="yes"
# Set the DHCP range
br0dhcpstartip="192.168.0.100"
br0dhcpendip="192.168.0.199"
# SetDHCP DNS and WINS options
dhcpdnsserver1="8.8.8.8"
dhcpdnsserver2="8.8.4.4"
dhcpwinsserver1="10.0.1.16"
dhcpwinsserver2="10.0.1.17"
dhcpdnsdomain="mydomain.com"
# Enable the eth0, eth1, eth2 and wlan0 ports and add to the br0 interface
eth0enabled="yes"
eth0bridging="yes"
eth1enabled="yes"
eth1bridging="yes"
eth2enabled="yes"
eth2bridging="yes"
wlan0enabled="yes"
wlan0bridging="yes"
wlan0wifissid="imo"
wlan0wifiwpakey="123456"
wlan0wifichannel="manual"
wlan0wifichannelvalue="5"
wlan0wifirate="manual"
wlan0wifiratevalue="24"
wlan0wifi80211mode="g"
Ethernet port 3 is configured for a separate subnet with its own DHCP range. Unless a routing rule is added
in the [fw] section, no data will be routed between the 192.168.0.0/24 and 192.168.100.0/24 subnets.
eth3enabled="yes"
eth3bridging="no"
eth3firewallzone="internal"
eth3ip="192.168.100.1/24"