On Sat, 2002-02-02 at 13:52, Dudi Gurnadi wrote: > kalo ada konfigurasi jaringan kaya begini: > > router (202.x.x.x) & (192.168.0.1) > | > | > Proxy (192.168.0.2) & (192.168.1.1) > | > client1-|-client15 (192.168.1.2-192.168.1.16) > > Seandainya proxy dipasangin apache webserver, terus kalo ada orang > luar ngakses http://202.x.x.x langsung redirect ke http://192.168.0.2 iptables -t nat -A PREROUTING -s 0/0 -p tcp -d 202... --dport 80 -j DNAT --to-destination 192.168.0.2
pake iptables dida dr _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

