I created the jail within the same subdomain as the gateway. It is outside of DHCP range on an unused IP. I enable ping using the additional options field in the jail settings and I can ping anywhere inside of my network. I can ping the gateway and the gateway can ping the jail, etc. But I always time out when I try to ping an outside IP address. I have tried reinstalling the brig and recreating the jails multiple times, I tried adding the interface to rc.conf manually and even multiple DNS entries in the WebGUI for NAS4Free. The nameservers look fine as well and the default gateway seems correct when I run netstat.
I'm out of ideas but I feel like it's a tiny little detail that I'm missing. I'm hoping somebody can help me out.
Here's the ifconfig outside of the jail:
Code: Select all
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
ether 00:24:1d:c3:b5:d8
inet 172.16.100.2 netmask 0xffffff00 broadcast 172.16.100.255
inet 172.16.100.11 netmask 0xffffff00 broadcast 172.16.100.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
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 0xa
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>Code: Select all
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
ether 00:24:1d:c3:b5:d8
inet 172.16.100.11 netmask 0xffffff00 broadcast 172.16.100.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>




