Assalamualaikum.wr.wb. Salam Sejahtera untuk anda semua. Pada kesempatan kali saya akan membagikan tentang ilmu saya tentang cara Konfigurasi Router di Debian. Berikut cara confignya.
Berikut Topologi nya seperti ini.
1. Pertama setting Ip address nya
nano /etc/network/interface/
2. Tambahkan eth0 IP (Wireless) dan eth1 (LAN)
Penjelasan : eth0 = IP Wireless ( Tergantung IP yang anda pakai )
eth1 = IP LAN ( IP BEBAS )
auto eth0
iface eth0 inet static
address 192.168.3.110
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
gateway 192.168.3.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
auto eth1
iface eth1 inet static
address 192.168.10.1
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
iface eth0 inet static
address 192.168.3.110
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
gateway 192.168.3.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
auto eth1
iface eth1 inet static
address 192.168.10.1
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
3. Kemudian restart IP nya.
/etc/init.d/networking restart
4. Kemudian check IP nya, apakah eth0 dan eth1 nya sudah ada? Jika belum silahkan perbaiki lagi.
ifconfig eth0 up
ifconfig eth1 up
ifconfig eth1 up
5. Kemudian ping ke google.
jika sudah bisa terkoneksi bisa lanjut ke konfigurasi selanjutnya.
6. Kemudian tambahkan DNS Google.
nano /etc/resolv.conf
7. Kemudian restart IP nya
/etc/init.d/networking restart
8. Kemudian edit sysctl.conf
nano /etc/sysctl.conf
WARNING : cari baris #net.ipv4.ip_forward=1 kemudian hilangkan tanda (#)
9. Kemudian edit rc.local
nano /etc/rc.local
WARNING : Tambahkan iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Sebelum exit 0
10. Kemudian restart Debiannya.
reboot
WARNING : IP Address = 192.168.10.3 { IP sesuai eth1 (LAN) pada server Debian }
Netmask = 255.255.255.0
Gateway = 192.168.10.1 { Gateway yang menuju server Debian }
DNS Server = 192.168.3.1 { Gateway pada eth0 (Wireless) }
12. Kemudian ping ke gateway eth1 (LAN) dan ke Google.
WARNING : Jika sudah berhasil ping ke Google berarti sudah berhasil, tapi
jika belum berarti anda gagal. Coba anda perbaiki konfigurasinya lagi.
THANKS YOU !
I know this is one of the most meaningful information for me. And I'm animated reading your article. But should remark on some general things, the website style is perfect; the articles are great. Thanks for the ton of tangible and attainable help. https://192-168-i-i.com/cisco-router-default-password/
ReplyDelete