无法在 FreeNAS-11.3-U3.2 Web 界面中为网络接口设置 MTU

无法在 FreeNAS-11.3-U3.2 Web 界面中为网络接口设置 MTU

我正在尝试将 FreeNAS-11.3-U3.2 中网络接口的 MTU 值设置为 9000。

但是,当我在 WebUI 中选择要编辑的接口,输入9000MTU 字段,然后单击“应用”时,出现以下错误。

VALLIDATION ERRORS:
[EINVAL] interface_update.aliases.0: The network 192.168.1.0/24 is already in use by another interface.

注:之前设置IP时无法通过WEBUI配置接口(导致同样的错误),但通过freenas控制台成功设置了接口。

为了在 WEBUI 中为网络接口启用网络配置(特别是 MTU),我需要更改设置吗?

或者,我该如何设置 MTU 值?


更新:看起来我能够通过 shell 设置 mtu=9000,但重启后不会持久。

# update interface mtu
ifconfig em0 10.20.110.2 mtu 9000

# NAS to {OTHER MACHINE WITH 10GbE}
# ping -D -s 8972 {OTHER MACHINE WITH 10GbE}
PING {OTHER MACHINE WITH 10GbE} ({OTHER MACHINE WITH 10GbE}): 8972 data bytes
8980 bytes from {OTHER MACHINE WITH 10GbE}: icmp_seq=0 ttl=64 time=0.538 ms
8980 bytes from {OTHER MACHINE WITH 10GbE}: icmp_seq=1 ttl=64 time=1.221 ms
8980 bytes from {OTHER MACHINE WITH 10GbE}: icmp_seq=2 ttl=64 time=0.557 ms
8980 bytes from {OTHER MACHINE WITH 10GbE}: icmp_seq=3 ttl=64 time=1.310 ms

相关内容