Odd issue that I can’t figure out, and seems to be somewhat intermittant as I recently posted this to Reddit, and it fixed itself shortly after posting, but it’s back again now.
I have a pretty simple 192.168.1.0/24 home network with internet gateway at 192.168.1.1 . All of my devices are able to ping/connect to and from my gateway and to my truenas box, but the truenas box and gateway cannot ping each other and I have no internet . This seems to be sporatic, but when it goes, it goes for a while. I can’t think of any event that would trigger it, and I’m kinda at a loss at this point. Next step is to blow away my install and start fresh again.
List of interfaces, i shut down all the running apps prior to this and did a reboot to test in case somehow something there was causing a problem.
fog@truenas:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp6s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 88:c9:b3:bb:09:81 brd ff:ff:ff:ff:ff:ff
3: enp7s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 88:c9:b3:bb:09:82 brd ff:ff:ff:ff:ff:ff
4: enp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether f0:2f:74:da:2c:55 brd ff:ff:ff:ff:ff:ff
5: enp9s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 88:c9:b3:b0:50:f7 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.200/24 brd 192.168.1.255 scope global enp9s0
valid_lft forever preferred_lft forever
inet6 fe80::8ac9:b3ff:feb0:50f7/64 scope link
valid_lft forever preferred_lft forever
7: br-5583cd2b89c6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:f4:c0:83:ab brd ff:ff:ff:ff:ff:ff
inet 172.16.8.1/24 brd 172.16.8.255 scope global br-5583cd2b89c6
valid_lft forever preferred_lft forever
8: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:ef:94:7e:42 brd ff:ff:ff:ff:ff:ff
inet 172.16.0.1/24 brd 172.16.0.255 scope global docker0
valid_lft forever preferred_lft forever
Routing table
fog@truenas:~$ ip route
default via 192.168.1.1 dev enp9s0 proto static
172.16.0.0/24 dev docker0 proto kernel scope link src 172.16.0.1 linkdown
172.16.8.0/24 dev br-5583cd2b89c6 proto kernel scope link src 172.16.8.1 linkdown
192.168.1.0/24 dev enp9s0 proto kernel scope link src 192.168.1.200
Can ping both Truenas and gateway from my desktop (192.168.1.100)
[fog@sorrento ~]$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=1.81 ms
^C
— 192.168.1.1 ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.811/1.811/1.811/0.000 ms
[fog@sorrento ~]$ ping 192.168.1.200
PING 192.168.1.200 (192.168.1.200) 56(84) bytes of data.
64 bytes from 192.168.1.200: icmp_seq=1 ttl=64 time=0.840 ms
^C
Truenas to gateway just hangs until ^C
fog@truenas:~$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
^C
— 192.168.1.1 ping statistics —
146 packets transmitted, 0 received, 100% packet loss, time 148455ms
From my internet gateway to truenas via webui:
Result
Ping statistics for 192.168.1.200
Pinging 192.168.1.200 with 32 bytes of data:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
Round-trip times: Minimum = 0 ms, Maximum = 0 ms, Average = 0 ms
What else can I provide for troubleshooting? It’s like these two devices are mad at each other. Looking at the gateway UI, I don’t see anything out of the ordinary, the truenas box shows up like every other device on the network, there’s no block list or anything that I’m aware of. I’m at a loss here.