Routing itu menghubungkan dua network/ip atau lebih

caranya.. :

pertama kita buka nano /etc/network/interfaces

tambah kan paling bawah seperti gambar diawah


 
lalu edit file di /etc/sysctl.conf

nano /etc/sysctl.conf

hilangkan tanda pagar(#) nya tulisan yg berwarna merah dibawah ini

 # Uncomment the next line to enable packet forwarding for IPv4
 #net.ipv4.ip_forward=1jadi
# Uncomment the next line to enable packet forwarding for IPv4
  net.ipv4.ip_forward=1

gambar saya





lalu 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



gambar saya



jalankan /etc/rc.local
/etc/rc.local

SELESAI...

0 komentar:

Posting Komentar

 
Top