On 30.04.20 17:30, Brandon helsley wrote: > I installed and updated base jail with ezjail and then like the > example in the handbook, created dnsjail with it's ip. I'm now needed > to change the jail file in ezjail directory to a different ip > address. What do I change it to and how do I do this? Can I get any > help? Please?
Simplest is to (everything as root) just stop the jail via ezjail-admin stop JAILNAME then edit the file /usr/local/etc/ezjail/JAILNAME and change the line with your original IP address: jail_JAILNAME_ip="123.45.78.90" or jail_JAILNAME_ip="lo1|127.0.23.42" and then run the jail again with ezjail-admin start JAILNAME Best erdgeist _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
