Network Address Translation (NAT) adalah suatu metode pokok yang memungkinkan komputer client dalam suatu jaringan dapat terkoneksi ke internet.
langsung ke pembahasan :
1) Login
sebagi root
$ su
2) Buka file rc.local di folder etc dengan perintah
# pico /etc/rc.local
ketik perintah di atas tuilsan exit 0
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -j MASQUERADE
|
3)
Kemudian simpan ctrl+x,
tekan y, tekan enter
4)
Selanjutnya restart komputer
# reboot
5) Kemudian
cek iptablesnya
# iptables –t nat -L
Jika seperti ini berarti sukses.
Chain PREROUTING
(policy ACCEPT)
target prot opt source destination
Chain POSTROUTING
(policy ACCEPT)
target prot opt source destination
MASQUERADE all
-- anywhere anywhere
Chain OUTPUT (policy
ACCEPT)
target prot opt source destination
No comments:
Post a Comment