* iptables, squid and all related stuff
@ 2004-05-19 9:23 Luca Ferrari
2004-05-19 10:09 ` cditrani
[not found] ` <005a01c43d9f$5f686cb0$530a0a0a@rutgersinsurance.com>
0 siblings, 2 replies; 4+ messages in thread
From: Luca Ferrari @ 2004-05-19 9:23 UTC (permalink / raw)
To: linux-admin
Hi,
I've got a problem with my firewall/proxy machine. I'm using iptables to
firewalling packets and squid as proxy server for http on the port 8080. Each
client in my subnet has the proxy set.
Now one client needs to access a special web service, available at port X on
server Y thru a set of asp pages. I've enabled the connection thru the
firewall for Y:X, but the client is still unable to connect to the service.
There are no error from my side, no packet logged, but a TCP_MISS in squid
logs. I have tried to enable and acl as the following:
acl web_service port X
....
http_access web_service
but it's still not working. Any idea?
Thanks,
Luca
--
Luca Ferrari,
fluca1978@virgilio.it
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: iptables, squid and all related stuff
2004-05-19 9:23 iptables, squid and all related stuff Luca Ferrari
@ 2004-05-19 10:09 ` cditrani
2004-05-19 10:25 ` Luca Ferrari
[not found] ` <005a01c43d9f$5f686cb0$530a0a0a@rutgersinsurance.com>
1 sibling, 1 reply; 4+ messages in thread
From: cditrani @ 2004-05-19 10:09 UTC (permalink / raw)
To: linux-admin
> Hi,
> I've got a problem with my firewall/proxy machine. I'm using iptables to
> firewalling packets and squid as proxy server for http on the port 8080.
> Each
> client in my subnet has the proxy set.
> Now one client needs to access a special web service, available at port X
> on
> server Y thru a set of asp pages. I've enabled the connection thru the
> firewall for Y:X, but the client is still unable to connect to the
> service.
> There are no error from my side, no packet logged, but a TCP_MISS in squid
> logs. I have tried to enable and acl as the following:
> acl web_service port X
>
> ....
> http_access web_service
>
> but it's still not working. Any idea?
Is the client for this web service the browser? If not - if it's some
3rd-party app - it might not be using the proxy server and trying to
connect directy. We had this problem with a product licensing app that had
a hard-wired ip address and used socket directly, ignoring the proxy.
CD
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: iptables, squid and all related stuff
2004-05-19 10:09 ` cditrani
@ 2004-05-19 10:25 ` Luca Ferrari
0 siblings, 0 replies; 4+ messages in thread
From: Luca Ferrari @ 2004-05-19 10:25 UTC (permalink / raw)
To: linux-admin
On Wednesday 19 May 2004 12:09 cditrani@livedata.com's cat walking on the
keyboard wrote:
> > Hi,
> > I've got a problem with my firewall/proxy machine. I'm using iptables to
> > firewalling packets and squid as proxy server for http on the port 8080.
> > Each
> > client in my subnet has the proxy set.
> > Now one client needs to access a special web service, available at port X
> > on
> > server Y thru a set of asp pages. I've enabled the connection thru the
> > firewall for Y:X, but the client is still unable to connect to the
> > service.
> > There are no error from my side, no packet logged, but a TCP_MISS in
> > squid logs. I have tried to enable and acl as the following:
> > acl web_service port X
> >
> > ....
> > http_access web_service
> >
> > but it's still not working. Any idea?
>
> Is the client for this web service the browser? If not - if it's some
> 3rd-party app - it might not be using the proxy server and trying to
> connect directy. We had this problem with a product licensing app that had
> a hard-wired ip address and used socket directly, ignoring the proxy.
The access is done thru the web browser, as the application use as well.
Nevertheless the firewall already allows connection to such address, so I
believe it's a proxy problem.
Luca
--
Luca Ferrari,
fluca1978@virgilio.it
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <005a01c43d9f$5f686cb0$530a0a0a@rutgersinsurance.com>]
end of thread, other threads:[~2004-05-19 17:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-19 9:23 iptables, squid and all related stuff Luca Ferrari
2004-05-19 10:09 ` cditrani
2004-05-19 10:25 ` Luca Ferrari
[not found] ` <005a01c43d9f$5f686cb0$530a0a0a@rutgersinsurance.com>
2004-05-19 17:01 ` Luca Ferrari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).