[squid-users] squid ipv6 outgoing addresses from ipv4 incoming traffic
Ahmed Allzaeem
ahmed.zaeem at netstream.ps
Tue Oct 7 08:53:54 UTC 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20141007/101121b4/attachment.html>
More information about the squid-users
mailing list