Initial network configuration in MOS is performed through the web interface under:
Settings → Network Interfaces
This section defines how the system connects to the network and how services such as Docker, LXC, VMs, and Shares are exposed.
Example:
The Network Interfaces page allows configuring physical and logical network interfaces used by the system.
Each interface can be configured individually and assigned a specific networking mode.
Specifies the physical network interface.
Example:
eth0This is usually the primary Ethernet interface detected by the system.
Defines how the network interface is used by MOS.
The following interface types are available:
Uses the physical network interface directly without creating a bridge.
Characteristics:
Use cases:
Limitations:
Creates a Linux bridge and attaches the physical interface to it.
Characteristics:
Use cases:
Recommendation: This is the default and recommended mode for most installations.
Combines multiple physical network interfaces into a single logical interface.
Characteristics:
Use cases:
Notes:
| Scenario | Recommended Type |
|---|---|
| Single NIC, Docker / VMs | bridged |
| Single NIC, no containers | ethernet |
| Multiple NICs, redundancy | bond |
| High-performance networking | bond |
Enables or disables automatic IPv4 configuration via DHCP.
Recommended:
Disable DHCP for servers and use a static IP address.
Defines the static IPv4 address of the system.
Example:
192.168.11.254This address is used to access the MOS web interface and network services.
Specifies the default gateway for outbound network traffic.
Example:
192.168.11.1This is typically the router IP address.
Defines DNS servers used for name resolution.
Example:
1.1.1.1, 1.0.0.1Multiple DNS servers can be specified, separated by commas.
Enables or disables IPv6 support for the interface.
Note:
Only enable IPv6 if your network infrastructure fully supports it.
The Network Interfaces configuration defines how MOS connects to your network and how services are exposed.
Correct configuration is essential for: