Applies to platform: UTM 3.0, 4i Edge 3.0
Last updated: 13th May 2014
This lesson shows how to change the network configuration of the zones from the console. If you are familiar with the console, you can use this method instead of using the GUI. You need to access via SSH or via serial console to the Appliance.
Note
Update Network Configuration
After you login in you Endian Appliance, simply issue the following command:
root@endian # netwizard
You will be asked a couple of questions. If the network has already been configured, the current values are shown: simply press Enter if you want to keep that value. The snippet below shows some possible values. Note that you should enter the network interfaces as eth1, eth2, and so on and not as br0, br1, and so on. IP ranges should be written in CIDR notation.
Network Configuration Wizard
----------------------------
Hostname? myappliance.
Domain? mydomain
RED interface type <STATIC/DHCP/GATEWAY>? DHCP
RED device <eth0/eth1/eth2/eth3>? eth3
Green devices <eth0/eth1/eth2>? eth0
Green IPs (IP/CIDR)? 172.20.0.1/24
Orange devices <eth1/eth2>? eth1
Orange IPs (IP/CIDR)? 172.21.30.1/24
Blue devices ? eth2
Blue IPs (IP/CIDR)? 172.22.30.1/24
Enable SSH access <on/off>? on
Allow access to ports 22, 80 and 10443 from any interface <on/off>? off
After you are finished, you will see a summary of the configuration as you entered and are asked two more questions:
-
Is the above correct <yes/no>?
Answer yes to accept the changes you entered or no to review the configuration. -
Write configuration <yes/no>?
Answer yes to write the configuration on disk. If you answer no, you will exit without saving and applying any changes.
Comments