Containers
Configure a container
IX10 User Guide
689
3. Create a new container:
(config)> add system container
name
(config system container
name
)>
where
name
is the
New access points are enabled by default.
4. New containers are enabled by default. To disable:
(config system container
name
)> enable false
(config system container
name
)>
5. By default, the container will use the device's system libraries. To disable:
(config system container
name
)> dal false
(config system container
name
)>
6. If the device will use virtual networking:
a. Enable virtual networking:
(config system container
name
)> network true
(config system container
name
)>
b. Set the network bridge device that will be used to provide network access:
i. Use the
?
to determine the available bridges:
(config system container
name
)> bridge ?
Network Bridge Device: Containers require a bridge to access the
network. Choose
which bridge to connect the container to.
Format:
lan1
Current value:
(config system container
name
)>
ii. Set the bridge:
(config system container
name
)> bridge lan1
(config system container
name
)>
c. (Optional) Set the IP address and netmask for the container:
(config system container
name
)> address
IP_address
/
netmask
(config system container
name
)>
d. (Optional) Set the IP address of the network gateway:
(config system container
name
)> gateway
IP_address
(config system container
name
)>