Errors when installing plugins

dashaf

Cadet
Joined
Jul 11, 2020
Messages
1
Hello,

I've been trying to install my first set of plugins with FreeNAS 11.3, and I keep running into one of two errors:

When I try using NAT or DHCP, i get the following error:
1594521949913.png

This error occurs with a whole host of plugins (my goal is to get mineOS and plex up and running, but I tried a couple and got the same results.)

When I specify a static IP, I get a little further, I think, and see the following:
1594522153533.png


Trying to do it on the command line, I haven't been able to get past the DNS error. And I've tried a lot of different combinations.

Code:
iocage fetch -P mineos -n mineosjail
iocage fetch -P mineos -n mineosjail vnet=off allow_raw_sockets=1 bpf=off dhcp=off ip4_addr="re0|192.168.51.208" resolver="192.168.51.1"
iocage fetch -P mineos -n mineosjail vnet=on nat=on
iocage fetch -P mineos -n mineosjail vnet=off dhcp=on

etc...

They all lead to the same result:

1594522279011.png

I've done a bunch of searching around for answers, but haven't found any solutions, though plenty of similar problems. Anyone have any ideas? This is happening for MineOS, plex, and jenkins.
 

Attachments

  • 1594521764647.png
    1594521764647.png
    5.8 KB · Views: 221
  • 1594521836541.png
    1594521836541.png
    5.8 KB · Views: 214
  • 1594522118947.png
    1594522118947.png
    54.9 KB · Views: 255
  • 1594522124901.png
    1594522124901.png
    54.9 KB · Views: 216
Joined
Jul 10, 2016
Messages
521
Do you have a default gateway specified? Check this in the FreeNAS Web UI, menu Network>Global Configuration. This should be populated with the IP address of your router.

Also, from the screenshots it seems you have a Realtek NIC. These are not as well supported as Intel NICs.
 
Top