Hello I am trying to get internet to a plex jail.
The router/firewall is wide open. How can I trouble shoot this? is the problem in epair0b where it has inet 0.0.0.0?
Thanks in advance for any help you can give
Code:
iocage console plxjail
Code:
root@plxjail:/ # ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
groups: lo
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 0c:c4:7a:1f:ae:87
hwaddr 02:95:d0:00:06:0b
inet 172.16.1.20 netmask 0xffff0000 broadcast 172.16.255.255
inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair
root@plxjail:/ #
Code:
root@freenas[~]# ping www.google.com PING www.google.com (216.58.193.132): 56 data bytes ^C --- www.google.com ping statistics --- 4 packets transmitted, 0 packets received, 100.0% packet loss
The router/firewall is wide open. How can I trouble shoot this? is the problem in epair0b where it has inet 0.0.0.0?
Thanks in advance for any help you can give