Hi , I have 1 single ipv4 ip and have many ipv6 ips I need to listen on the ipv4 on many ports As an example 1.1.1.1:40000 1.1.1.1:40001 1.1.1.1:40002 In corresponding I need each ipv4:port to be tcp_outgoing to different ipv6 address I have about 3 ips. Can I know why the config below is wrong ??? ============= http_port 241.xxx.xxx.101:40001 http_port 241.xxx.xxx.101:40002 http_port 241.xxx.xxx.101:40003 ## designate acl based on inbound connection name acl user1 myportname 40001 acl user2 myportname 40002 acl user3 myportname 40003 ## define outgoing IPv6 per user tcp_outgoing_address [2001::Xxxxx] user1 tcp_outgoing_address [2001::xxxxx] user2 tcp_outgoing_address [2001::xxxxx] user3 ======================= The config above map many ipv4 ports to many ipv6 addresses , wt wrong I have above ??? regards |
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users