Change MTU on VPS
The new VLAN feature from Hetzner requires an MTU of 1400. Because SolusVM automatically creates the network configuration on the VPS, it would be good if you could change the MTU value for the VPS network interface.
11
votes
Deni Buhe
shared this idea
-
Anonymous commented
Will it be implemented?
-
Uli commented
+1 i need it too
-
Anonymous commented
+1
This will only be a line in the Custom Config (libvirt domain xml):
<interface type='bridge'>
<model type='virtio' />
<source bridge='br0'/>
<target dev='kvm218.0'/>
<mac address='00:16:3c:d9:f4:1e'/>
-->>>> <mtu size='1400'/> <<<<--
</interface>Info: https://libvirt.org/formatdomain.html#mtu
Not very important, but would be good too: network configuration at vps with the mtu value.