We've got a need for a special setup that we are already doing, and doing quite successfully with HP UX systems. Due to policy, monitoring and budgetary issues we need to work with what we have. So flaming that its the stupidest thing you've ever heard of will fall on def ears.
I have an MCSE that says we can't have their proxy server have two network interfaces on our inside network. Once again, this is something that we have already accomplished by simply adding an extra route command in unix, so hold the flames.
Got a proxy server with two addresses, for example.
10.1.17.34/24=Int1
10.1.12.59/24=Int2
Proxy clients will hit 10.1.17.34/24, the proxy will in turn, make its requests out int2, 10.1.12.59/24.
How do I propose such a thing?
Make the defualt route (i.e. 0.0.0.0) on int2 of 10.1.12.1. Then add a persistant route with the command "route add -p 10.0.0.0 MASK 255.0.0.0 10.1.17.1".
How would this ever work? If MS Win2K server is like UNIX and Cisco Routers, then it will follow the most explicitly defined route. Even though 10.0.0.0/2 was defined as a persistant out Int1, it will still go to the 10.1.12.0/24 network out int2 due to its most explicit information. The proxy will make requests out to the internet, passing thru the FW naturally, out int2 to the 0.0.0.0 network.
I have to work with an MCSE who is so entreched in his position that he doesn't even want to test it, even thought I pointed out its done in UNIX without running any routing protocols. I'd like to test to leard hands on that this will work or not, but he holds the hardware.
This is not that freakin' complicated. I know a MS server is not a router, but there are just a couple of static routes needed to accomplish this. This server doesn't need to run OSPF to make very simple decisions.
Any objective replies appreciated.