hi guys i have configured my home machine to run as a proxy server.....and right now its working fine except that i am just not able to run any java apllications (for ex: yahoo pool ) from the clint machine..... i am also running some applications that require me to open some specific ports .....which i tried from the acl list in squid but nothings working.....
help required guys
thanks in anticipation
dhanesh
.....which i tried from the acl list in squid but nothings working.....
I've not had much experience with a proxy server, but is there any specific reason you're not using the box as a router instead?
If you use iptables and Masquerade the packets you should be fine.
That's the way use our Linux box here.
Regards
Rishi
Morning Dhanesh,
--- dhanesh andurlekar dhanesh_ra@linuxmail.org wrote:
to open some specific ports .....which i tried from the acl list in squid but nothings working.....
[snip]
Dhanesh....before trying to solve the problem first figure out what the problem is. Towards working to the same find out the ports you need open on the fw/gw you have configured.
Then for purposes of testing have Nat enabled for the clients on your gw. Once you have this working have implicite deny all traffic and forwarding of that specific java port only.
Trevor
help required guys dhanesh
===== ( >- -< ) /~\ ______________________________________ /~\ | ) / Scaling FLOSS in the Enterprise \ (/ | |_|_ \ trevorwarren@yahoo.com / _|_| ____________________________________/
__________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail
u can also use tcpdump to know which ports are being used for ur java applications. check if they are on the squid safe ports acl list.
# tcpdump -eth0 host 192.168.x.x
or if the traffic is just rolling ur screen, u can save this output to a file.
# tcpdump -eth0 host 192.168.x.x > javaanalysis.file
We use both iptables based firewall and squid, with complex restrictions and acls on both, but we have not faced problems with yahoo pools.
try understanding the exact problem, also try by flushing all the rules on iptables and see if it works.
Regards Yayati.
On Wed, 2004-08-04 at 19:40, dhanesh andurlekar wrote:
hi guys i have configured my home machine to run as a proxy server.....and right now its working fine except that i am just not able to run any java apllications (for ex: yahoo pool ) from the clint machine..... i am also running some applications that require me to open some specific ports .....which i tried from the acl list in squid but nothings working.....
help required guys
thanks in anticipation
dhanesh