The network management function is The physical interface of the server and the virtual machine.(VM) The communication paths between the two are set and controlled integrally.It's a tool to manage complex Linux network configurations intuitively in a GUI environment, ensuring the stability of the infrastructure.
Before use
The Distinction
Content
I need permission.
Creating, modifying, deleting, and applying changes to a network interface is a function that requires administrator permission.
The range of impact
The node network changes VirtOn The connection, Proxmox API, VM/CT It can affect communication, cluster links.
Preconditions
The target node, the physical port, VLAN Check in advance whether you're using ID, gateway, MTU, bridge.
Check the work
After the change, you must run Apply Configuration, and then run the node and the VM/CT Check the network connection status.
3.10.1 Set up the network interface
The network interface is The interface of the first node of the cluster that it's made of. It's loaded from here.
Clusters that make up(The node.)After selecting See the list of network interfaces for the respective node.It's possible.
I need to reconfirm my log in when the node list is not visible.(I don't see a list of nodes when there's no login.)
3.10.2 Interface management - new interface(The network.) It's generated
3.10.2.1 Bridge type
Interface name
You can only generate numbers.
You can just type in the name and create it.
Bridge port (The Choice)
You choose a physical port to connect to the bridge.
ex) eth0, eno1, ens1
IPv4 address/CIDR (The Choice)
CIDR input is required when IP locations are input.
The Gateway. (The Choice)
Set when you need access to an external network.
Comments (The Choice)
Comment for user preference(Notes)
MTU (The Choice)
It's the maximum size of a data packet you can send at once.
The default value is 1500.
Automatic start when boot (autostart)
It's a function that automatically activates the interface when the server boots.
Common input values
Items
The input/selection criteria
Interface name
I only use English and numbers. I can't use translated names.
IPv4 address/CIDR
If you enter an IP address, you enter the CIDR together. 192.168.0.10/24
The gateway.
It only enters if it needs an external network connection, so that the default gateway doesn't duplicate the same node.
MTU
The default is 1500. VM It's got to match the network settings.
Automatic start when boot
The interface you need to run is activated, and the interface you want to test is set up after you check the performance.
3.10.2.2 VLAN Type of the thing.
Interface name
You can only generate numbers.
You can just type in the name and create it.
VLAN ID
It's sorted by tag.
Range: 1 to 4094.
The default value is: 1
It's not possible.
VLAN Raw Device(It's necessary.)
It's the physical port on which VLN is based.
The port needs to be activated.
One port to several VLAN It's possible.
IPv4 address/CIDR (The Choice)
CIDR input is required to limit the output of input when IP is injected.
The Gateway. (The Choice)
Set when you need access to an external network.
Comments (The Choice)
Comment for user preference(Notes)
MTU (The Choice)
It's the maximum size of a data packet you can send at once.
The default value is 1500.
Automatic start when boot (autostart)
It's a function that automatically activates the interface when the server boots.
3.10.2.3 Bond type
Interface name
You can only generate numbers.
You can just type in the name and create it.
Slaves (The Choice)
The physical ports that Bond will contain.
I need at least two.
The space is defined as: "eth0 eth1" Or "eth0 eth1 eth2”
One port can only use one interface.
Bond Mode (The Choice)
Active-Backup: Stability first (Recommended)
Switch setup unnecessary
Simple configuration
802.3ad (LACP) Performance first.
The switch needs to support LACP.
Increased bandwidth
High-performance networking
IPv4 address/CIDR (The Choice)
CIDR input is required when IP locations are input.
The Gateway. (The Choice)
Set when you need access to an external network.
Comments (The Choice)
Comment for user preference(Notes) That's it.
MTU (The Choice)
It's the maximum size of a data packet you can send at once.
The default value is 1500.
Automatic start when boot (autostart)
It's a function that automatically activates the interface when the server boots.