<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[Config] Silly problem with ping on 851 in Cisco</title>
<link>http://www.dslreports.com/forum/r20759000</link>
<description></description>
<language>en</language>
<pubDate>Wed, 11 Nov 2009 09:31:26 EDT</pubDate>
<lastBuildDate>Wed, 11 Nov 2009 09:31:26 EDT</lastBuildDate>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20761574</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : I too have the same problem reviewing ACL; especially a complex one with various applications. Sometime it takes me days to review them properly to ensure I don't miss anything :D<br><br>Anyway it is good to hear that the problem was fixed :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20761574</guid>
<pubDate>Tue, 08 Jul 2008 22:10:36 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20760496</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : No problems. Sometimes it just needs another pair of eyes to spot the silly mistake. Especially if you've staring at a config for a while and can't see the forest for the trees.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20760496</guid>
<pubDate>Tue, 08 Jul 2008 18:28:05 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20760424</link>
<description><![CDATA[<A HREF="/useremail/u/1411064"><b>Sailing_Nut</b></A> : That fixed it.<br><br>Amazing how a little change like deny to permit can change things!<br><br>Serves me right for using SDM and not looking a the default for the action.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20760424</guid>
<pubDate>Tue, 08 Jul 2008 18:15:22 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20760413</link>
<description><![CDATA[<A HREF="/useremail/u/1411064"><b>Sailing_Nut</b></A> : Oops!<br><br>Told you al I couldn't read!<br><br>Thanks for catching my stupid mistake.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20760413</guid>
<pubDate>Tue, 08 Jul 2008 18:11:55 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20760387</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Check line 11 of the acl 107.<br><br>Aryoba's has permit icmp any any echo.<br><br>You have deny icmp any any echo.<br><br>Enter the command "sh ip access-lists 107" and you'll see hits against each line in the acl. As the acl is now with the deny icmp statement you should see hits when you try to ping the router from the Internet and don't get a reply.<br><br>After changing the deny to permit you shoudl get a reply and see hits against line 11 in the acl]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20760387</guid>
<pubDate>Tue, 08 Jul 2008 18:06:40 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20760060</link>
<description><![CDATA[<A HREF="/useremail/u/1411064"><b>Sailing_Nut</b></A> : Here is the new ACL. As far as I can tell it's exactly as you had it, but I may not be able to read! ;-)<br><br><textarea name="code" class="text" cols=50 rows=10>access-list 107 remark auto generated by SDM firewall configuration&#012;access-list 107 remark SDM_ACL Category=1&#012;access-list 107 deny   ip 10.0.0.0 0.255.255.255 any&#012;access-list 107 deny   ip 172.16.0.0 0.15.255.255 any&#012;access-list 107 deny   ip 192.168.0.0 0.0.0.255 any&#012;access-list 107 deny   ip 127.0.0.0 0.255.255.255 any&#012;access-list 107 deny   ip host 255.255.255.255 any&#012;access-list 107 permit tcp any any eq 27000&#012;access-list 107 permit tcp any any range ftp-data ftp&#012;access-list 107 permit udp any eq bootps any eq bootpc&#012;access-list 107 deny   icmp any any echo&#012;access-list 107 permit icmp any any echo-reply&#012;access-list 107 permit icmp any any time-exceeded&#012;access-list 107 permit icmp any any unreachable&#012;access-list 107 deny   ip any any log&#012;</textarea><!--end code block--><br>I verified that the router is not ping-able using the line quality test from this site.<br><br>The router isn't down because I'm using it to access the Internet to write this reply.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20760060</guid>
<pubDate>Tue, 08 Jul 2008 17:03:22 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20759969</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : How does the ACL look like now? Does it look exactly the same as I suggested line by line? :)<br><br>Another possibility is that you are either pinging the wrong IP address, the router has different IP address now, or the router is down :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20759969</guid>
<pubDate>Tue, 08 Jul 2008 16:48:56 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20759917</link>
<description><![CDATA[<A HREF="/useremail/u/1411064"><b>Sailing_Nut</b></A> : I re-did my ACL as you suggested, but I'm still not answering ping requests. :-(<br><br>Any more thoughts?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20759917</guid>
<pubDate>Tue, 08 Jul 2008 16:39:02 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20759575</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : Try to implement the following ACL 107 instead ... :)<br><br>access-list 107 remark auto generated by SDM firewall configuration<br>access-list 107 remark SDM_ACL Category=1<br>access-list 107 deny   ip 10.0.0.0 0.255.255.255 any<br>access-list 107 deny   ip 172.16.0.0 0.15.255.255 any<br>access-list 107 deny   ip 192.168.0.0 0.0.255.255 any<br>access-list 107 deny   ip 127.0.0.0 0.255.255.255 any<br>access-list 107 deny   ip host 255.255.255.255 any<br>access-list 107 permit tcp any any eq 27000<br>access-list 107 permit tcp any any range ftp-data ftp<br>access-list 107 permit udp any eq bootps any eq bootpc<br>access-list 107 permit icmp any any echo<br>access-list 107 permit icmp any any echo-reply<br>access-list 107 permit icmp any any time-exceeded<br>access-list 107 permit icmp any any unreachable<br>access-list 107 deny   ip any any log]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20759575</guid>
<pubDate>Tue, 08 Jul 2008 15:42:54 EDT</pubDate>
</item>

<item>
<title>[Config] Silly problem with ping on 851</title>
<link>http://www.dslreports.com/forum/remark,20759000</link>
<description><![CDATA[<A HREF="/useremail/u/1411064"><b>Sailing_Nut</b></A> : I'm unable to ping my router fm the Internet, but I thought I had the icmp echo-reply enabled in myACL for FA4 (my WAN port)<br><br>Here is my FA4 config<br><br><textarea name="code" class="text" cols=50 rows=10>interface FastEthernet4&#012; description Outside WAN$FW_OUTSIDE$&#012; mac-address 0018.012f.0a95&#012; ip ddns update hostname borland.no-ip.info&#012; ip ddns update myupdate&#012; ip address dhcp client-id FastEthernet4&#012; ip access-group 107 in&#012; no ip redirects&#012; no ip unreachables&#012; no ip proxy-arp&#012; ip inspect SDM_LOW out&#012; ip nat outside&#012; ip virtual-reassembly&#012; ip route-cache flow&#012; duplex auto&#012; speed auto&#012; no cdp enable&#012;</textarea><!--end code block--><br>and here is mt ACL 107 that is applied to FA4<br><br><textarea name="code" class="text" cols=50 rows=10>access-list 107 remark auto generated by SDM firewall configuration&#012;access-list 107 remark SDM_ACL Category=1&#012;access-list 107 permit tcp any any eq 27000&#012;access-list 107 permit tcp any any eq ftp&#012;access-list 107 permit tcp any any eq ftp-data&#012;access-list 107 deny   ip 192.168.0.0 0.0.0.255 any&#012;access-list 107 permit udp any eq bootps any eq bootpc&#012;access-list 107 permit icmp any any echo-reply&#012;access-list 107 permit icmp any any time-exceeded&#012;access-list 107 permit icmp any any unreachable&#012;access-list 107 deny   ip 10.0.0.0 0.255.255.255 any&#012;access-list 107 deny   ip 172.16.0.0 0.15.255.255 any&#012;access-list 107 deny   ip 192.168.0.0 0.0.255.255 any&#012;access-list 107 deny   ip 127.0.0.0 0.255.255.255 any&#012;access-list 107 deny   ip host 255.255.255.255 any&#012;access-list 107 deny   ip any any log&#012;</textarea><!--end code block--><br>What am I missing? (Keep in mind that a good portion of the ACL is a mystery to me)<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20759000</guid>
<pubDate>Tue, 08 Jul 2008 14:02:11 EDT</pubDate>
</item>

</channel>
</rss>
