SOLVED Needing help with system update

nejet4844

Cadet
Joined
Mar 22, 2022
Messages
2
Hi all, I need help with updating my box. I set a static IP, went into my router and got the primary, secondary DNS and Gateway, but TrueNas is giving me gateway is unreachable.

This is my ifconfig and netstat
root@truenas[~]# ifconfig
enp3s0: flags=4163<UP,BROADCAST, RUNNING, MULTICAST> mtu 1500
intet 192.168.0.124 netmask 255.255.255.0 broadcast 192.168.0.255
intet6 fe80::cacb:b8ff:fe13:5c34 prefixlen 64 scopeid 0x20<link>
ether c8:cb:b8:13:5c:34 txqueuelen 1000 (Ethernet)
RX packets 8511 bytes 154618 (1.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7210 bytes 5623375 (5.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18

lo: flags=73<UP, LOOPBACK, RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 6840 bytes 832102 (812.5 KiB)
RX errors 0 dropped 0 overrun 0 frame 0
TX packets 6840 bytes 832108 (812.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@truenas[~]# netstat -rn
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp3s0

Also, I'm using scale if that matters.
Thanks for any help.
 
Joined
Jun 2, 2019
Messages
591
@nejet4844

1. How did you configure the static IP, CLI or webGUI?
2. The default route should be the IP address of your router, not your ISPs
3. If your router supports static IP reservations, it might be easier to assign a static IP in your router and leave TrueNAS as DHCP
 
Last edited:
Top