Hi, I am trying to create a simple proxy that will receive traffic and forward it to the server IPv6 address. I can actually connect to proxy but when I check my IP on a browser it says the IPv4 address of the server. So far my configuration is like this but I don't know if it's correct: hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? \.css no_cache deny QUERY acl NOT_TO_CACHE dstdomain "/etc/squid/list/not-to-cache.conf" no_cache deny NOT_TO_CACHE acl SSL_ports port 443 acl Safe_ports port 80 acl Safe_ports port 21 acl Safe_ports port 443 acl Safe_ports port 70 acl Safe_ports port 210 acl Safe_ports port 1025-65535 acl Safe_ports port 280 acl Safe_ports port 488 acl Safe_ports port 591 acl Safe_ports port 777 acl CONNECT method CONNECT http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost manager http_access deny manager http_access allow localhost http_access allow all http_port 3128 acl user1 myportname 3128 acl to_ipv6 dst ipv6 http_access deny to_ipv6 !all tcp_outgoing_address xxx::xxx to_ipv6 coredump_dir /var/spool/squid refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880 refresh_pattern . 0 20% 4320 -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users