Jump to content

Recommended Posts

Posted

Hi All,

 

Can squid pass on the original IP address to a parent ISA server? At the moment in the isa logs it shows all traffic originating from the squid server.

 

The reason I ask is that websense is on the ISA server and I want to be able to monitor traffic from a particular IP on the guest network.

 

Thanks

Posted

I have added these two lines:

 

acl localnet src 10.140.0.0/16

follow_x_forwarded_for allow localnet

 

But the original IP is still not shown on iSA?

Posted

no, as I said:

 

"Microsoft ISA Server 2004/2006 with Winfrasoft X-Forwarded-For for ISA Server"

 

it is supported with the software I linked to i.e. not natively supported.

Posted

The squid server is on a guest network and this will be used by pupils and staff using their own equipment. We have websense installed on the ISA box and therefore need to monitor what pupils are looking at.

 

This monitoring could be achieved at the squid end but it would be nice to have it all in one place.

 

any ideas would be greatly received!

Posted
If you grab a copy of the ISA sdk, and a copy of visual c++ express it should be possible to write an isapi filter to capture the x-forwarded-for header and to write this to the log files instead using the SF_NOTIFY_LOG notification structure.
  • Thanks 1
Posted
To explain why im using squid, I have created a capture page so that when someone access a web page they get redirected to a login page this page then after completing authentication adds the IP to a text file and then reconfigure squid. It works really well, not sure if i could do the same with iSA?
Posted

what wifi do you have .. does your wifi smart switches not have this option built in .. My Netgear does. then i auth off ldap and redirect to squid or isa.

 

i take it's for wifi? not hardwire.

 

like ya thinking.. Wifi hotsopt hmm just need to add payment gateway for guests.. lol... that will bump up my Budget this year..

lol...

Posted

If you want I can write that isapi filter for you, shouldn't take too long. Not sure I can get to it until next week though.

 

Iain.

  • Thanks 1
Posted
Iain, If you can do that that would be great! Im sure i would not be the only one who would find it useful!!!
Posted

The way IIS and ISA filters work are very similar, so it may work. If not, I've almost finished coding one. Will just need to test it to make sure it works.

 

Iain.

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...