Ini Post Pertamaku di milis ini :D Mohon Penerimaan nya Perkenalkan Nama Saya Kiyat Lokasi : Semarang
Saya ingin bertanya tentang squid transparent proxy. Saya ada masalah dengan squid, aku baru saja instal "Jaunty Jackalope" dan sudah instal squid, masalahnya blum bisa jadi transparent proxy aku udah enable ip forward udah set iptable iptables -t nat -A PREROUTING -p tcp -m tcp -s 10.1.160.0/24 --dport 80 -j REDIRECT --to-port 8080 udah set http_port 8080 transparent gateway client dan dns udah aku arahin ke ip squid. kenapa blum mau ya? yang kurang apanya ya? Terima kasih. --- Chain PREROUTING (policy ACCEPT 1551 packets, 102K bytes) pkts bytes target prot opt in out source destination 1551 102K gforward all -- * * 0.0.0.0/0 0.0.0.0/0 Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 MASQUERADE all -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x1 0 0 ACCEPT all -- * * 0.0.0.0/0 10.1.150.0/24 0 0 fromprivate all -- * * 192.168.0.0/16 0.0.0.0/0 0 0 fromprivate all -- * * 172.16.0.0/12 0.0.0.0/0 1133 68950 fromprivate all -- * * 10.0.0.0/8 0.0.0.0/0 Chain OUTPUT (policy ACCEPT 1128 packets, 68710 bytes) pkts bytes target prot opt in out source destination 1128 68710 gforward all -- * * 0.0.0.0/0 0.0.0.0/0 Chain fromprivate (3 references) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- * * 0.0.0.0/0 192.168.0.0/16 0 0 ACCEPT all -- * * 0.0.0.0/0 172.16.0.0/12 3 180 ACCEPT all -- * * 0.0.0.0/0 10.0.0.0/8 1130 68770 MASQUERADE all -- * * 0.0.0.0/0 0.0.0.0/0 Chain ftolocal (2 references) pkts bytes target prot opt in out source destination 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 redir ports 8080 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110 redir ports 8080 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143 redir ports 8080 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:465 redir ports 8080 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993 redir ports 8080 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995 redir ports 8080 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 redir ports 8080 Chain gforward (2 references) pkts bytes target prot opt in out source destination 1298 66994 ftolocal all -- * * 0.0.0.0/0 10.1.160.8 0 0 ftolocal all -- * * 0.0.0.0/0 127.0.0.1 --- -- -- Regards Kiyat
