SOLVED No connectivity from within jail

Status
Not open for further replies.

eroji

Contributor
Joined
Feb 2, 2015
Messages
140
I am running a test FreeNAS 9.3.1 (latest) instance as a VM in ESXi 6.0. Everything seems to be working just fine until I added plugin jails (plex, transmission). I am able to ping the IP of the jails on my network, however, the jail themselves are unable to resolve/ping to anything. I confirmed that the gateway and DNS has been set correctly. After doing some research, it appears a number of people are having similar problems when running FreeNAS in ESXi. Some tips were to change the security settings on the VM network. I tried that and that seems to work, for a few minutes only. Soon after, it would lost connectivity once again, which seems to indicate it may not be a ESXi networking issue at this point. I also tried changing the network from regular vSwitch to dvSwitch, both of which behaves the same way.

The specs of the server are:
Supermicro X10SLM-F
32GB Samsung DDR3 ECC UDIMM
M1015 flashed to 9211-8i HBA
4x2TB 7200RPM Hitachi/Toshiba HDDs
Crucial M500 480GB
Samsung 830 128GB

Netstat output on FreeNAS level
Code:
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            10.8.10.1          UGS         0     7121 vmx3f0
10.8.10.0/24       link#1             U           0     8719 vmx3f0
10.8.10.99         link#1             UHS         0      330    lo0
127.0.0.1          link#3             UH          0     8697    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
ff01::%lo0/32                     ::1                           U           lo0
ff02::/16                         ::1                           UGRS        lo0
ff02::%lo0/32                     ::1                           U           lo0


Netstat output from within transmission jail:
Code:
root@transmission_1:/ # netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            10.8.10.1          UGS         0    90798 epair1
10.8.10.0/24       link#2             U           0     1609 epair1
10.8.10.51         link#2             UHS         0        0    lo0
127.0.0.1          link#1             UH          0        0    lo0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::/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
ff01::%lo0/32                     ::1                           U           lo0
ff02::/16                         ::1                           UGRS        lo0
ff02::%lo0/32                     ::1                           U           lo0
 

Attachments

  • ixdiagnose.tgz
    1.2 MB · Views: 224
Status
Not open for further replies.
Top