<?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: PIX 515 need to blocking GOTOMYPC.com in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363704#M590622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must apply this to an interface like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 deny tcp any 216.187.82.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 permit ip any any &lt;/P&gt;&lt;P&gt;access-group 120 in interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2005 18:56:08 GMT</pubDate>
    <dc:creator>bklambdin</dc:creator>
    <dc:date>2005-03-01T18:56:08Z</dc:date>
    <item>
      <title>PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363701#M590611</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need someone to review the changes being made:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to block gotomypc.com on a PIX 515. Based on my research a host called poll.gotomypc.com (66.151.158.177) needs to blocked to prevent users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I am planning to add to the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 deny tcp 192.168.0.0 255.255.255.0 host 66.151.158.177 eq any&lt;/P&gt;&lt;P&gt;access-list 100 permit ip any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this config work. The LAN is 192.168.x.x based.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:59:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363701#M590611</guid>
      <dc:creator>FRahman</dc:creator>
      <dc:date>2020-02-21T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363702#M590615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah this would work, if TCP is the control protocol. If you dont need any access to that site, you can just deny ip for that IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 deny ip 192.168.0.0 255.255.255.0 host 66.151.158.177&lt;/P&gt;&lt;P&gt;access-list 100 permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will deny both tcp and udp connections to that ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a proxy server, you can use URL based filtering in that, if you need to block many more such websites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2005 08:22:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363702#M590615</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2005-03-01T08:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363703#M590619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this should work, if you want to have a more detailed overview how this service works, then check out this practial paper on the GIAC web site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.giac.org/certified_professionals/practicals/gcia/0676.php" target="_blank"&gt;http://www.giac.org/certified_professionals/practicals/gcia/0676.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2005 14:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363703#M590619</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-01T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363704#M590622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must apply this to an interface like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 deny tcp any 216.187.82.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 permit ip any any &lt;/P&gt;&lt;P&gt;access-group 120 in interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2005 18:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363704#M590622</guid>
      <dc:creator>bklambdin</dc:creator>
      <dc:date>2005-03-01T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363705#M590628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the input, I will attempt Brian's suggestion and let you know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 01:33:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363705#M590628</guid>
      <dc:creator>FRahman</dc:creator>
      <dc:date>2005-03-04T01:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363706#M590638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attemped the following changes to PIX config but it did not block the traffic. I could still ping the host and the users could still gain access to gotomypc.com access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the config changes that were typed into the PIX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 deny tcp any 66.151.158.177 55.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 permit ip any any &lt;/P&gt;&lt;P&gt;access-group 120 in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 07:16:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363706#M590638</guid>
      <dc:creator>FRahman</dc:creator>
      <dc:date>2005-03-10T07:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363707#M590642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I do an nslookup on gotomypc.com, dns comes back with 66.151.158.183.  Open up your command prompt and do an c:\nslookup gotomypc.com [return] and see what you get.  So maybe they changed their IP address or are changing it often.  So try that IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, to keep your users from going to a site, you could block from the inside interface, eg., deny any going to that IP, then you have to put a permit any any and put the group on the inside interface.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 15:01:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363707#M590642</guid>
      <dc:creator>stalljh</dc:creator>
      <dc:date>2005-03-10T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 need to blocking GOTOMYPC.com</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363708#M590645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, looking again....I see their are 2 urls, one is poll.gotomypc.com and the other is just gotomypc.com, which are two different IPs, .177 and 183 in the last octet.  And I see you are blocking on the inside interface, so just add another line in acl 120 to block .183 and apply the group to the inside interface.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 15:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-need-to-blocking-gotomypc-com/m-p/363708#M590645</guid>
      <dc:creator>stalljh</dc:creator>
      <dc:date>2005-03-10T15:09:55Z</dc:date>
    </item>
  </channel>
</rss>

