Blogger news

Minggu, 17 Agustus 2014

Cara configurasi Router (routing)

Routing itu menghubung'kan antara 2network (ip) atau lebih

Langkah-langkah'nya :

1. Kita masuk ke root dulu,
Buka nano /etc/network/interfaces,
Di bagi'an paling bawah tambah'kan tulisan :
auto eth1
iface eth1 inet static
            address 200.100.10.1
            natmask 255.255.255.0

2. Edit file di /etc/sysctl.conf
nano /etc/sysctl.conf
Hilangkan tanda pagar (#) di tulisan yg berwarna merah dibawah ini :
# Uncomment the next line to enable packet forwarding for IPv4 
#net.ipv4.ip_forward=1, hasil'nya
# Uncomment the next line to enable packet forwarding for IPv4
  net.ipv4.ip_forward=1


3. Jika sudah, tuliskan perintah firewall pada file /etc/rc.local
nano /etc/rc.local
Tambah kan tulisan diatas exit 0
tulisannya : echo 1 > /proc/sys/net/ipv4/ip_forward
                    iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE


Jalan'kan dengan perintah
/etc/rc.local
Selesai.. :)

0 komentar:

Posting Komentar