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

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

<channel>
<title>Re: [Config] [PIX 501] Logging Issue in Cisco</title>
<link>http://www.dslreports.com/forum/r14343352</link>
<description></description>
<language>en</language>
<pubDate>Fri, 04 Dec 2009 10:32:06 EDT</pubDate>
<lastBuildDate>Fri, 04 Dec 2009 10:32:06 EDT</lastBuildDate>

<item>
<title>Re: [Config] [PIX 501] Logging Issue</title>
<link>http://www.dslreports.com/forum/remark,14378325</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Ah! Spot on it makes perfect sense now. How did I know it was going to be something simple. Thankyou very much :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14378325</guid>
<pubDate>Fri, 16 Sep 2005 14:25:51 EDT</pubDate>
</item>

<item>
<title>Re: [Config] [PIX 501] Logging Issue</title>
<link>http://www.dslreports.com/forum/remark,14365893</link>
<description><![CDATA[<A HREF="/useremail/u/623324"><b>Jugaad</b></A> : :)<br><br>Message was not logged because the request was not trying to go THROUGH the PIX but it was trying to go TO the PIX. I don't see www port being redirected to inside on the PIX.<br><SMALL>--<br>Not able to get online? Good!! Go out and meet friends ;-)</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14365893</guid>
<pubDate>Wed, 14 Sep 2005 21:05:39 EDT</pubDate>
</item>

<item>
<title>Re: [Config] [PIX 501] Logging Issue</title>
<link>http://www.dslreports.com/forum/remark,14347088</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Added access-list outside_access_in deny tcp any any log and equally access-list outside_access_in deny ip any any log it makes no differance the same messages are still logged :huh:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14347088</guid>
<pubDate>Mon, 12 Sep 2005 14:10:34 EDT</pubDate>
</item>

<item>
<title>Re: [Config] [PIX 501] Logging Issue</title>
<link>http://www.dslreports.com/forum/remark,14343352</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : You need to specify such ACL with "log" parameter in order for the syslog server to receive such log. Here is a Cisco link for more info:<br><br>&raquo;<A HREF="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a3.html#wp1067755" >www.cisco.com/en/US/products/sw/&middot;&middot;&middot;p1067755</A><br><br>Here is an illustration. Let's say you need to know which unapproved IP address that is trying to establish TCP connection. Then the command is something like this<br><br>access-list outside_access_in deny tcp any any log<br><br>Keep in mind that such deny ACL should be placed after the permit ACL. Otherwise all IP address (including the approved ones) would also be rejected.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14343352</guid>
<pubDate>Sun, 11 Sep 2005 22:09:31 EDT</pubDate>
</item>

<item>
<title>[Config] [PIX 501] Logging Issue</title>
<link>http://www.dslreports.com/forum/remark,14340872</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Hello,<br><br>I am having an issue with my PIX which is preventing proper log anaysis.<br><br>When the pix is receiving unsolicited packets on the outside interface it is dropping them and logging the following:<br><br>Sep 11 19:49:28 pix Sep 11 2005 19:49:28 pix : %PIX-4-710005: TCP request discarded from 82.36.60.92/2458 to outside:123.37.130.123/www <br><br>Great I know! However mormally what i would be expecting to see would be:<br><br>Sep 11 19:37:38 pix Sep 11 2005 19:37:38 pix : %PIX-4-106023: Deny tcp src outside:82.36.60.92/2458 dst inside:123.37.130.123/www by access-group "outside_access_in" <br><br>which would indicate the request was denied by the ACL.<br><br>The logging analysis software (fwanalog) will only process entries that were denied by the ACL which is perfectly correct. When running the log though fwanalog it is ignoring the 710005 discarded messages resulting in nothing been displayed in the output. <br><br>Can anyone explain why the pix is not blocking using the ACL? Or at least (as I suspect) not reporting that it's blocking because of the ACL. Inbound access as defined by the ACL is working perfectly.<br><br>My config is below, you will see I have changed the level of some of the logging messages, this is purely to have them displayed at level 4 so I don't have to run with debug. The issues exists with or without this of course.<br><br>Any clues? Many Thanks.<br><br><div class="code"><PRE><span class="codetext">PIX Version 6.3(4)<br>interface ethernet0 10baset<br>interface ethernet1 100full<br>nameif ethernet0 outside security0<br>nameif ethernet1 inside security100<br>enable password password encrypted<br>passwd password encrypted<br>hostname pix<br>domain-name local.domain<br>clock summer-time BST recurring last Sun Mar 1:00 last Sun Oct 1:00<br>fixup protocol dns maximum-length 512<br>fixup protocol ftp 21<br>fixup protocol h323 h225 1720<br>fixup protocol h323 ras 1718-1719<br>fixup protocol http 80<br>fixup protocol rsh 514<br>fixup protocol rtsp 554<br>fixup protocol sip 5060<br>fixup protocol sip udp 5060<br>fixup protocol skinny 2000<br>fixup protocol smtp 25<br>fixup protocol sqlnet 1521<br>fixup protocol tftp 69<br>names<br>object-group service voip udp <br>  description SIP Ports<br>  port-object eq 5060 <br>object-group network sip_hosts <br>  description SIP IP Block<br>  network-object 123.10.79.123 255.255.255.248<br>object-group network ssh_hosts <br>  description Permitted SSH Sources<br>  network-object host 123.84.194.123 <br>  network-object host 123.79.113.123 <br>  network-object host 123.86.102.123 <br>access-list inside_access_in permit icmp any any <br>access-list inside_access_in permit ip any any <br>access-list outside_access_in permit icmp any any echo-reply <br>access-list outside_access_in permit tcp object-group ssh_hosts host 123.36.130.123 eq ssh<br> * <br>access-list outside_access_in permit udp object-group sip_hosts object-group voip host 123<br> *.36.130.123 <br>pager lines 27<br>logging on<br>logging timestamp<br>logging trap warnings<br>logging device-id hostname<br>logging host inside 192.168.1.50<br>logging message 710005 level warnings<br>logging message 710001 level warnings<br>logging message 710002 level warnings<br>logging message 607001 level warnings<br>icmp deny any outside<br>mtu outside 1500<br>mtu inside 1500<br>ip address outside dhcp setroute<br>ip address inside 192.168.1.1 255.255.255.0<br>ip audit info action alarm<br>ip audit attack action alarm<br>pdm history enable<br>arp timeout 14400<br>global (outside) 1 interface<br>nat (inside) 1 0.0.0.0 0.0.0.0 0 0<br>static (inside,outside) udp interface 5060 192.168.1.26 5060 netmask 255.255.255.255 10 10<br> * <br>static (inside,outside) tcp interface ssh 192.168.1.50 ssh netmask 255.255.255.255 5 5 <br>access-group outside_access_in in interface outside<br>access-group inside_access_in in interface inside<br>timeout xlate 3:00:00<br>timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00<br>timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00<br>timeout uauth 0:05:00 absolute<br>aaa-server TACACS+ protocol tacacs+ <br>aaa-server TACACS+ max-failed-attempts 3 <br>aaa-server TACACS+ deadtime 10 <br>aaa-server RADIUS protocol radius <br>aaa-server RADIUS max-failed-attempts 3 <br>aaa-server RADIUS deadtime 10 <br>aaa-server LOCAL protocol local <br>ntp server 194.117.157.4 source outside<br>snmp-server host inside 192.168.1.50 poll<br>no snmp-server location<br>no snmp-server contact<br>snmp-server community marbles<br>no snmp-server enable traps<br>tftp-server inside 192.168.1.50 pix<br>floodguard enable<br>telnet 192.168.1.195 255.255.255.255 inside<br>telnet timeout 15<br>ssh 192.168.1.195 255.255.255.255 inside<br>ssh 192.168.1.181 255.255.255.255 inside<br>ssh timeout 15<br>console timeout 0<br>dhcpd address 192.168.1.180-192.168.1.190 inside<br>dhcpd dns 192.168.1.200 <br>dhcpd lease 86400<br>dhcpd ping_timeout 750<br>dhcpd option 150 ip 192.168.1.50<br>dhcpd enable inside<br>terminal width 100<br><br>(*) WARNING 3 long line(s) split</SPAN></PRE></DIV>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14340872</guid>
<pubDate>Sun, 11 Sep 2005 15:09:23 EDT</pubDate>
</item>

</channel>
</rss>
