Senin, 17 Oktober 2011

Seting Router Pada Opensuse 11.1

untuk mensetting router pada oponsuse 11.1 yakni paket yang dibutuhkan paket iptables.
pertama seting terlebih dahulu ip address pada komputer, tentukan eth0 dan eth1 di yast
contoh
setelah itu masukan ip untuk dns

kemudian seting gateway

kemudian simpan dan keluar

setelah itu ketikan comand buat seting router
* iptables -t nat -A POSTROUTING -s 192.168.5.0/24 -j MASQUERADE
* echo 1 > /proc/sys/net/ipv4/ip_forward

simpan
* iptables-save > /etc/sysconfig/iptables-net
* mcedit /etc/init.d/network
tambahkan iptables -restore < /etc/sysconfig/iptables-net

seting router telah selesai, selamat mencoba

1 komentar: