No valid IP on new install

vbesse

Cadet
Joined
Aug 14, 2021
Messages
3
I just installed TrueNAS Core on a x64 system (AMD Ryzen 5 1600X), 16 GB, SSD 256 GB. I got a message saying the web interface is at:

It seems this post: No web ip on new install

I have a DHCP server that book an IP address to the corresponding MAC address. Previously, I had a Debian running on this machine. Never had an issue with the connection.

  • lspci
20210815_032430.jpg

  • ifconfig
20210815_032618.jpg

  • dmesg
20210815_032700.jpg

20210815_032724.jpg

20210815_032751.jpg
20210815_032832.jpg
20210815_032853.jpg
20210815_032911.jpg


Thank you in advance, for all the help you can provide.
 
Joined
Jun 2, 2019
Messages
591
Can you manually set the IP address and ping another client on your LAN?

Code:
ifconfig alc0 192.168.x.x netmask 255.255.255.0 # replace with an unused valid sub-net IP
ping 192.168.y.y # replace with IP of another client on your LAN
 

vbesse

Cadet
Joined
Aug 14, 2021
Messages
3
I tried this and the result is weird:
Code:
ifconfig 192.168.0.120 netmask 255.255.255.0
ping 192.168.0.134 # my desktop computer


I got this:
20210815_145044.jpg

However, if I try to ping the router, all I got is
No route to host
 
Joined
Jun 2, 2019
Messages
591
Those ping times and packet loss is horrible. Should be less that a few ms. You might want check or replace some of your cables.
 

c77dk

Patron
Joined
Nov 27, 2019
Messages
468
If the card functions well with debian you might want to check for tunables/sysctl in the man-page. (man if_alc) and/or disable hw offload.
The card isn't one I've seen much here in the forum, so it might not have been tested that much with TrueNAS (1Gbps tend to go towards Intel NICs)
 

ChrisRJ

Wizard
Joined
Oct 23, 2020
Messages
1,919
@vbesse , please check the forum rules and provide system information accordingly. This will get you better advice.
 
Top