RalfR
Dabbler
- Joined
- Mar 1, 2015
- Messages
- 18
Since I've upgrade to FreeNAS 11, no newly created jail can access the Internet anymore. I posted more details here.
When comparing a working jail (created prior to upgrading to 11), ifconfig yields the following
ifconfig from a FreeNAS 11 jail, which responds with "network unreachable" when trying to ping any external address, is as follows:
Please note the missing media: and active: entries. I did create this jail using the FreeNAS Web GUI and the official FreeNAS 11 standard jail template.
Does anybody have any idea, how to fix this?
When comparing a working jail (created prior to upgrading to 11), ifconfig yields the following
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 vhid 7 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> epair2b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether de:0d:a7:25:3b:a8 inet 192.168.1.47 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=9<PERFORMNUD,IFDISABLED> media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>) status: active
ifconfig from a FreeNAS 11 jail, which responds with "network unreachable" when trying to ping any external address, is as follows:
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether 7e:f9:65:0b:de:cf inet 192.168.1.85 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=9<PERFORMNUD,IFDISABLED>
Please note the missing media: and active: entries. I did create this jail using the FreeNAS Web GUI and the official FreeNAS 11 standard jail template.
Does anybody have any idea, how to fix this?