Recover old Kernel In case new kernel is not functioning well the following step will drive you to recover old kernel. Restart your FreeBSD Machine shutdown -r now Stop the normal booting process by press option 6 [Escape to loader prompt] in your keyboard. Enter the following command. unload load /boot /kernel.old/kernel boot Now your …
Monthly Archive: August 2010
Aug 03
NAT in FreeBSD
Network Address Translation (NAT) IP Filter Step 1: Install Kernel Note: If there is not a /usr/src/sys directory on your system, then the kernel source has not been installed. The easiest way to do this is by running sysinstall as root, choosing Configure, then Distributions, then src, then base and sys. If you have an …