• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Error page for broken line

nweaver

Diamond Member
Is there and easy way to cause all http requests going out of the network to be redirected to an internal webserver with a message?

I was thinking either tranparent proxy (not sure how hard it would be to set this up with the current setup) or "poisen" my internal DNS server to push all requests to this machine.

Any ideas?
 
bump...

any ideas on making this work? I have full access to the DNS server and routers, and can add a box if needed.
 
Sorry, but I'm not an expert on this. It'd seem that you need a proxy server of some sort. I'd imagine that Squid for Linux would be able to do it.

What you want is trivial if you use Microsoft's ISA Server. It'd take a couple of mouse-clicks to redirect all outgoing web traffic (regardless of the browser) to an internal web server. One ISA box can handle thousands of clients if necessary.
 
I can do that with PF and freebsd, quickly.
http://www.openbsd.org/faq/pf/example1.html

Note the example rdr rule for sending incoming http traffic to the internal server, and rewrite accordingly.

Do a quick build of your favorite distro with either pf or ipf or ipfw, and let me know what you build.

I recently built a proxy server with squid, dansguardian and pf for a private school.

Edit:

Make that a two NIC gateway box🙂
 
Back
Top