Download presentation
Presentation is loading. Please wait.
Published byYuliana Gunardi Modified over 6 years ago
1
Onno W. Purbo onno@indo.net.id
WaveLAN untuk WARNET Onno W. Purbo
2
Fokus WaveLAN IEEE 802.11 FreeBSD / Linux WavePort 11Mbps (Compex)
Lucent 11Mbps Breezecom FreeBSD / Linux
3
Mengapa WaveLAN? 2 Mbps 11 Mbps Jauh lebih murah daripada sewa telkom!
4
Hitungan sederhana .. Telkom 2Mbps = Rp. 10 juta / bulan
Telkom 64Kbps = Rp. 4 juta / bulan WaveLAN 2-11Mbps Invest Rp. 17 juta se pasang Sewa frekuensi Rp. 1-2 juta / tahun
5
Kebutuhan alat
6
Alat PC Card WaveLAN 2.4GHz Antenna 2.4GHz
7
PC Router (minimal) 486 RAM 8Mbyte Disk 200Mbyte
12
Antenna Jarak Jauh
16
Power Amplifier 500mW
18
Anti Petir
20
Web WaveLAN utk Linux
21
FAQ / HOWTO WaveLAN http://linux.grmbl.be/wlan/
22
Siapkan kernel FreeBSD
23
Konfigurasi Kernel # cd /sys/i386/conf # cp GENERIC WAVELAN
24
Buka Konfigurasi WAVELAN
# PCCARD (PCMCIA) support controller card0 device pcic0 at card? device pcic1 at card? device wi0 at isa? port? net irq?
25
Tutup interface ze0 & zp0 # PCCARD NIC drivers.
# ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000
26
Kompile Kernel # config WAVELAN # cd ../../compile/WAVELAN
# make depend && make all && make install
27
Konfigurasi Router
28
Edit rc.conf # cd /etc/defaults # vi rc.conf
29
Aktifkan Router di rc.conf
pccard_enable="YES“ pccard_mem="OPEN“ pccard_ifconfig="YES" gateway_enable="YES“ router_enable="YES“ router="/usr/local/sbin/gated“ router_flags=""
30
Set IP, Routing dll Edit /etc/rc.conf
31
Edit /etc/pccard.conf # cp pccard.conf.default pccard.conf
32
Aktifkan pccard.conf io 0x240-0x360 irq 3 5 10 11 13 15
#memory 0xd k memory 0xd k # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" 11 insert echo WaveLAN/IEEE inserted insert /etc/pccard_ether wi0 insert /sbin/ifconfig wi netmask insert /usr/local/sbin/gated remove echo WaveLAN/IEEE removed remove /sbin/ifconfig wi0 delete
33
Check WaveLAN
34
Control WaveLAN # wicontrol # pccardd
untuk mengaktifkan sebuah card WaveLAN
35
Hasil check wicontrol root:/data/login/dedi
wavelan-itb >> wicontrol -i wi0 NIC serial number: [ 98UT ] Station name: [ FreeBSD WaveLAN/IEEE node ] SSID for IBSS creation: [ FreeBSD IBSS ] Current netname (SSID): [ FreeBSD IBSS ] Desired netname (SSID): [ ANY ] Current BSSID: [ 00:00:00:00:00:00 ] Channel list: [ 2047 ] IBSS channel: [ 3 ] Current channel: [ 3 ] Comms quality/signal/noise: [ ] Promiscuous mode: [ Off ] Port type (1=BSS, 3=ad-hoc): [ 3 ] MAC address: [ 00:60:1d:03:8d:eb ] TX rate: [ 3 ] RTS/CTS handshake threshold: [ 2347 ] Create IBSS: [ Off ] Access point density: [ 1 ] Power Mgmt (1=on, 0=off): [ 0 ] Max sleep time: [ 100 ]
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.