User manual

9: Management configuration settings
_______________________________________________________________________________________________________
keeping normal internet connectivity. Each interface can have multiple aliases
attached to it.
A minimal alias declaration consists of the following lines:
network.@alias[0]=alias
network.@alias[0].interface=lan
network.@alias[0].proto=static
network.@alias[0].ipaddr=10.0.0.1
network.@alias[0].netmask=255.255.255.0
config 'alias'
option 'interface' 'lan'
option 'proto' 'static'
option 'ipaddr' '10.0.0.1'
option 'netmask' '255.255.255.0'
Lan is the logical interface name of the parent interface.
Static is the alias interface protocol.
10.0.0.1 specifies the alias IP address.
255.255.255.0 specifies the alias netmask.
Only the static protocol type is allowed for aliases. Defined options for alias
sections are listed below:
Name Type Required Default Description
interface string yes (none)
Specifies the logical interface name of the
parent (or master) interface this alias is
belonging to, must refer to one of the
defined interface sections.
proto string yes (none)
Specifies the alias interface protocol must
be static.
ipaddr ip address
yes, if no
ip6addr is
set
(none) Defines IP address.
netmask netmask
yes, if no
ip6addr is
set
(none) Defines Netmask.
gateway
ip address
no
(none)
Specifies the default gateway.
broadcast ip address no (none)
Sets the broadcast address. This is auto
generated if not set.
ip6addr ipv6 address
yes, if
noipaddr
is set
(none) IPv6 address (CIDR notation).
ip6gw ipv6 address no (none) IPv6 default gateway.
dns
list of ip
no
(none)
DNS server(s)
_______________________________________________________________________________________________________
© Virtual Access 2015
GW1000 Series User Manual
Issue: 2.4 Page 55 of 255