Hey everyone! Thank you all for your time.
I am trying to get all 9 jails networked on a 192.168.3.x [1-9] depending on EzJail Jails (php1 - php9) and I edited the ezjail configuration file for the jails to allow pinging in the parameter settings. This solved the ping restrictions.
I have now come up against new restrictions that are preventing my EzJail Jail (FreeBSD 12.1-RELEASE also) (on all 9) ... It's giving me the following errors on up and down interface after applying the rc.conf network updates on em1. I even restarted using ezjail-admin and both php2 and php3 (which I am using to test ping back and forth).
The error I am getting now is (on system start & I am restricted from dmesg; so I can't post the full thing):
my rc.conf LAN STATIC entry is just a 1 line as follows:
That's for Ezjail #2 - php2
and .3 for Ezjail #3 - php3
Any pointers in the right direction would be helpful; thank you!
~ Brandon
I am trying to get all 9 jails networked on a 192.168.3.x [1-9] depending on EzJail Jails (php1 - php9) and I edited the ezjail configuration file for the jails to allow pinging in the parameter settings. This solved the ping restrictions.
I have now come up against new restrictions that are preventing my EzJail Jail (FreeBSD 12.1-RELEASE also) (on all 9) ... It's giving me the following errors on up and down interface after applying the rc.conf network updates on em1. I even restarted using ezjail-admin and both php2 and php3 (which I am using to test ping back and forth).
The error I am getting now is (on system start & I am restricted from dmesg; so I can't post the full thing):
Code:
ifconfig: up: permission denied
ifconfig: ioctl (SIOCAIFADDR): permission denied
ifconfig: socket(family 28,SOCK_DGRAM): Protocol not supported
ifconfig: socket(family 28,SOCK_DGRAM): Protocol not supported
Starting Network: lo0 vtnet0 lo1.
my rc.conf LAN STATIC entry is just a 1 line as follows:
Code:
ifconfig_em1="inet 192.168.3.2 netmask 255.255.255.0"
That's for Ezjail #2 - php2
and .3 for Ezjail #3 - php3
Any pointers in the right direction would be helpful; thank you!
~ Brandon