Hi!
I'm going to upgrade my FreeBSD router that I use at home from 8.2 to the current version.
The thing is I don't have the ports tree installed (perhaps not an issue). I don't have much disk space, I only have a 4GB CF disk. I'm using pf as a firewall with some port forwarding, NAT etc.
Any suggestions on what to think about when doing this? I know it's probably going to fail and break my system at some point, but hopefully that won't be an issue in the long run. Is there any way to use some sort of "network ports repository" instead of having to sync it to the local disk (where it won't fit).
I'm going to upgrade my FreeBSD router that I use at home from 8.2 to the current version.
Code:
$ uname -a
FreeBSD alix.xxx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun May 29 23:25:21 CEST 2011 hank@xxx:/usr/obj/usr/src/sys/hnk-krnl i386
Code:
$ df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 520M 326M 152M 68% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad0s1e 166M 406K 153M 0% /tmp
/dev/ad0s1f 2.2G 1.8G 298M 86% /usr
/dev/ad0s1d 669M 140M 476M 23% /var
The thing is I don't have the ports tree installed (perhaps not an issue). I don't have much disk space, I only have a 4GB CF disk. I'm using pf as a firewall with some port forwarding, NAT etc.
Any suggestions on what to think about when doing this? I know it's probably going to fail and break my system at some point, but hopefully that won't be an issue in the long run. Is there any way to use some sort of "network ports repository" instead of having to sync it to the local disk (where it won't fit).