Hi Henrik,
Using the same steps I'm getting the error below during starting up the
squid in debug mode:
-------------Start of message-------------
2007/03/14 09:45:43| aclParseAclLine: Invalid ACL type 'myaddr'
FATAL: Bungled squid.conf line 2822: acl interface1 myaddr x.x.x.79
Squid Cache (Version 2.6.STABLE9): Terminated abnormally.
------------- end of message -------------
Note: Real IP address is replaced by x.x.x.79
Best Regards,
Aldalil
----- Original Message -----
From: "Henrik Nordstrom" <henrik@henriknordstrom.net>
To: <alaa@internetvsat.com>
Cc: <squid-users@squid-cache.org>
Sent: Wednesday, March 14, 2007 2:47 AM
Subject: Re: [squid-users] Multiple Proxy addresses on the same Server
tis 2007-03-13 klockan 12:30 +0200 skrev alaa@internetvsat.com:
> > acl home_clients src 10.0.0.0/8
> > acl corporate_clients src 192.168.0.0/23
> >
> > tcp_outgoing_address yyy.yyy.yyy.yyy home_clients
> > tcp_outgoing_address zzz.zzz.zzz.zzz corporate_clients
> Actually I don't want to make groups, I want to be free in using any of
> the Proxy IP addresses BUT getting the reply for the IP address that I'm
> using in the browser.
Don't top post.
Same principle, but use the myaddr acl instead of src, and appropriate
acl names for the context..
acl interface1 myaddr 69.57.130.79
tcp_outgoing_address 69.57.130.79 interface1
acl interface2 myaddr 69.57.131.59
tcp_outgoing_address 69.57.131.59 interface2
Regards
Henrik
Received on Wed Mar 14 2007 - 01:51:00 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT