I have a fully-working FreeNAS installation and now I'm experimenting with FreeBSD jails. I followed the wiki documentation to get the jail fully functioning, but I'm trying to finish the steps and rebuild the jail filesystem with csup and it's failing. My supfile is set to use cvsup.us.freebsd.org, but I've tried every valid US server with the -h switch and gotten identical results.
This is what happens:
Code: Select all
root@nas4freehostname-proto:/usr/src # csup -z /etc/source-supfile
Cannot connect to 72.233.193.64: Operation timed out
Will retry at 23:33:20
Retrying
Cannot connect to 72.233.193.64: Operation timed out
Will retry at 23:45:03
^C
Code: Select all
root@nas4freehostname-proto:/usr/src # ifconfig
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether $myMACaddress
inet 192.168.1.10 netmask 0xffffffff broadcast 192.168.1.10
inet6 obfu:scat:edpr:efix::10 prefixlen 128
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex,flowcontrol,rxpause,txpause>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
root@nas4freehostname-proto:/usr/src # host cvsup.us.freebsd.org
cvsup.us.freebsd.org is an alias for bsn0-0.edmz.cwu.edu.
bsn0-0.edmz.cwu.edu has address 72.233.193.64Code: Select all
root@nas4freehostname-proto:/usr/src # fetch http://google.com
fetch: http://google.com: size of remote file is not known
google.com 10 kB 1650 kBps
root@nas4freehostname-proto:/usr/src # fetch http://ipv6.google.com
fetch: http://ipv6.google.com: size of remote file is not known
ipv6.google.com 10 kB 1577 kBps
