mos-docs

Start Network Configuration

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:

image


Network Interfaces

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.


Interface

Specifies the physical network interface.

Example:

This is usually the primary Ethernet interface detected by the system.


Type

Defines how the network interface is used by MOS.

The following interface types are available:


ethernet

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.


bond

Combines multiple physical network interfaces into a single logical interface.

Characteristics:

Use cases:

Notes:


Type Selection Guide

Scenario Recommended Type
Single NIC, Docker / VMs bridged
Single NIC, no containers ethernet
Multiple NICs, redundancy bond
High-performance networking bond

IPv4 DHCP

Enables or disables automatic IPv4 configuration via DHCP.

Recommended:
Disable DHCP for servers and use a static IP address.


IPv4 Address

Defines the static IPv4 address of the system.

Example:

This address is used to access the MOS web interface and network services.


IPv4 Gateway

Specifies the default gateway for outbound network traffic.

Example:

This is typically the router IP address.


IPv4 DNS (comma separated)

Defines DNS servers used for name resolution.

Example:

Multiple DNS servers can be specified, separated by commas.


Enable IPv6

Enables or disables IPv6 support for the interface.

Note:
Only enable IPv6 if your network infrastructure fully supports it.


Best Practices


Summary

The Network Interfaces configuration defines how MOS connects to your network and how services are exposed.

Correct configuration is essential for: