DNS issue when downloading pkg's

Makaveli6103

Contributor
Joined
Mar 18, 2012
Messages
104
Updated from 11.1 to 11.2 via the GUI and now trying to reinstall Plex via iocage and not update my old install. I did a test run on another system wit with no problems but now have the error below when trying to install Plex. I also did a fresh install on the same system and it worked. Something is up with my config but cannot figure out what. I am able to ping pkg.freebsd.org and 8.8.8.8 inside the jail. Any ideas?

Code:
root@tardis:~ # iocage create -n "plex" -p /tmp/pkg.json -r 11.2-RELEASE ip4_addr="vnet0|192.168.0.30/24" defaultrouter="192.168.0.1" vnet="on" allow_raw_sockets="1" boot="on"
plex successfully created!

Testing SRV response to FreeBSD
pkg.freebsd.org's SRV record could not be verified.

Testing DNSSEC response to FreeBSD
pkg.freebsd.org could not be reached via DNSSEC.

Testing DNS response to FreeBSD
pkg.freebsd.org could not be reached via DNS, check your network
 

mow4cash

Contributor
Joined
Jan 20, 2017
Messages
132
I had the same problem. Can't remember how I fixed it or if it fixed itself. It's not the first time this has been reported. I opened a ticket for it but it was unable to be reproduced.
 
Top