Re: [tanya-jawab] tanya iptables udah bener apa belom?

2008-12-03 Terurut Topik Ery Atmodjo
2008/12/3 F.Y. Andriyanto [EMAIL PROTECTED]: rencananya saya mau mengalihkan rekuest ke 202.xxx.xxx.198 ke ip lokal 172.16.0.8 berikut ini rule iptables yang gw buat iptables -t nat -A PREROUTING -i eth1 -d 202.xxx.xxx.198 -j DNAT --to-destination 172.16.0.8 iptables -t nat -A

[tanya-jawab] tanya iptables udah bener apa belom?

2008-12-02 Terurut Topik F.Y. Andriyanto
dear all, rencananya saya mau mengalihkan rekuest ke 202.xxx.xxx.198 ke ip lokal 172.16.0.8 berikut ini rule iptables yang gw buat iptables -t nat -A PREROUTING -i eth1 -d 202.xxx.xxx.198 -j DNAT --to-destination 172.16.0.8 iptables -t nat -A POSTROUTING -s 172.16.0.0/16 -d 0/0 -j MASQUERADE

Re: [tanya-jawab] tanya iptables udah bener apa belom?

2008-12-02 Terurut Topik Ery Atmodjo
2008/12/3 F.Y. Andriyanto [EMAIL PROTECTED]: dear all, rencananya saya mau mengalihkan rekuest ke 202.xxx.xxx.198 ke ip lokal 172.16.0.8 berikut ini rule iptables yang gw buat iptables -t nat -A PREROUTING -i eth1 -d 202.xxx.xxx.198 -j DNAT --to-destination 172.16.0.8 iptables -t nat

Re: [tanya-jawab] tanya iptables udah bener apa belom?

2008-12-02 Terurut Topik F.Y. Andriyanto
rencananya saya mau mengalihkan rekuest ke 202.xxx.xxx.198 ke ip lokal 172.16.0.8 berikut ini rule iptables yang gw buat iptables -t nat -A PREROUTING -i eth1 -d 202.xxx.xxx.198 -j DNAT --to-destination 172.16.0.8 iptables -t nat -A POSTROUTING -s 172.16.0.0/16 -d 0/0 -j MASQUERADE