Search found 2 matches

by Ser Bronn
Sat Aug 02, 2014 11:24 pm
Forum: ABE
Topic: Redirect URL to local IP
Replies: 3
Views: 5108

Re: Redirect URL to local IP

Thanks for the reply.
barbaz wrote: Sure. Only thing I would suggest is that you qualify that IP address with a protocol, e.g. http://192.168.1.2 instead of just 192.168.1.2.
Should I add the ports as well?
by Ser Bronn
Sat Aug 02, 2014 8:36 pm
Forum: ABE
Topic: Redirect URL to local IP
Replies: 3
Views: 5108

Redirect URL to local IP

Under the SYSTEM ruleset: Site 192.168.1.2 Accept GET from 192.168.1.2 http://subdomain.site.com/ # Prevent Internet sites from requesting LAN resources. Site LOCAL Accept from LOCAL Deny Under the USER ruleset: blank It works, but is this the proper way to do it? I couldn't find any real guides on ...