<font size="2">
<div>Neat. Though I haven't worked through the intricacies of where this could be beneficial over "no port translate", though it does appear a bit more explicit as far as reading the config.</div>
<div> </div>
<div>Regardless, the command only allows for one real-port assignment. What I've got is something along these lines:</div>
<div> </div>
<div>server real host1 x.x.x.y</div>
<div>  port 8600</div>
<div> </div>
<div>server real host2 x.x.x.x</div>
<div>  port 8505</div>
<div>  port 8506</div>
<div>  port 8507</div>
<div> </div>
<div>server virtual virt1 z.z.z.b</div>
<div>  port 6000</div>
<div>  <csw-policy stuff here></div>
<div>  bind 6000 host1 8600</div>
<div> </div>
<div>server virtual virt2 z.z.z.a</div>
<div>  port 7000</div>
<div>  <csw-policy stuff here></div>
<div>  bind 7000 host2 8505 host2 8506 host2 8507</div>
<div>  <*** want to get something eqiv. to "bind 7000 host1 8600" ***></div>
<div> </div>
<div>I've got a couple of Foundry guys working on this, though they haven't gotten to an "a-HA!" moment yet. I don't have a lot of faith at this point.</div>
<div> </div>
<div>- Pat</div>
<div> </div></font><br>
<div><span class="gmail_quote">On 3/21/07, <b class="gmail_sendername">Jamie Dahl</b> <<a href="mailto:jamied@meatball.net">jamied@meatball.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">enable source-nat..(if possible..) but have you also read up on using the<br>"real-port" feature under the VS?
<br><br>server real blah x.x.x.x<br>port a<br>port b<br>server virt blah x.x.x.x<br>port a<br>port a real-port a<br>bind a blah1 b<br><br>We're using that under limited deployment b/c of other issues (w/<br>healthchecking)..  This can also be used if you want the VIP to be one
<br>port, but the servers all run a different port too..there are many<br>applications for this setup, if only FDRY would figure out the bugs...<br><br><br><br>On Tue, March 20, 2007 16:25, png rhg wrote:<br>> I have a need to bind the same real server port to multiple virtual
<br>> servers<br>> while maintaining port translation (based on a csw-policy).  Of course<br>> it's<br>> not so simple as to just bind the real port twice -- once to each VS.  So<br>> I<br>> started looking at what is referred to as a "many-to-one" binding, as so
<br>> called by the Foundry folks, and the associated alias port shuffle.  I did<br>> some tests and I can get this to work for situations where port<br>> translation<br>> isn't required, however, I kinda really need both functions at the same
<br>> time.<br>><br>> Here's a summary:<br>> 1.  Requests are made to a VIP on the SI on port 8500.<br>> 2.  URI matching/parsing is performed via csw-policy to determine where<br>> the<br>> traffic should be sent (forward <group-id>)
<br>> 3.  Most applications reside on a single physical host (host1)<br>> 4.  One applications resides on a different host (host2) and is already<br>> bound to another RS.<br>><br>> Port translation is required for all traffic to the real servers (blame
<br>> the<br>> developers).  Host2 runs an application that's required for another<br>> application and can not easily be replicated on a new host (blame<br>> management).<br>><br>> Ultimate question:  Is there a way to combine alias ports, port
<br>> translation<br>> and content switching all in some neat package?  Heck, it doesn't event<br>> have<br>> to be a neat package.<br>><br>> Environment:  ServerIron GT-E, ver. 9.4.00s<br>><br>> Suggestions appreciated.  Solutions desired.
<br>><br>><br>> - Pat<br>> _______________________________________________<br>> foundry-nsp mailing list<br>> <a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><br>> <a href="http://puck.nether.net/mailman/listinfo/foundry-nsp">
http://puck.nether.net/mailman/listinfo/foundry-nsp</a><br>><br><br><br>--<br>Jamie Dahl<br><br>"Thousands of tired, nerve-shaken, over-civilized people are beginning to<br>find out that going to the mountains is going home; that wilderness is a
<br>necessity; and that mountain parks and reservations are useful not only as<br>fountains of timber and irrigating rivers, but as fountains of life."<br>--John Muir<br><br><br></blockquote></div><br>