
Congratulation Brothers!
1.1 buah PC yang akan dijadikan sebagai router LRP
2.1 buah disket kosong
3.1 buah hardisk yang sudah ter-install OS Linux.
Langkah2 nya adalah sebagai berikut :
Setelah masuk sebagai root, pastikan kedua hardisk tersebut sudah terdeteksi dengan baik oleh sistem, Untuk memastikan ikuti langkah berikut :
[root@test ~]# dmesg | grep hd
ide0: BM-DMA at 0xfff0-0xfff7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xfff8-0xffff, BIOS settings: hdc:pio, hdd:pio
hda: ST315322A, ATA DISK drive
hdc: Transcend 064M, ATA DISK drive
hda: max request size: 128KiB
hda: 29886400 sectors (15301 MB) w/512KiB Cache, CHS=29649/16/63, UDMA(33)
hda: cache flushes not supported
hda: hda1 hda2
hdc: max request size: 128KiB
hdc: 125184 sectors (64 MB) w/2KiB Cache, CHS=978/4/32
hdc: cache flushes not supported
hdc: hdc1
SELinux: initialized (dev hda1, type ext3), uses xattr
EXT3 FS on hda1, internal journal
Adding 2096472k swap on /dev/hda2. Priority:-1 extents:1
e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
e100: eth2: e100_watchdog: link down
[root@test ~]#
Berarti kedua hardisk sudah dikenali oleh sistem.
[root@test ~]# mkfs.msdos /dev/hdc1
mkfs.msdos 2.8 (28 Feb 2001)
note : apabila hardisk sudah terformat langkah no.11 boleh dilewati
[root@test ~]# syslinux /dev/hdc1
[root@test ~]# mkdir lrp1
[root@test ~]# cd lrp1
[root@test lrp1]# sftp enang@202.51.232.116
Connecting to 202.51.232.116...
Password:
sftp>
sftp> cd public_html/lrp
sftp> ls
CONFIGDB.LRP LDLINUX.SYS config.lrp dhcpcd.lrp
dnsmasq.lrp dnsmasq.lwp dropbear.lrp dropbear.lwp
etc.lrp initrd.lrp initrd_ide_cd.lrp iptables.lrp
keyboard.lrp keyboard.lwp leaf.cfg linux
local.lrp mhttpd.lrp moddb.lrp modules.lrp
ppp.lrp pppoe.lrp pppoe.lwp readme
root.lrp shorwall.lrp syslinux.cfg syslinux.dpy
ulogd.lrp webconf.lrp webconf.lwp
sftp>
sftp> mget *
sftp> bye
[root@test lrp1]#
[root@test lrp1]# ls
CONFIGDB.LRP etc.lrp leaf.cfg pppoe.lrp ulogd.lrp
config.lrp initrd_ide_cd.lrp linux pppoe.lwp webconf.lrp
dhcpcd.lrp initrd.lrp local.lrp readme webconf.lwp
dnsmasq.lrp iptables.lrp mhttpd.lrp root.lrp
dnsmasq.lwp keyboard.lrp moddb.lrp shorwall.lrp
dropbear.lrp keyboard.lwp modules.lrp syslinux.cfg
dropbear.lwp LDLINUX.SYS ppp.lrp syslinux.dpy
[root@test lrp1]#
[root@test ~]# mount /dev/hdc1 /mnt
[root@test ~]# cd /mnt
[root@test mnt]# ls
ldlinux.sys
[root@test mnt]# cd /root/lrp
[root@test lrp]# cp *.lrp /mnt
[root@test lrp]# cp *.lwp /mnt
[root@test lrp]# cp *.cfg /mnt
[root@test lrp]# cp linux /mnt
[root@test lrp]# cp syslinux.cfg /mnt
[root@test lrp]# cd ..
[root@test ~]# cd /mnt
[root@test mnt]# mv initrd_ide_cd.lrp initrd.lrp
mv: overwrite `initrd.lrp'? y
[root@test mnt]#
[root@test mnt]#vi syslinux.cfg
display syslinux.dpy
timeout 0
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 LEAFCFG=/dev/hda1:msdos
[root@test mnt]#vi leaf.cfg
LRP="root config etc local modules iptables dnsmasq keyboard shorwall ulogd libz mawk libssl libm ezipupd dropbear webconf ppp pppoe libpcap"
PKGPATH=/dev/hda1:msdos
syst_size=8M
log_size=2M
[root@test mnt]#umount /mnt
[root@test mnt]#reboot
firewall# cd /lib/modules
firewall# ls
firewall# insmod mii.o
firewall# insmod crc32.o
firewall# insmod 8139too.o
firewall# lrcfg
pilih no 3 ( package configuration)
pilih no 2 ( modules)
pilih no 1 ( karena hanya ada satu )
#crc32
#mii
#8139cp
#8139too
#eepro100