IP restriction on WebUI

how can i restrict other IPs from accessing the RT WebUI? is this possible?

alviN

alviN wrote:

how can i restrict other IPs from accessing the RT WebUI? is this
possible?

It presumably would be possible to do this in ‘RT’ (using some Mason to
look at the incoming IP address) but this kind of restriction is
traditionally performed by the server.

Exactly how depends on the server you use. If it’s ‘Apache’ you might
get something like this working for you:

<Location /rt/>
Order allow,deny
Allow from intranet.example.com
# …

Smylers
GBdirect

how can i restrict other IPs from accessing the RT WebUI? is this
possible?

Yes, you can do this, although I think you’ll need to do so via your
Apache config, or possibly your firewall. I suspect it’s not RT’s job
to control this.

Dave.
Dave Ewart
Dave.Ewart@cancer.org.uk
Computing Manager, Epidemiology Unit, Oxford
Cancer Research UK
PGP: CC70 1883 BD92 E665 B840 118B 6E94 2CFD 694D E370