<?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: Syslog to locacl host in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290855#M816410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relative information is required if you want help. Here's an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list SYSLOG_SERVER extended permit ip host 10.10.20.17 host [router IP] &lt;/P&gt;&lt;P&gt;static (inside,outside) 10.10.20.17  access-list SYSLOG_SERVER tcp 65535 10000&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit udp host [router IP] host 10.10.20.17 eq syslog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the router you will need a static route to the inside host pointing to your ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.10.20.17 255.255.255.255 [ASA public IP]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 13:42:58 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2009-10-23T13:42:58Z</dc:date>
    <item>
      <title>Syslog to locacl host</title>
      <link>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290852#M816392</link>
      <description>&lt;P&gt;Hi MY network setup &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISP terminated in router ---&amp;gt; ASA5510--L3(3560)-L2 -LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objective:&lt;/P&gt;&lt;P&gt;Syslog needs to received from router to local machine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the route in router, and excluding NAT in ASA. From local machine i am able reach router , but from router unable to reach local machine (or syslog server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290852#M816392</guid>
      <dc:creator>mkkeyan</dc:creator>
      <dc:date>2019-03-11T16:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog to locacl host</title>
      <link>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290853#M816397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the ASA statics and ACL? What do the logs in the ASA state?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 12:56:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290853#M816397</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-10-23T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog to locacl host</title>
      <link>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290854#M816402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no static in ASA&lt;/P&gt;&lt;P&gt;Only acl and nonat acl &lt;/P&gt;&lt;P&gt;access-list internet-access-list permit ip 10.40.50.0 255.255.255.0 host 220.225.XXX.XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list noant permit ip 10.40.50.0 255.255.255.0 host 220.225.XXX.XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internet-access-list -binding inside interface&lt;/P&gt;&lt;P&gt;nonat-access-list with nat 0&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 13:33:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290854#M816402</guid>
      <dc:creator>mkkeyan</dc:creator>
      <dc:date>2009-10-23T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog to locacl host</title>
      <link>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290855#M816410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relative information is required if you want help. Here's an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list SYSLOG_SERVER extended permit ip host 10.10.20.17 host [router IP] &lt;/P&gt;&lt;P&gt;static (inside,outside) 10.10.20.17  access-list SYSLOG_SERVER tcp 65535 10000&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit udp host [router IP] host 10.10.20.17 eq syslog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the router you will need a static route to the inside host pointing to your ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.10.20.17 255.255.255.255 [ASA public IP]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 13:42:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290855#M816410</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-10-23T13:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog to locacl host</title>
      <link>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290856#M816416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 14:03:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-to-locacl-host/m-p/1290856#M816416</guid>
      <dc:creator>mkkeyan</dc:creator>
      <dc:date>2009-10-23T14:03:43Z</dc:date>
    </item>
  </channel>
</rss>

