Hi All,
I'd just like to confirm the correct approach to what I'm trying to achieve, here's what I've got:
I've installed installed ezjail, ran
Some advice on what's going on vs. what should be going on here would be much appreciated, apologies for cluelessness
I'd just like to confirm the correct approach to what I'm trying to achieve, here's what I've got:
- VPS running FreeBSD 10, fresh install
- A single NIC (re0), but with two public IP addresses, let's say 88.88.88.88 and 99.99.99.99 for purpose of thread, the provider has advised that both are /24 and their default route can go to the .1 of their respective network, though I've been able to work with both IP addresses just using a single default route e.g. 88.88.88.1, no need for 99.99.99.1
I've installed installed ezjail, ran
ezjail-admin install, put ezjail_enable="YES" into /etc/rc.conf, created additional loopback lo1, started jails and then created jail with ezjail-admin create webserver 'lo1|99.99.99.99', console into the jail, configure /etc/resolv.conf in the jail to point to public DNS severs, try to use pkg to install something e.g. apache24, it goes to fetch pkg and then just hangs at that 'Bootstrapping pkg' prompt.Some advice on what's going on vs. what should be going on here would be much appreciated, apologies for cluelessness