<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Terminal server acccess thro pix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350819#M549204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Spaulose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me brief my network setup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local lan : 10.0.0.0/24&lt;/P&gt;&lt;P&gt;Mail server 10.0.0.2/24 (adsl outsdie global IP mapped in ADSL modem to give mail access)&lt;/P&gt;&lt;P&gt;Proxy server insdie NIC :10.0.0.1 /24&lt;/P&gt;&lt;P&gt;proxy server outsdieNIC :172.16.1.1/24&lt;/P&gt;&lt;P&gt;Pix inside              : 172.16.1.2 /24&lt;/P&gt;&lt;P&gt;pix outsdie             : 192.168.100.1/24&lt;/P&gt;&lt;P&gt;ADSL modem inside etho  : 192.168.100.2/24&lt;/P&gt;&lt;P&gt;Adsl outsdie             :Global Fixed IP (ISP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In pix &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.2 1 &lt;/P&gt;&lt;P&gt;Adsl atm0 outside global IP is used by outside users to access  to the internal mail &amp;amp; terminal server 10.0.0.2 to give terminal server access for the outside untruseted network users.But I want to know how can I configure the PIX to map the local IP of mail server to the global  IP of ADSL modem.&lt;/P&gt;&lt;P&gt;If I leave the adsl configure untouched and in pix nat (inside) 0 0 0 command used , then can the terminal server is accessable from outside.&lt;/P&gt;&lt;P&gt;I really confused with the port address mapping like stuffs.&lt;/P&gt;&lt;P&gt;Please help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2005 14:27:31 GMT</pubDate>
    <dc:creator>arumugasamy</dc:creator>
    <dc:date>2005-04-20T14:27:31Z</dc:date>
    <item>
      <title>Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350812#M549177</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to open a port for microsoft terminal server located inside the pix 515E to give outside users access. Which port should i open?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls provide me the configuration details if you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swamy &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:05:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350812#M549177</guid>
      <dc:creator>arumugasamy</dc:creator>
      <dc:date>2020-02-21T08:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350813#M549187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try these commands..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 10.1.1.1 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any host 200.1.1.1 eq 3389&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The static command would use the inteface ip address of the outside interface to make the&lt;/P&gt;&lt;P&gt;translation and then send the information to the 10.1.1.1 host on the inside which would be the&lt;/P&gt;&lt;P&gt;server on the inside. The access list is permiting 'any' to connect to the ip address 200.1.1.1&lt;/P&gt;&lt;P&gt;which is an example of the ip address that the ISP is assigning to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the document that you can relate to to see the explanation of what we are using here.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/707/28.html#port" target="_blank"&gt;http://www.cisco.com/warp/public/707/28.html#port&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2005 15:09:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350813#M549187</guid>
      <dc:creator>spaulose</dc:creator>
      <dc:date>2005-04-16T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350814#M549191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mr.Saju for your valid information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2005 10:04:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350814#M549191</guid>
      <dc:creator>arumugasamy</dc:creator>
      <dc:date>2005-04-17T10:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350815#M549193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saju,&lt;/P&gt;&lt;P&gt;In cusromer setup, the adsl modem in the edge  doing the pat. Isp assigned single static ip for the wan0 interface and ip address of that int doing the pating.&lt;/P&gt;&lt;P&gt;adsl etho and the server all are connected to the inside eth segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to connect the pix and do the rest of the config. is it ok not to move the pating from the adsl modem to the pix and puting only acl on the outside interface to allow the outside users to access termial server port.&lt;/P&gt;&lt;P&gt;access-list allow permit tcp any x.x.x.x eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give me your solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2005 10:13:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350815#M549193</guid>
      <dc:creator>arumugasamy</dc:creator>
      <dc:date>2005-04-17T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350816#M549196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saju,&lt;/P&gt;&lt;P&gt;In the customer network, adsl router wan int only doing the pating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your config,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static(inside,outside)tcp interface 3389 10.1.1.1 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the interface denote the outsdie interface but in actual setup pix outside i used one rfc1918 private ip range address.How can I do  the pating by using adsl modem's wan0 ip address in the pix firewall. &lt;/P&gt;&lt;P&gt;There is no translation rule in the internal network sofar configured. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls could you help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swamy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2005 11:12:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350816#M549196</guid>
      <dc:creator>arumugasamy</dc:creator>
      <dc:date>2005-04-17T11:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350817#M549199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the ip addresses available is limited it does not harm to retain the pating on the adsl and use the firewall just for protection. &lt;/P&gt;&lt;P&gt;But remember there will be 2 NATing for packets from Inside to get to Internet. That is one on PIX and the other on ADSL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 01:57:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350817#M549199</guid>
      <dc:creator>spaulose</dc:creator>
      <dc:date>2005-04-18T01:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350818#M549201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming here that your Inside network is 10.1.1.0 255.255.255.0 w.r.t PIX and outside network w.r.t PIX is 172.16.1.0 255.255.255.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case...I would use..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if this answers your question. If not then please clarify your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 02:01:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350818#M549201</guid>
      <dc:creator>spaulose</dc:creator>
      <dc:date>2005-04-18T02:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal server acccess thro pix</title>
      <link>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350819#M549204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Spaulose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me brief my network setup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local lan : 10.0.0.0/24&lt;/P&gt;&lt;P&gt;Mail server 10.0.0.2/24 (adsl outsdie global IP mapped in ADSL modem to give mail access)&lt;/P&gt;&lt;P&gt;Proxy server insdie NIC :10.0.0.1 /24&lt;/P&gt;&lt;P&gt;proxy server outsdieNIC :172.16.1.1/24&lt;/P&gt;&lt;P&gt;Pix inside              : 172.16.1.2 /24&lt;/P&gt;&lt;P&gt;pix outsdie             : 192.168.100.1/24&lt;/P&gt;&lt;P&gt;ADSL modem inside etho  : 192.168.100.2/24&lt;/P&gt;&lt;P&gt;Adsl outsdie             :Global Fixed IP (ISP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In pix &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.2 1 &lt;/P&gt;&lt;P&gt;Adsl atm0 outside global IP is used by outside users to access  to the internal mail &amp;amp; terminal server 10.0.0.2 to give terminal server access for the outside untruseted network users.But I want to know how can I configure the PIX to map the local IP of mail server to the global  IP of ADSL modem.&lt;/P&gt;&lt;P&gt;If I leave the adsl configure untouched and in pix nat (inside) 0 0 0 command used , then can the terminal server is accessable from outside.&lt;/P&gt;&lt;P&gt;I really confused with the port address mapping like stuffs.&lt;/P&gt;&lt;P&gt;Please help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2005 14:27:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/terminal-server-acccess-thro-pix/m-p/350819#M549204</guid>
      <dc:creator>arumugasamy</dc:creator>
      <dc:date>2005-04-20T14:27:31Z</dc:date>
    </item>
  </channel>
</rss>

