<?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: Problems with Windows Server 2008 and static route on Pix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526980#M616248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the statement you specified and it seems to be working&lt;/P&gt;&lt;P&gt;as of now. It normallys tkaes a few minutes for me to loose internet. I will check it a&lt;/P&gt;&lt;P&gt;gain in a little while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Nov 2010 20:06:58 GMT</pubDate>
    <dc:creator>mcburneyr</dc:creator>
    <dc:date>2010-11-16T20:06:58Z</dc:date>
    <item>
      <title>Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526976#M616240</link>
      <description>&lt;P&gt;We have recently added two Windows Server 2008 to our existing network. We have an access list for mail and www going to a Windows 2003 Server with no problem.&amp;nbsp; When I create the access list statement to open a specfic port 1153 on a separate Internet IP address and then add the static route to the Windows 2008 server, I loose Internet connection to that server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list mailin permit tcp any host X.X.X.44 eq smtp &lt;BR /&gt;access-list mailin permit tcp any host X.X.X.44 eq www&lt;/P&gt;&lt;P&gt;static (inside,outside) X.X.X.44 X.X.X.22 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create the following statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list mailin permit tcp any host X.X.X.45 eq 1153&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) X.X.X.45 X.X.X.28 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loose Internet connection on the Windows 2008 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:10:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526976#M616240</guid>
      <dc:creator>mcburneyr</dc:creator>
      <dc:date>2019-03-11T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526977#M616242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm doesn't make any sense.&lt;/P&gt;&lt;P&gt;Config looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I can think of is that the address x.x.x.45 is not routed back to the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) X.X.X.45 X.X.X.28 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you hit x.x.x.45 from a host on the internet do you see hit counts on this acl that you added for port 1153?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess not.&amp;nbsp; You need to get with your ISP and ask them if they are routing traffic to the firewall's outside mac-address if traffic is destined to that address x.x.x.45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before contacting the ISP - try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave the current translation in place for this 2008 server - I am assuming it uses nat/global&lt;/P&gt;&lt;P&gt;configured a static pat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 1153&amp;nbsp; x.x.x.28 1153 net 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see if this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 19:40:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526977#M616242</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-11-16T19:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526978#M616244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (inside,outside) tcp interface 1153&amp;nbsp; x.x.x.28 1153 net 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying this statement exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp X.X.X.45 1153&amp;nbsp; x.x.x.28 1153 net 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 19:46:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526978#M616244</guid>
      <dc:creator>mcburneyr</dc:creator>
      <dc:date>2010-11-16T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526979#M616246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp X.X.X.45 1153&amp;nbsp; x.x.x.28 1153 net 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and add this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 1153&amp;nbsp; x.x.x.28 1153 net 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let the server take nat/global to go out to the internet just like other hosts.&amp;nbsp; Use this above static pat only for port 1153.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to access the server using the outside interface IP address on port 1153. Yes, that is correct syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 19:50:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526979#M616246</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-11-16T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526980#M616248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the statement you specified and it seems to be working&lt;/P&gt;&lt;P&gt;as of now. It normallys tkaes a few minutes for me to loose internet. I will check it a&lt;/P&gt;&lt;P&gt;gain in a little while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 20:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526980#M616248</guid>
      <dc:creator>mcburneyr</dc:creator>
      <dc:date>2010-11-16T20:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526981#M616252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is the static route to the Windows 2003 server working properly but the&lt;/P&gt;&lt;P&gt;1153 port to the windows 2008 server not working the same way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 20:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526981#M616252</guid>
      <dc:creator>mcburneyr</dc:creator>
      <dc:date>2010-11-16T20:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Windows Server 2008 and static route on Pix</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526982#M616255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Russell,&lt;/P&gt;&lt;P&gt;Are you asking why the static pat to the interface IP works but, the 1-1 static that you added to the x.x.x.45 IP address fails?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be because the upstream router is not sending taffic to the the firewall for that IP address as I mentioned earlier. Check with your ISP and ask them if they are sending traffic to the x.x.x.45 address towards the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 21:12:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-windows-server-2008-and-static-route-on-pix/m-p/1526982#M616255</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-11-16T21:12:55Z</dc:date>
    </item>
  </channel>
</rss>

