TrueNAS 12.0 Bug - DHCP Setup Issue with Multiple Network Interfaces

199 Views
Published
Video of DHCP bug in TrueNAS 12.0, as reported at https://jira.ixsystems.com/browse/NAS-108043 .

This issue makes the whole NAS unreachable from the network after a couple of hours.

Here is the detailed traceback for search indexing:
```
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 137, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1191, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 973, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/network.py", line 742, in commit
await self.__check_dhcp_or_aliases()
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/network.py", line 670, in __check_dhcp_or_aliases
raise CallError(
middlewared.service_exception.CallError: [EFAULT] At least one interface configured with either IPv4 DHCP, IPv6 auto or a static IP is required.
```
Category
Network Cards
Be the first to comment