<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>jetNEXUS</title>
  <link>http://forum.jetnexus.com/</link>
  <description>This is an XML content feed of; jetNEXUS : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2008 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 18 May 2012 05:37:36 +0000</pubDate>
  <lastBuildDate>Tue, 15 Mar 2011 07:04:10 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.jetnexus.com/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>jetNEXUS</title>
   <url>http://forum.jetnexus.com/forum_images/jetnexus.jpg</url>
   <link>http://forum.jetnexus.com/</link>
  </image>
  <item>
   <title>flightPATH : SEO: detect search engines robots</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=113&amp;PID=158#158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=54" rel="nofollow">softscrape</a><br /><strong>Subject:</strong> SEO: detect search engines robots<br /><strong>Posted:</strong> 15 Mar 2011 at 7:04am<br /><br />With power of flightPATH it's possible to detect spiders visits.<br>There are number of advantages to have that ability.<br><br>SEO masters can log such visits and use that info for SEO statistics.<br><br>SEO Masters may need to be notified about spiders visits immediately by e-mail.<br><br>Another powerful ability is you can provide different page to spider than to end user.<br>This page may have content optimised for Search Engines.<br><br>Following are sample rules:<br><br>&#091;jetnexusdaemon-Path-15&#093;<br>Desc="Log spider requests of popular search engines"<br>Name="Log Spider"<br><br>&#091;jetnexusdaemon-Path-15-Condition-1&#093;<br>Check="match"<br>Condition="header"<br>Match="User-Agent"<br>Sense="does"<br>Value="Gogglebot|Slurp|msnbot|ia_archiver"<br><br>&#091;jetnexusdaemon-Path-15-Evaluate-4&#093;<br>Detail="User-Agent"<br>Source="header"<br>Variable="$crawler$"<br><br>&#091;jetnexusdaemon-Path-15-Function-1&#093;<br>Action="log"<br>Target="&#091;$crawler$&#093; $host$$path$?$querystring$"<br><br>&#091;jetnexusdaemon-Path-23&#093;<br>Desc="Give a spider different page"<br>Name="Cheat Spider"<br><br>&#091;jetnexusdaemon-Path-23-Condition-1&#093;<br>Check="match"<br>Condition="header"<br>Match="User-Agent"<br>Sense="does"<br>Value="Gogglebot|Slurp|msnbot|ia_archiver"<br><br>&#091;jetnexusdaemon-Path-23-Function-1&#093;<br>Action="rewrite_path"<br>Target="$path$-seo.html"<br><br><span style="font-size:10px"><br /><br />Edited by softscrape - 17 Mar 2011 at 7:29am</span>]]>
   </description>
   <pubDate>Tue, 15 Mar 2011 07:04:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=113&amp;PID=158#158</guid>
  </item> 
  <item>
   <title>flightPATH : Split media stream and HTML traffic</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=112&amp;PID=157#157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=54" rel="nofollow">softscrape</a><br /><strong>Subject:</strong> Split media stream and HTML traffic<br /><strong>Posted:</strong> 14 Mar 2011 at 9:00am<br /><br />Sometimes it may be necessary to run media stream content in different enviornment.<br><br>For example you may want to use different content servers.<br><br>You may also want to split traffic using different Service/Channel:<br>1. Run media stream over layer4 data type service, which may be faster in some enviornments.<br>2. Run other HTTP traffic over Accelerate HTTP data type service with compression.<br><br>With help of flightPATH it can be done in two ways:<br>1. Use "Redirect" action - in that case you have to take care that port of media stream channel is available and not firewalled.<br>2. "Use Server" action to redirect to media stream channel - in that case redirection will be invisible to browser and be done internaly. In heavy load enviornments that way may be slower since media traffic is processed through two channels.<br><br>In short all you have to do is:<br>1. Setup another service or channel to handle media stream.<br>2. Create necessary flightPATH rule to redirect media traffic to that channel/service.<br>3. Apply that rule to HTTP service.<br><br>Following are sample flightPATH rules:<br><br>&#091;jetnexusdaemon-Path-18&#093;<br>Desc="Redirects requests to Flash Media Streams to appropriate channel"<br>Name="Redirect Media"<br><br>&#091;jetnexusdaemon-Path-18-Condition-1&#093;<br>Check="end"<br>Condition="path"<br>Sense="does"<br>Value=".flv"<br><br>&#091;jetnexusdaemon-Path-18-Function-1&#093;<br>Action="redirect"<br>Target="http://$host$:8080/$path$"<br><br>&#091;jetnexusdaemon-Path-19&#093;<br>Desc="Redirects Flash Media Stream traffic to appropriate channel"<br>Name="Use Media"<br><br>&#091;jetnexusdaemon-Path-19-Condition-1&#093;<br>Check="end"<br>Condition="path"<br>Sense="does"<br>Value=".flv"<br><br>&#091;jetnexusdaemon-Path-19-Function-1&#093;<br>Action="use_server"<br>Target="$host$:8080"<br><br><span style="font-size:10px"><br /><br />Edited by softscrape - 17 Mar 2011 at 7:28am</span>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 09:00:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=112&amp;PID=157#157</guid>
  </item> 
  <item>
   <title>jetNEXUS ALB-X : Check how cache work or not</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=111&amp;PID=156#156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=52" rel="nofollow">testman</a><br /><strong>Subject:</strong> Check how cache work or not<br /><strong>Posted:</strong> 23 Feb 2011 at 8:52am<br /><br />hi all,<br>I see that we have Cache configure tab, but i did not know how to test it.<br>Please help to test it work or not<br>Thanks&nbsp; all.<br>Testman<br>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 08:52:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=111&amp;PID=156#156</guid>
  </item> 
  <item>
   <title>Other useful Info : Turn off keep alives in IIS6</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=4&amp;PID=142#142</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=3" rel="nofollow">EHawkins</a><br /><strong>Subject:</strong> Turn off keep alives in IIS6<br /><strong>Posted:</strong> 05 Jan 2011 at 5:12pm<br /><br />Hi Fhoek,<DIV>&nbsp;</DIV><DIV><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><SPAN><FONT color=#000000>You might want to disable keep alive connections because of an incompatibility with the application being served or because you want to keep the timeout short. </P><DIV>&nbsp;</DIV><DIV>The advantage of a short timeout is the ability to deliver multiple components of a web page quickly while not tying up multiple server processes or threads for too long.</DIV><DIV>&nbsp;</DIV><DIV>I hope this helps. Feel free to ask me if there is something specific you want to do, or not do. <img src="http://forum.jetnexus.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Emily</FONT></SPAN></DIV></DIV>]]>
   </description>
   <pubDate>Wed, 05 Jan 2011 17:12:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=4&amp;PID=142#142</guid>
  </item> 
  <item>
   <title>jetNEXUS ALB-X : Command line only?</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=77&amp;PID=115#115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=26" rel="nofollow">Andy_Knowlson</a><br /><strong>Subject:</strong> Command line only?<br /><strong>Posted:</strong> 29 Oct 2010 at 2:29pm<br /><br />Hi Msbaker,<div><br></div><div>Once you get to the CLI you should be able to press enter and then be presented with the login prompt using the default username and password will grant you access to the unit.</div><div><br></div><div>Once logged in using the following command you can then get the IP information ifconfig eth0 and then access the GUI on https://X.X.X.X:27376.</div><div><br></div><div>Please let me know if this works for you, I can also send you the manual where this is covered in great detail.</div><div><br>Thanks</div><span style="font-size:10px"><br /><br />Edited by Andy_Knowlson - 29 Oct 2010 at 2:30pm</span>]]>
   </description>
   <pubDate>Fri, 29 Oct 2010 14:29:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=77&amp;PID=115#115</guid>
  </item> 
  <item>
   <title>jetNEXUS ALB-X : Command line only?</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=77&amp;PID=113#113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=40" rel="nofollow">msbaker</a><br /><strong>Subject:</strong> Command line only?<br /><strong>Posted:</strong> 25 Oct 2010 at 9:49pm<br /><br />Just installed the ISO into a VM to test it, I've ended up sat at a command line interface. Is there no graphical interface?]]>
   </description>
   <pubDate>Mon, 25 Oct 2010 21:49:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=77&amp;PID=113#113</guid>
  </item> 
  <item>
   <title>Application Delivery Controllers (ADCs) : An ADC is not just a LB with more features</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=69&amp;PID=105#105</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=3" rel="nofollow">EHawkins</a><br /><strong>Subject:</strong> An ADC is not just a LB with more features<br /><strong>Posted:</strong> 04 Oct 2010 at 3:40pm<br /><br /><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><FONT size=3 face=Calibri>jetNEXUS&nbsp;have been developing Application delivery devices for some time now and have continually been trying to convince network managers to separate Application delivery from Packet delivery.</FONT></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT size=3 face=Calibri>&nbsp;</FONT></o:p></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><FONT size=3 face=Calibri>Many network engineers seem to struggle with this concept. &nbsp;The old perception is that ADC’s are like load balancers with an upgrade. They tend to look like switches, containing loads of network sockets with cat 5 hanging out all over the place; basically an evolved switch. </FONT></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><o:p><FONT size=3 face=Calibri>&nbsp;</FONT></o:p></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><FONT size=3 face=Calibri>Whilst it may be true that the modern Application Delivery Controller does indeed contain much of the functionality of a traditional load balancer, it is however architecturally different. &nbsp;Most modern Application Delivery Controllers have high speed networking ports that connect to switches. &nbsp;They are more like proxies than intelligent switches. </FONT></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><o:p><FONT size=3 face=Calibri>&nbsp;</FONT></o:p></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><FONT size=3 face=Calibri>Application Delivery Controllers are not switches or routers. Design your packet delivery network then build your application delivery network on top of it.</FONT></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><o:p><FONT size=3 face=Calibri>&nbsp;</FONT></o:p></P><P style="MARGIN: 0cm 0cm 0pt" =Ms&#111;normal><FONT size=3 face=Calibri>Let the network take care of the packet delivery and the ADC take care of the application delivery.&nbsp; </P><DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><DIV></DIV>Feel free to comment and share your views....<img src="http://forum.jetnexus.com/smileys/smiley17.gif" height="17" width="17" border="0" alt="T&#111;ngue" title="T&#111;ngue" /></DIV></FONT>]]>
   </description>
   <pubDate>Mon, 04 Oct 2010 15:40:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=69&amp;PID=105#105</guid>
  </item> 
  <item>
   <title>jetNEXUS ALB-X : Error when connect to JetNEXUS ALB-X Server</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=68&amp;PID=104#104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=36" rel="nofollow">huyquocnguyen</a><br /><strong>Subject:</strong> Error when connect to JetNEXUS ALB-X Server<br /><strong>Posted:</strong> 22 Sep 2010 at 1:11pm<br /><br />I recognized that the server not apply new ip address.<div><br></div><div>When<i> restart</i>, it show some errors as below and the ip address restored to 192.168.100.100</div><div><br></div><div><div><i>Bind failed, will retry....: Socket error # 99</i></div><div><i>cannot assign requested address</i></div></div><div><div><i>Bind failed, will retry....: Socket error # 99</i></div><div><i>cannot assign requested addressBind failed, will retry....: Socket error # 99</i></div><div><i>cannot assign requested address</i></div></div><div><i>....................................................</i></div><div><br></div><div>I set the Network Adapter on Bridge mode.</div><div><br></div><div>Have any suggestion for me about this error ?</div><div><br></div><div>Thanks,</div><div>Huy Nguyen</div>]]>
   </description>
   <pubDate>Wed, 22 Sep 2010 13:11:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=68&amp;PID=104#104</guid>
  </item> 
  <item>
   <title>jetNEXUS ALB-X : Error when connect to JetNEXUS ALB-X Server</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=68&amp;PID=103#103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=36" rel="nofollow">huyquocnguyen</a><br /><strong>Subject:</strong> Error when connect to JetNEXUS ALB-X Server<br /><strong>Posted:</strong> 22 Sep 2010 at 11:27am<br /><br />Hi OJG,<div><br></div><div>Thanks for your quick reply.&nbsp;</div><div><br></div><div>I try again with command:<i>&nbsp;</i><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><i>route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.2.1</i></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><i><br></i></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">That command not show any problem but I still can't connect to the appliance with&nbsp;</span><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">https://192.168.2.64:27376/.</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">When start jnALB, i saw that:&nbsp;<i>httpconfigd Started on http://127.0.0.1:27374</i></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><i><br></i></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">So, I try with http, https and port 27374/27376, but still successful.</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">Check with <i>ifconfig eth0</i>, it show correct ip 192.168.2.64 255.255.255.0</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">Check with <i>route</i>, it show</span></div><div><br></div><div><b>Destination</b><span ="Apple-tab-span" style="white-space:pre"><b>	</b></span><b>Gateway</b><span ="Apple-tab-span" style="white-space:pre"><b>		</b></span><b>Genmask</b><span ="Apple-tab-span" style="white-space:pre"><b>		</b></span><b>Flags</b><span ="Apple-tab-span" style="white-space:pre"><b>	</b></span><b>Metric</b><span ="Apple-tab-span" style="white-space:pre"><b>	</b></span><b>Ref</b><span ="Apple-tab-span" style="white-space:pre"><b>	</b></span><b>Use</b><span ="Apple-tab-span" style="white-space:pre"><b>		</b></span><b>Iface</b></div><div><i>192.168.2.0</i><span ="Apple-tab-span" style="white-space:pre"><i>	</i></span><i>*</i><span ="Apple-tab-span" style="white-space:pre"><i>			</i></span><i>255.255.255.0</i><span ="Apple-tab-span" style="white-space:pre"><i>	</i></span><i>U</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>0</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>0</i><span ="Apple-tab-span" style="white-space:pre"><i>	</i></span><i>0</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>eth0</i></div><div><i>default</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>192.168.2.1</i><span ="Apple-tab-span" style="white-space:pre"><i>	</i></span><i>0.0.0.0</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>UG</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>0</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>0</i><span ="Apple-tab-span" style="white-space:pre"><i>	</i></span><i>0</i><span ="Apple-tab-span" style="white-space:pre"><i>		</i></span><i>eth0</i></div><div><br></div><div>My laptop have ip: 192.168.2.111 (Windows Vista Home Premium x64). I start jnALB on VMWare Workstation 7.0.1 which running on my laptop.</div><div><br></div><div>How can i check the connection from my jnALB server ?</div><div><br></div><div>If I already started my jnALB server, why the jnDiscovery not show any item in the list ?</div><div><br></div><div>Have any wrong in my testing scenario ?</div><div><br></div><div>Thanks,</div><div>Huy Nguyen</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 22 Sep 2010 11:27:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=68&amp;PID=103#103</guid>
  </item> 
  <item>
   <title>jetNEXUS ALB-X : Error when connect to JetNEXUS ALB-X Server</title>
   <link>http://forum.jetnexus.com/forum_posts.asp?TID=68&amp;PID=102#102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.jetnexus.com/member_profile.asp?PF=19" rel="nofollow">OJG</a><br /><strong>Subject:</strong> Error when connect to JetNEXUS ALB-X Server<br /><strong>Posted:</strong> 22 Sep 2010 at 10:43am<br /><br /><div>Hi Huy,</div><div><br></div><div>Thank you for your comments, if the route command is not able to run can you please try and access the ALB from a computer that is on the same subnet (192.168.2.*). This should forgoe the need for a default gateway until you can access the GUI.</div><div><br></div><div>Also, the address to access the ALB GUI should be https://192.168.2.64:27376/, does this address work for you?</div><div><br></div><div>with regards to jnDiscover, what O/S are you running?</div><div><br></div><div>Best regards,</div><div><br></div><div>Oliver Gross</div>]]>
   </description>
   <pubDate>Wed, 22 Sep 2010 10:43:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.jetnexus.com/forum_posts.asp?TID=68&amp;PID=102#102</guid>
  </item> 
 </channel>
</rss>
