No internet connection to jails or VMs

sjara

Cadet
Joined
Feb 23, 2022
Messages
1
After a reboot I lost internet connection to my jails and VMs. The weird thing is that I have all DNS, gateway and any other settings correctly entered.
The main box has internet connection and can ping to my pfsense box and to the internet.

I don't know what else to do to fix this issue.

Here is my netstat -rn in the jail and in the TrueNas box.

In Jail
Code:
root@reverse-proxy:~ # netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Netif Expire
default            192.168.1.1        UGS     epair0b
127.0.0.1          link#1             UH          lo0
192.168.1.0/24     link#3             U       epair0b
192.168.1.10       link#3             UHS         lo0

Internet6:
Destination                       Gateway                       Flags     NetifExpire
::/96                             ::1                           UGRS        lo0
::1                               link#1                        UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%lo0/64                     link#1                        U           lo0
fe80::1%lo0                       link#1                        UHS         lo0


In TrueNas Box
Code:
root@truenas[~]# netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Netif Expire
default            192.168.1.1        UGS        ixl0
127.0.0.1          link#3             UH          lo0
192.168.1.0/24     link#1             U          ixl0
192.168.1.4        link#1             UHS         lo0

Internet6:
Destination                       Gateway                       Flags     Netif Expire
::/96                             ::1                           UGRS        lo0
default                           fe80::ae1f:6bff:fe4d:8441%ixl0 UG        ixl0
::1                               link#3                        UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%ixl0/64                    link#1                        U          ixl0
fe80::3eec:efff:fe5f:8a22%ixl0    link#1                        UHS         lo0
fe80::%lo0/64                     link#3                        U           lo0
fe80::1%lo0                       link#3                        UHS         lo0
ff02::/16                         ::1                           UGRS        lo0
 
Top