 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NAT problem</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: yarddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42328</link>
		<dc:creator>yarddon</dc:creator>
		<pubDate>Mon, 12 Sep 2005 16:43:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-42328</guid>
		<description><![CDATA[Hi everyone,
Thanks for all those that replied. I have decided to close this subject as I feel I am going in circles.
a couple mentioned some solutions that I am going to try.
Thanks again to all who replied.
Regards
Robert]]></description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
Thanks for all those that replied. I have decided to close this subject as I feel I am going in circles.<br />
a couple mentioned some solutions that I am going to try.<br />
Thanks again to all who replied.<br />
Regards<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hedgehog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42329</link>
		<dc:creator>hedgehog</dc:creator>
		<pubDate>Thu, 08 Sep 2005 07:20:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-42329</guid>
		<description><![CDATA[Hey Robert,

You&#039;ve got a tough one there with those guys in networking... Have you tried asking the people who designed or sold you the application? Surely you&#039;re not the only one using it, and it appears to me the setup you&#039;re trying to achieve is not that uncommon (having different machines in DMZ would be more typical though)

What&#039;s on the application logs and on the webserver logs? Any hints there?

I am pretty lost. If you can talk to the webserver externally and the app is on the same machine as the web server, it doesn&#039;t make sense you can&#039;t talk to the app. Just for the sake of trying out, can you install the application in a different machine, inside your LAN, and redirect the requests from the IIS server to the internal machine? 

Sorry, man, but I can&#039;t think of anything else right now...

Good luck

Hedgehog.]]></description>
		<content:encoded><![CDATA[<p>Hey Robert,</p>
<p>You&#8217;ve got a tough one there with those guys in networking&#8230; Have you tried asking the people who designed or sold you the application? Surely you&#8217;re not the only one using it, and it appears to me the setup you&#8217;re trying to achieve is not that uncommon (having different machines in DMZ would be more typical though)</p>
<p>What&#8217;s on the application logs and on the webserver logs? Any hints there?</p>
<p>I am pretty lost. If you can talk to the webserver externally and the app is on the same machine as the web server, it doesn&#8217;t make sense you can&#8217;t talk to the app. Just for the sake of trying out, can you install the application in a different machine, inside your LAN, and redirect the requests from the IIS server to the internal machine? </p>
<p>Sorry, man, but I can&#8217;t think of anything else right now&#8230;</p>
<p>Good luck</p>
<p>Hedgehog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yarddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42330</link>
		<dc:creator>yarddon</dc:creator>
		<pubDate>Wed, 07 Sep 2005 08:38:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-42330</guid>
		<description><![CDATA[Hi Hedgehog,
Thanks for the followup.
In the Application I have to configure the IP address that the App will be communicating on and I create the certificate with that IP address. It&#039;s my understanding if I assign the app with the external IP 198.x.x.x then I can communicate however then I lose the ability to communicate internally. I did not try your suggestion with the url, honestly I am not sure I understood it thoroughly.
I am told it can be done with networking/routing etc but I understand the networking guys are not sharing the knowledge(Politics).
HTH
Robert]]></description>
		<content:encoded><![CDATA[<p>Hi Hedgehog,<br />
Thanks for the followup.<br />
In the Application I have to configure the IP address that the App will be communicating on and I create the certificate with that IP address. It&#8217;s my understanding if I assign the app with the external IP 198.x.x.x then I can communicate however then I lose the ability to communicate internally. I did not try your suggestion with the url, honestly I am not sure I understood it thoroughly.<br />
I am told it can be done with networking/routing etc but I understand the networking guys are not sharing the knowledge(Politics).<br />
HTH<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hedgehog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42331</link>
		<dc:creator>hedgehog</dc:creator>
		<pubDate>Wed, 07 Sep 2005 06:18:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-42331</guid>
		<description><![CDATA[Hi Robert,

Sorry I haven&#039;t answered before; been away. 

I am also confused about the app only allowing one single IP. Is this a licensing or a configuration issue? Can you NAT or proxy so that the app only sees the IP address of the NAT device or proxy?

Did you try the idea about changing the certificates? 

If the webserver &amp; the database are on same machine, that would rule out routing issues; unless the app is somehow set to allow only connections from &quot;local&quot; IP addresses (that would explain why your internal &amp; VPN users can access it). 

Any luck inspecting the webserver and/or database logs? What is the actual error reported?

Hope it helps,

Hedgehog.]]></description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Sorry I haven&#8217;t answered before; been away. </p>
<p>I am also confused about the app only allowing one single IP. Is this a licensing or a configuration issue? Can you NAT or proxy so that the app only sees the IP address of the NAT device or proxy?</p>
<p>Did you try the idea about changing the certificates? </p>
<p>If the webserver &amp; the database are on same machine, that would rule out routing issues; unless the app is somehow set to allow only connections from &#8220;local&#8221; IP addresses (that would explain why your internal &amp; VPN users can access it). </p>
<p>Any luck inspecting the webserver and/or database logs? What is the actual error reported?</p>
<p>Hope it helps,</p>
<p>Hedgehog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ambrish</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42332</link>
		<dc:creator>ambrish</dc:creator>
		<pubDate>Tue, 06 Sep 2005 05:49:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-42332</guid>
		<description><![CDATA[first see what is the port no used by soap and also check the port no used by database if sql then 1433
if oracle then 1521 which u will map on the router 

regards 
ambrish]]></description>
		<content:encoded><![CDATA[<p>first see what is the port no used by soap and also check the port no used by database if sql then 1433<br />
if oracle then 1521 which u will map on the router </p>
<p>regards<br />
ambrish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amigus</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42333</link>
		<dc:creator>amigus</dc:creator>
		<pubDate>Thu, 01 Sep 2005 11:56:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-42333</guid>
		<description><![CDATA[First of all I should point out that even if you had active directory my solution above would not work.  I guess I should think before I write sometimes.  :-)

Unfortunately after reading your reply I think I&#039;m not really understanding your problem or enough about the senerio.  Your point about the application being tied to one IP confuses me.  Can you give any more background on it?]]></description>
		<content:encoded><![CDATA[<p>First of all I should point out that even if you had active directory my solution above would not work.  I guess I should think before I write sometimes.  <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Unfortunately after reading your reply I think I&#8217;m not really understanding your problem or enough about the senerio.  Your point about the application being tied to one IP confuses me.  Can you give any more background on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yarddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42334</link>
		<dc:creator>yarddon</dc:creator>
		<pubDate>Thu, 01 Sep 2005 02:09:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-42334</guid>
		<description><![CDATA[Hi Amigus,
Thanks for the reply. This machine is not operating in active directory. I can access the machine from the intranet and also from the internet but only with a VPN. I am trying to eliminate the VPN as users can access this server from anywhere.
The problem is the software that is tied to the database only allows access from a single ip address. I was hoping someone knew if I could configure the network in such a way that I would not have a conflict.
HTH
Robert]]></description>
		<content:encoded><![CDATA[<p>Hi Amigus,<br />
Thanks for the reply. This machine is not operating in active directory. I can access the machine from the intranet and also from the internet but only with a VPN. I am trying to eliminate the VPN as users can access this server from anywhere.<br />
The problem is the software that is tied to the database only allows access from a single ip address. I was hoping someone knew if I could configure the network in such a way that I would not have a conflict.<br />
HTH<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amigus</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42335</link>
		<dc:creator>amigus</dc:creator>
		<pubDate>Wed, 31 Aug 2005 12:48:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-42335</guid>
		<description><![CDATA[It might be an authentication issue, more specifically a delegation issue.

Find the computer account in the active directory, open it up and check &quot;Trust computer for delegation.&quot;

If you&#039;re concerned about security I&#039;d take some time to learn about delegation and figure out how to allow delegation only for the database to minimize the risk noted by hedgehog.]]></description>
		<content:encoded><![CDATA[<p>It might be an authentication issue, more specifically a delegation issue.</p>
<p>Find the computer account in the active directory, open it up and check &#8220;Trust computer for delegation.&#8221;</p>
<p>If you&#8217;re concerned about security I&#8217;d take some time to learn about delegation and figure out how to allow delegation only for the database to minimize the risk noted by hedgehog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yarddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/nat-problem/#comment-42336</link>
		<dc:creator>yarddon</dc:creator>
		<pubDate>Wed, 31 Aug 2005 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-42336</guid>
		<description><![CDATA[Hedgehog,
Thanks for the reply. You are correct regarding ip address. Unfortunately, the DB and IIS both share the same machine and I do share your concerns regarding IIS. It&#039;s only short lived though as I will be separating them soon. I may do what you suggest and place this IIS machine in a DMZ and see what happens.
Your certificate idea is interesting and I will investigate it some more.
I agree it could also be routing issues unfortunately I am not sure where to begin as the Networking guys think it&#039;s not.
Regards
Robert]]></description>
		<content:encoded><![CDATA[<p>Hedgehog,<br />
Thanks for the reply. You are correct regarding ip address. Unfortunately, the DB and IIS both share the same machine and I do share your concerns regarding IIS. It&#8217;s only short lived though as I will be separating them soon. I may do what you suggest and place this IIS machine in a DMZ and see what happens.<br />
Your certificate idea is interesting and I will investigate it some more.<br />
I agree it could also be routing issues unfortunately I am not sure where to begin as the Networking guys think it&#8217;s not.<br />
Regards<br />
Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 384/387 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 19:06:34 -->