Community discussions

MikroTik App
 
resotat
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 79
Joined: Mon May 18, 2009 8:33 pm

Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 12:46 am

Ubuntu Linix server
RB493AH
Squid 2.7

Been trying to get this running for like a month......I AM DONE..............is there someone I can hire to config this for me.
 
blake
Member
Member
Posts: 426
Joined: Mon May 31, 2010 10:46 pm
Location: Arizona

Re: Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 1:02 am

What problems are you having? I have some experience working with your desired setup.
 
jtroybailey
Member Candidate
Member Candidate
Posts: 176
Joined: Thu Oct 07, 2010 10:24 am
Location: Brisbane, Australia

Re: Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 1:08 am

i have a 493G and squid3 working, where are you stuck?
 
resotat
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 79
Joined: Mon May 18, 2009 8:33 pm

Re: Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 2:22 am

Well I have objects being saved to the hard drive the cache file grows in size but I do not get any hits when I return to the same site over and over it is all misses. Nothing gets taken from the cache it keeps going back to the source (ie:the internet) It is like it is caching all the objects etc. but new requests are not being directed through the squid. It seems to just go back to the source and then cahces all the objects over again thus increasing the size of the cached directory even though it is really just saving the same objects over and over again.
 
jtroybailey
Member Candidate
Member Candidate
Posts: 176
Joined: Thu Oct 07, 2010 10:24 am
Location: Brisbane, Australia

Re: Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 3:52 am

/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=ether3 protocol=tcp to-addresses=172.19.65.10 to-ports=3128
That is all i need, i only proxy normal port 80 http requests. and it works. also the squid box is on a different network to the client computers. It could be a squid config issue, have you tried squid forums?
 
blake
Member
Member
Posts: 426
Joined: Mon May 31, 2010 10:46 pm
Location: Arizona

Re: Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 12:18 pm

Well I have objects being saved to the hard drive the cache file grows in size but I do not get any hits when I return to the same site over and over it is all misses. Nothing gets taken from the cache it keeps going back to the source (ie:the internet) It is like it is caching all the objects etc. but new requests are not being directed through the squid. It seems to just go back to the source and then cahces all the objects over again thus increasing the size of the cached directory even though it is really just saving the same objects over and over again.
Sounds like you're dealing with dynamic content which can be cached with intelligent use of Store Url Rewrite. What are the most popular sites your users are visiting?
 
resotat
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 79
Joined: Mon May 18, 2009 8:33 pm

Re: Hiring someone to conif my 493AH with a squid Server

Sat Mar 26, 2011 7:13 pm

Haven't gone live yet. Just doing this on a test setup. I just keep going to my sites. i did try going to other sites but the same result. objects get cached but never any hits all misses.
 
poxx
newbie
Posts: 27
Joined: Sun Apr 18, 2010 12:16 pm

Re: Hiring someone to conif my 493AH with a squid Server

Mon Mar 28, 2011 8:34 am

keep in mind that IE or Firefox will also cache websites. So turn off webbrowser cache or reload the webpage with CTRL-F5