Pertama-tama siapkan komputer dengan 2 lan card yaitu eth0 dan eth1.
1. Pastikan program iptables udah terinstall
2. Kemudian buka konsole
3. Hapus aturan-aturan yang sudah ada dengan perintah sebagai berikut:
iptables-restore < /etc/firewall.conf
echo 1 > /proc/sys/net/ipv4/ip_forward
chmod +x /etc/network/if-up.d/iptables
8. Restart Komputer anda untuk melakukan pengetesan aturan iptables.
9. Selesai.
sumber : http://firdauslinux.wordpress.com
1. Pastikan program iptables udah terinstall
2. Kemudian buka konsole
3. Hapus aturan-aturan yang sudah ada dengan perintah sebagai berikut:
- iptables –flush
- iptables –table nat –flush
- iptables –delete-chain
- iptables –table nat –delete-chain
- iptables –table nat –append POSTROUTING –out-interface eth0 -j MASQUERADE
- iptables –append FORWARD –in-interface eth1 -j ACCEPT
- echo 1 > /proc/sys/net/ipv4/ip_forward
- iptables-save > /etc/firewall.conf
- vi /etc/network/if-up.d/iptables
- didalamnya ketikkan perintah:
iptables-restore < /etc/firewall.conf
echo 1 > /proc/sys/net/ipv4/ip_forward
- Kemudian simpan file tersebut
chmod +x /etc/network/if-up.d/iptables
8. Restart Komputer anda untuk melakukan pengetesan aturan iptables.
9. Selesai.
sumber : http://firdauslinux.wordpress.com