<?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.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : BOS Port and IP Forwarding</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : BOS Port and IP Forwarding</description>
  <pubDate>Mon, 13 Apr 2026 15:37:00 -700</pubDate>
  <lastBuildDate>Fri, 08 Jun 2012 12:24:24 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3488</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>BOS Port and IP Forwarding : Hi Von,We need more information...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13807#13807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3488<br /><strong>Posted:</strong> 08-Jun-2012 at 12:24pm<br /><br /><div>Hi Von,</div><div><br></div><div>We need more information in order to debug this. Could you provide us with the following?</div><div><br></div><div>1. The exception and stack trace you're getting when you're trying to initialize the EM.</div><div><br></div>2. The client and server DevForce debug logs. See&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/log" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/log</a>&nbsp;in case you need more info.<div><br><div>3. A Fiddler session with DevForce extension installed.&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/fiddler" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/fiddler</a></div></div>]]>
   </description>
   <pubDate>Fri, 08 Jun 2012 12:24:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13807#13807</guid>
  </item> 
  <item>
   <title>BOS Port and IP Forwarding : Hi Denis,Actually that&amp;#039;s...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13798#13798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1228" rel="nofollow">Vonzkie</a><br /><strong>Subject:</strong> 3488<br /><strong>Posted:</strong> 07-Jun-2012 at 4:33pm<br /><br />Hi Denis,<div><br></div><div>Actually that's what we did, we have two Web Project, one is a Administration Site and the BOS.</div><div>The client application is a Windows Form Application that access some service of the Administration Site and uses Devforce in data manipulation.</div><div>We successfully access the services in the Administration Site (native WCF service with EF4 Code First) but we we're not able to connect to the BOS.</div><div>Both sites resides on the same host. 192.168.0.15</div><div><br></div><div>Example:</div><div><br></div><div>http://99.99.99.99/AdminPortal.Web/Services/SampleService.svc can be accessed publicly and we were able to connect to the service</div><div>http://99.99.99.99/BusinessObjectServer.Web/EntityServer.svc can be accessed publicly but I don't know why we can't initialize our EntityManager using this kind of Setup</div><div><br></div><div>Can you shed some light one what we're doing wrong here?</div><div><br></div><div>Note that without this IP Forwarding mechanism, we don't experience problem in connecting to BOS.</div><div><br></div><div>Regard,</div><div>Von</div>]]>
   </description>
   <pubDate>Thu, 07 Jun 2012 16:33:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13798#13798</guid>
  </item> 
  <item>
   <title>BOS Port and IP Forwarding : Hi Von, If we didn&amp;#039;t fill...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13797#13797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3488<br /><strong>Posted:</strong> 07-Jun-2012 at 3:08pm<br /><br />Hi Von,<div><br></div><div><table width="99%"><tr><td class="BBquote"></div><div><span style="text-align: left; : rgb251, 251, 253; ">If we didn't fill the ServerPort property on the configuration, what would be the default port of the BOS? Is it Port 80?</span></div><div><span style="text-align: left; : rgb251, 251, 253; "></td></tr></table></span></div><div><span style="text-align: left; : rgb251, 251, 253; "><br></span></div><div><span style="text-align: left; : rgb251, 251, 253; ">This depends on where you're deploying your BOS. If you're deploying on your own managed IIS, and you haven't changed its default setting, then yes, the default port will be 80.</span></div><div><span style="text-align: left; : rgb251, 251, 253; "><br></span></div><div><span style="text-align: left; : rgb251, 251, 253; "><table width="99%"><tr><td class="BBquote"></span></div><div><span style="text-align: left; : rgb251, 251, 253; ">Another, example we have a public address of 99.99.99.99 that directs to a local ip of 192.168.0.15 and the BOS is really located at 192.168.0.15, how can we deal with that in our client or server settings?</span></div><div><span style="text-align: left; : rgb251, 251, 253; "></td></tr></table></span></div><div><span style="text-align: left; : rgb251, 251, 253; "><br></span></div><div><span style="text-align: left; : rgb251, 251, 253; ">You don't configure this in your client or server config. Only the router is involved in directing this. So if you have configured your router to direct any request from the public ip to the local ip, everything should work.</span></div>]]>
   </description>
   <pubDate>Thu, 07 Jun 2012 15:08:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13797#13797</guid>
  </item> 
  <item>
   <title>BOS Port and IP Forwarding : Hi,If we didn&amp;#039;t fill the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13779#13779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1228" rel="nofollow">Vonzkie</a><br /><strong>Subject:</strong> 3488<br /><strong>Posted:</strong> 06-Jun-2012 at 11:06pm<br /><br />Hi,<div><br></div><div>If we didn't fill the ServerPort property on the configuration, what would be the default port of the BOS? Is it Port 80?</div><div>Another, example we have a public address of 99.99.99.99 that directs to a local ip of 192.168.0.15 and the BOS is really located at 192.168.0.15, how can we deal with that in our client or server settings?</div><div><br></div><div>Thanks,</div><div>Von</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 06 Jun 2012 23:06:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3488&amp;PID=13779#13779</guid>
  </item> 
 </channel>
</rss>