====== FreeBSD ====== ==== Bücher: ==== http://www.informit.com/store/design-and-implementation-of-the-freebsd-operating-9780321968975 ===== Networking ===== ==== Interface renaming ==== Rename ''fxp0'' to ''em0'' in ''/etc/rc.conf'': ifconfig_fxp0_name=”em0″ ifconfig_em0=”inet 10.3.2.1 netmask 255.255.255.0″ ==== Set a Default Route / Gateway ==== * http://www.cyberciti.biz/faq/freebsd-setup-default-routing-with-route-command/ * [[https://forums.freebsd.org/threads/37900/|Two default routes and VLAN's]] ==== Multiple NICs ==== * [[https://forums.freebsd.org/threads/46753/|Multiple NIC's and Jails]] * [[https://forums.freebsd.org/threads/44014/|fib/setfib question]] ===== Firewalling: ===== * [[https://forums.freebsd.org/threads/22244/|Limiting open port RST response]] ==== PF: ==== * [[http://www.openbsd.org/faq/pf/logging.html| Logging packets and reading log-files]] * [[http://undeadly.org/cgi?action=article&sid=20060928081238|Testing Your Firewall]] * [[http://www.thedeepsky.com/howto/newbie_pf_guide.php|A Newbie's Guide to Setting up PF on OpenBSD 4.x]] ==== IPFW: ==== * https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/firewalls-ipfw.html ===== Stuff: ===== * SEND Implementierung für FreeBSD: http://old.nabble.com/SEND-on-FreeBSD-td30683455.html ==== FreeBSD on Laptops: ==== * https://blog.grem.de/pages/t470s.html * https://wiki.freebsd.org/Laptops * https://wiki.freebsd.org/Laptops/Thinkpad_T470s * https://www.c0ffee.net/blog/freebsd-on-a-laptop/ ==== Tools ==== * https://forums.freebsd.org/threads/small-guide-on-using-mtree.61113/ * https://www.freebsd.org/cgi/man.cgi?mtree(8) ==== Jails ==== * [[https://github.com/dlangille/thin_to_thick|Converting a thin jail to a thick jail]] * [[https://genneko.github.io/playing-with-bsd/system/learning-notes-on-jails/|Learning Notes on FreeBSD Jails (ZFS)]] * [[https://forums.freebsd.org/threads/whats-the-best-place-to-find-jail-management-instructions.74301/|What's the best place to find jail management instructions? (FreeBSD-Forum)]] * [[https://clinta.github.io/freebsd-jails-the-hard-way/|FreeBSD Jails the hard way]] * [[https://www.bsdforen.de/threads/summary-ezjail.32206/|ezjail --> plain]] * [[https://www.denkrobat.de/doku.php?id=jail_erstellen|Manuelle Verwaltung von Jails vs ezjail]] * [[https://www.freebsd.org/cgi/man.cgi?jail|Jail Manual Page]] === iocage === * [[https://www.truenas.com/community/threads/iocage-jail-type-base-jail-vs-clone-which-to-choose.82639/|iocage jail type: base jail vs clone. Which to choose?]] * [[https://blog.grem.de/pages/ayvn.html|Arranging Your Virtual Network on FreeBSD]] === Bastille ===