-
wskyi need to run ioq3ded in a jail, how do i do that?
-
boruWhich part? Creating the jail, or running the ioq3ded?
-
wskycrating the jail
-
wskyi know how to run ioq3ded
-
boruLately, I've been using bastille for jail management, and I can recommend it.
-
boruDo you want to expose the jail directly to the network?
-
wskyi want two netowrk ports to be available from internet
-
boruWell, what I mean is, do you want the jail to have its own IP on your LAN? Are you going to use NAT to port forward those Internet facing ports?
-
wskyyes i will be using nat
-
boruAnd do you want the jail to have its own IP on your LAN?
-
wskyyup
-
wskyboru: so, what should i do? i've ran bastille setup already
-
boruI'm at work. Be patient.
-
boruYou could look at the "Installation" and "Networking-VNET-DHCP" sections here for a general idea: alfaexploit.com/en/posts/managing_jails_in_freebsd_with_bastille
-
boruHowever, I'd recommend using a newer RELEASE so you can use `--pkgbase`
-
boruOnce you have the jail set up, you can manage installing what you need and dropping into a shell to configure things with bastille.
-
boruIf you run into problems, refer to the handbook/bastille documentation, but what's there is more or less as straightforward as it gets.
-
wskyi don't want this software, it's overcoplex
-
wskyi just want a simple jail
-
boru`man 8 jail` -- good luck
-
satanistwsky: docs.freebsd.org/en/books/handbook/jails a better starting point
-
wskyactually
-
wskyi might go for running ioq3ded without a jail
-
wskybut the startup script wont work :/
-
wskyit does not start up
-
rtpriohow's that
-
scoobybejesusI also tend to recommend bastille, because of its simplicity. It's a nice abstraction that you can easily dig into because it's just shell scripts
-
wskyrtprio: it simply wont start up
-
wskyit silently fails
-
masonwsky: If your jails will be on your LAN directly, I describe that here: wiki.freebsd.org/MasonLoringBliss/JailsEpair
-
masonI'm still working through the more traditional "jail on lo0 and NAT for a couple ports" config.
-
dchI want to put lockf inside an existing shell script, any comments on this approach? irccloud.com/pastebin/9m8mK5jb/stuff.sh
-
dchit seems to work ok
-
rtjI started with iocage and found vanilla jails a lot more simple. That was the old version that was abandonded though I belive. Many years ago in FreeNAS before it was TrueNAS.
-
rtjIt worked pretty well in the GUI but I was trying to use it CLI.
-
rtjI had a lot of trouble with the vnet networking.
-
rtjCould have just been user error. :)