Materi installasi jaringan komputer ….
Pertemuan Pertama Download Disini
Filed under: Wooorkz
April 10, 2011 • 6:41 am 0
April 7, 2011 • 11:54 am 0
Share Mobile Broadband Internet Connection via Wireless (Tethering)
1. Pastikan koneksi internet via Mobile Broadband sudah berjalan dengan baik.
2. Pasang service dhcp agar proses konfigurasi di client lebih mudah
sudo apt-get install dhcp3-server
edit file konfigurasi server dhcp di /etc/dhcp3/dhcp.conf
contoh konfigurasinya sebagai berikut :
#atur supaya server dhcp listen request pada interface wireless kita
INTERFACES="wlan0";
#sesuaikan konfigurasi di bawah ini sesuai dengan ip/gateway/dns yang kita inginkan
subnet 10.42.43.0 netmask 255.255.255.0 {
option routers 10.42.43.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 202.155.0.10, 202.155.0.15;
option ip-forwarding on;
range dynamic-bootp 10.42.43.100 10.42.43.200;
default-lease-time 21600;
max-lease-time 43200;
}
simpan file konfigurasi tersebut , kemudian restart service dhcp dengan perintah
sudo /etc/init.d/dhcp3-server restart
3. Aktifkan IP Forwarding pada komputer anda
sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
4. Buat aturan firewall untuk nge- NAT koneksi
sudo iptables -A POSTROUTING -t nat -j MASQUERADE
5. Restart network service
sudo /etc/init.d/networking restart
6. Buat koneksi adhoc dari Ubuntu , dengan cara klik Icon Network Manager di taskbar, kemudian pilih ‘Create New Wireless Network”
Masukan ‘Network Name” , pilih “Wireless Security” (lebih baik pilih non WAP, takut gag support), dan masukan “Key”
Coba koneksi dari client
Filed under: /etc
Desember 18, 2010 • 3:11 am 0
Buat yang mau belajar IP address ma subnetting bisa donlot latihan soalnya disiniIP Addressing and Subnetting Workbook – Student Version 1_5
Filed under: /etc
Oktober 26, 2010 • 11:17 am 5
Just wanted to share the experience for my friends who struggle to install Windows XP on hp mini 110-3014
the steps are as follows:
Preparation:
HP Mini Hard Drive at 110-3014 using a SATA2 interface (CMIIW). In order for Windows XP installer can detect the hard drives in netbook this type, we must insert / inject SATA drivers on the Windows installer that we have. SATA2 Driver (for net / notebook HP) can be downloaded here
or direct link here
ftp://15.240.238.52//pub/softpaq/sp37001-37500/sp37005.exe
Action:
after finished downloaded file above, extract with 7-zip (www.7zip.org). A folder and a floppy image will appear from the extract file that we downloaded earlier. Drivers who later we need is inside the folder “Files” from the file that we extracted earlier.
Download nlite from the internet, then inject the sata driver is inside the folder “Files” with nlite (lots of how-to / articles on the internet talking about this).
My suggestion make iso file (make a bootable iso file) Windows XP installer results remastering that we make.
Download win2flash to make a bootable usb drive installer. Take a source of iso windows that we made earlier (do not forget to first extract the iso file that we created earlier. A lot of articles online that discuss the process of making a usb drive installer)
If completed, boot via usb drive that we created earlier, and .. voillla .. install Windows XP on HP 110 3014 running smoothly.
Note: after installation, there is usually a problem with the wireless devices that can not be used even if already installed the Ralink drivers, according to the driver that is on the official site of this product.
Based on my experience, wireless device driver that can be used instead Atheros for Windows version 7. You can download it from the official website of this product
======================================================
Indonesian Version :
Cuma ingin berbagi pengalaman untuk teman- teman saya yang kesulitan untuk menginstall Windows XP pada hp mini 110-3014
langkah- langkahnya adalah sebagai berikut:
Persiapan:
Harddisk pada HP Mini 110-3014 menggunakan interface SATA2 (CMIIW). Supaya installer windows XP bisa mendeteksi hardisk dalam netbook tipe ini, kita harus memasukan / inject driver SATA pada installer Windows yang kita miliki. Driver SATA2 (khusus untuk net/notebook HP) bisa di download di sini
atau direct link disini
ftp://15.240.238.52//pub/softpaq/sp37001-37500/sp37005.exe
Action:
setelah selesai didownload file diatas, extract dengan 7-zip (www.7zip.org). Sebuah folder dan sebuah image floppy akan muncul dari hasil extract file yang kita download tadi. Driver yang nanti kita butuhkan ada di dalam folder “Files” dari hasil file yang kita extract tadi.
Download nlite dari internet, kemudian inject driver sata yang ada di dalam folder “Files” dengan nlite (banyak how to/ artikel di internet membahas tentang ini).
saran saya jadikan file iso (make bootable iso file) hasil installer windows XP remastering yang kita buat.
Download win2flash untuk membuat bootable usb drive installer. Ambil source windows dari iso yang kita buat tadi (jangan lupa untuk mengextract dulu file iso yang kita buat tadi. banyak artikel di internet yang membahas tentang proses pembuatan usb drive installer)
Jika sudah selesai, boot melalui usb drive yang kita buat tadi, and.. voillla.. installasi Windows XP di HP 110 3014 berjalan mulus.
Note: setelah installasi,biasanya ada masalah dengan wireless device yang tidak bisa digunakan walaupun sudah di install dengan driver ralink, sesuai dengan driver yang ada di situs resmi produk ini.
Berdasarkan pengalaman saya, wireless device driver yang bisa dipakai malah atheros untuk versi windows 7. Anda bisa mendownloadnya dari situs resmi produk ini
Filed under: /etc