Nextcloud dosn't work with new nic

Hello,
with new 10gbe NIC in my system TrueNAS-12.0-U2.1 nextcloud now is not reachable.
TrueNas ip is 192.168.1.100/24 and nextcloud 192.168.1.105/24.

root@lmv-nas-server[~]# ifconfig aq0: flags=8943 metric 0 mtu 1500 description: qnap10gbe options=8100b9 ether 24:5e:be:4d:d5:23 inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (10Gbase-T ) status: active nd6 options=9 re0: flags=8802 metric 0 mtu 1500 options=8209b ether 3c:7c:3f:1d:0f:e8 media: Ethernet autoselect (none) status: no carrier nd6 options=1 lo0: flags=8049 metric 0 mtu 16384 options=680003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 groups: lo nd6 options=21 pflog0: flags=0<> metric 0 mtu 33160 groups: pflog bridge0: flags=8843 metric 0 mtu 1500 ether 02:d8:42:00:67:00 id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto stp-rstp maxaddr 2000 timeout 1200 root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 member: vnet0.4 flags=143 ifmaxaddr 0 port 6 priority 128 path cost 2000 member: aq0 flags=143 ifmaxaddr 0 port 1 priority 128 path cost 2000 groups: bridge nd6 options=1 vnet0.4: flags=8943 metric 0 mtu 1500 description: associated with jail: nextcloud_jail as nic: epair0b options=8 ether 72:71:bc:08:07:03 hwaddr 02:63:bb:2b:29:0a groups: epair media: Ethernet 10Gbase-T (10Gbase-T ) status: active nd6 options=1 root@lmv-nas-server[~]# netstat -rn Routing tables

Internet:
Destination Gateway Flags Netif Expire
default 192.168.1.254 UGS aq0
127.0.0.1 link#3 UH lo0
192.168.1.0/24 link#1 U aq0
192.168.1.100 link#1 UHS lo0

Internet6:
Destination Gateway Flags Netif Expire
::/96 ::1 UGRS lo0
::1 link#3 UH lo0
::ffff:0.0.0.0/96 ::1 UGRS lo0
fe80::/10 ::1 UGRS lo0
fe80::%lo0/64 link#3 U lo0
fe80::1%lo0 link#3 UHS lo0
ff02::/16 ::1 UGRS lo0

root@lmv-nas-server[~]# ping 192.168.1.105 PING 192.168.1.105 (192.168.1.105): 56 data bytes 64 bytes from 192.168.1.105: icmp_seq=0 ttl=64 time=0.057 ms 64 bytes from 192.168.1.105: icmp_seq=1 ttl=64 time=0.140 ms 64 bytes from 192.168.1.105: icmp_seq=2 ttl=64 time=0.134 ms 64 bytes from 192.168.1.105: icmp_seq=3 ttl=64 time=0.137 ms 64 bytes from 192.168.1.105: icmp_seq=4 ttl=64 time=0.078 ms 64 bytes from 192.168.1.105: icmp_seq=5 ttl=64 time=0.093 ms ^C --- 192.168.1.105 ping statistics --- 6 packets transmitted, 6 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.057/0.106/0.140/0.032 ms

can you help me?
thanks

the information you provide is rather sparse, but from experiences with freenas i gather that you probably have to reconfigure the “internal” nic the jail is connected to since the MAC of the new nic is different from the old one.
GOOD LUCK!

thanks.
I have tried with new nc installation and it works.

So can I modify MAC of the old Jail or recreate Jail for first nextcloud installation?

sorry, i do not have a truenas/freeans-install to test this, but if the new install works it must show some settings that do, too. check/adjust the NIC-settings in the jail of the old install. it is important that the (new) physical nic forward the traffic to the jail’s nic.
GOOD LUCK!

probably the issue depends by the Aquantia chipset NIC with TrueNas.
Now it work with motherboard nic so i’m testing intel chipset nic next week.