Sory kalo tulisan ini tidak sesuai atau terlalu simple, karena ini hanya untuk collection pribadi dan semoga bisa berguna juga untuk pembaca yang lain :
Install FreeBSD dengan Media CDROM
1. Nyalakan komputer yang mau diinstall router
2. Setting Boot from CD
3. Pilih = 1. Custome
2. Partition
3. Standard
4. Label
5. Distribution
[X] minimal
[X] Custome
[X] Base
[X] SRC
[X] SYS => click ok2 terus sampai keluar ke Choose Custom Installation Options
6. Media => CD=> OK
7. Commit
8. Pilih No ketika ada pesan : Visit the general configuration media ..................................>?
Compile Kernel
1. cd /usr/src/sys/i386/conf
2. cp GENERIC heru
3. ee heru
- hilangkan semua line yang didepannya ada tanda # dan juga semua yang tidak perlu
- Tambahkan berikut ini di bawah options yang paling bawah :
options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPFIREWALL_VERBOSE
options IPFIREWALL_FORWARD
options IPFILTER
options IPDIVERT
options DUMMYNET
options BRIDGE
options HZ=1000
options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options ALTQ_RIO # RED In/Out
options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
options ALTQ_PRIQ # Priority Queuing (PRIQ)
device pf
device bpf
device pflog
4. config heru
5. cd ../compile/heru
6 make depend && make && make install && reboot
nb : "heru " merupakan contoh untuk nama kernelnya
No comments:
Post a Comment