Anda punya warnet rumahan? Tapi mau beli server atau
mikrotik mahal? Mau pake mikrotik os/ubuntu server sulit. Pakai windows xp
saja. Pada kesempatan kali ini saya akan share cara membuat windows xp sbg
router.
Pahami topologi berikut:
Pada windows xp yang digunakan sebagai router itu memiliki 2
network card (NIC/kartu jaringan/LAN card), network card 1 terhubung ke modem
(internet) dan network card 2 terhubung ke jaringan lokal. Jadi silahkan
dipasang dulu network card pada pc/laptop ya akan dijadikan router, sehingga
ada 2 network card.
Ikuti langkah2 berikut:
A. setting pada windows XP router
1. Ganti nama masing2
NIC.
Buka control panel, klik Classic View, pilih Network
Connections.
Klik kanan pada NIC > rename, ganti namanya agar mudah
dikenali.
2. Non-aktifkan ICS pada kedua NIC.
Klik kanan NIC > properties > Advanced. Hilangkan
centang pada allow,,,,
3. Non-aktifkan firewall / ICS Service.
Buka control panel > administrative tools > services
> windows firewall/internet connections sharing (ICS) > klik 2x > ubah
startup type menjadi disabled > ok
4. mengaktifkan layanan routing and remote access
Buka control panel > administrative tools > services
> routing and remote access > klik 2x > ubah startup type menjadi
Automatic > ok
5. mengaktifkan IPEnableRouter pada registry
Buka regedit HKEY_LOCAL_MACHINE >
SYSTEM > CurrentControlSet > Services > TCP/IP > Parameters, cari ‘IPEnableRouter’, klik 2x dan ubah value dari 0 menjadi 1. Lalu Restart komputer.
6. mengaktifkan dan mengkonfigurasi NAT
Buka cmd, ketik “netsh routing ip nat uninstall”
(untuk menjamin service tidak aktif). Instal NAT dengan ketik “netsh routing ip
nat install”. Menambahkan interface publik: ketik “netsh routing ip nat add
interface name=”Internet” mode=FULL”. Menambahkan interface private ketik
“netsh routing ip nat add interface name=”LAN” mode=PRIVATE”.
7. seting IP pada kedua NIC
NIC 1 (internet):
IP = 192.168.1.2
Gateway = 192.168.1.1 (ip modem)
NIC 2 (LAN):
IP = 192.168.2.1
Gateway = kosongkan, karena NIC ini yang akan
menjadi gateway pada pc client.
Masalah IP address bisa disesuaikan dengan
kebutuhan.
8. setting DNS
Untuk DNS, silahkan gunakan DNS dari ISP atau
menggunakan DNS google
Sampai disitu kita sudah berhasil mengkonfigurasi
routernya. Sekarang kita akan mengkonfigurasi client (jaringan lokal).
B. setting pada client
1. seting ip pada pc client
IP = 192.168.2.2
Gateway = 192.168.2.1 (ip NIC 2 router)
Dan seterusnya untuk client yg lain.
2. seting DNS
Untuk DNS, silahkan gunakan DNS dari ISP atau
menggunakan DNS google
Tes dengan melakukan ping.
Dari router, ping ke IP modem (192.168.1.1), ping IP NIC 1
(192.168.1.2) dan IP NIC 2 (192.168.2.1), lalu ping client (192.168.2.2), lalu
ping www.google.com
Dari client ping:
IP diri sendiri (192.168.2.2)
IP router (NIC 2) (192.168.2.1)
IP router NIC 1 (192.168.1.2)
IP modem (192.168.1.1)
Jika ada yg request time out, matikan firewall dulu, lalu
ping ulang, jika berhasil, hidupkan lagi firewall untuk “keamanan”.
Ping www.google.com jika
reply, Selamat!.
C:\Documents and Settings\client XP>ping 192.168.2.2
Pinging 192.168.2.2 with 32 bytes of data:
Reply from 192.168.2.2: bytes=32 time=3ms TTL=128
Reply from 192.168.2.2: bytes=32 time<1ms TTL=128
Reply from 192.168.2.2: bytes=32 time<1ms TTL=128
Reply from 192.168.2.2: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.2.2:
Packets: Sent = 4,
Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms,
Maximum = 3ms, Average = 0ms
C:\Documents and Settings\client XP>ping 192.168.2.1
Pinging 192.168.2.1 with 32 bytes of data:
Reply from 192.168.2.1: bytes=32 time=4ms TTL=128
Reply from 192.168.2.1: bytes=32 time=1ms TTL=128
Reply from 192.168.2.1: bytes=32 time<1ms TTL=128
Reply from 192.168.2.1: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.2.1:
Packets: Sent = 4,
Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms,
Maximum = 4ms, Average = 1ms
C:\Documents and Settings\client XP>ping 192.168.1.2
Pinging 192.168.1.2 with 32 bytes of data:
Reply from 192.168.1.2: bytes=32 time=1ms TTL=128
Reply from 192.168.1.2: bytes=32 time=2ms TTL=128
Reply from 192.168.1.2: bytes=32 time=1ms TTL=128
Reply from 192.168.1.2: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.2:
Packets: Sent = 4,
Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms,
Maximum = 2ms, Average = 1ms
C:\Documents and Settings\client XP>ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=3ms TTL=127
Reply from 192.168.1.1: bytes=32 time=2ms TTL=127
Reply from 192.168.1.1: bytes=32 time<1ms TTL=127
Reply from 192.168.1.1: bytes=32 time<1ms TTL=127
Ping statistics for 192.168.1.1:
Packets: Sent = 4,
Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms,
Maximum = 3ms, Average = 1ms
C:\Documents and Settings\client XP>
By Syakti.i4
0 comments
Post a Comment