Hi again everyone. In an attempt to solve my BSD-router problems described in this thread:
http://forums.freebsd.org/showthread.php?t=19556
I followed the guide at http://freebsd.rogness.net/redirect.cgi?basic/nat.html and did the following:
which proceeded with filling my hard-drive.
After that I figured that the default partition of the BSD installer was a bit cramped so I stayed up all night reinstalling BSD and trying again which gave me the same problemx(.
Can anyone tell me how to safely delete the superfluous files without taking an important chunk out of the file-system, and how to actually install NAT?
http://forums.freebsd.org/showthread.php?t=19556
I followed the guide at http://freebsd.rogness.net/redirect.cgi?basic/nat.html and did the following:
Code:
cd /sys/amd64/conf
cp GENERIC LOCAL
nano LOCAL
added line options IPDIVERT
config LOCAL
cd ../compile/LOCAL
make depend && make && make install
which proceeded with filling my hard-drive.
After that I figured that the default partition of the BSD installer was a bit cramped so I stayed up all night reinstalling BSD and trying again which gave me the same problemx(.
Can anyone tell me how to safely delete the superfluous files without taking an important chunk out of the file-system, and how to actually install NAT?