<?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 Xlate and server communication in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182333#M360900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, i do not see the SYN packets leaving outside interface. &lt;/P&gt;&lt;P&gt;Is the static nat configuration for these ip's correct ? How should i proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 08:19:09 GMT</pubDate>
    <dc:creator>suthomas1</dc:creator>
    <dc:date>2013-03-05T08:19:09Z</dc:date>
    <item>
      <title>Xlate and server communication</title>
      <link>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182331#M360898</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a server in our LAN. It connects to a Juniper firewall , this inturn connects to an ASA which acts as the &lt;/P&gt;&lt;P&gt;internet firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN Server 10.96.1.90 needs to connect to an external destination 81.20.97.19 for ftp service as also the external &lt;/P&gt;&lt;P&gt;destination should be able to connect back to 10.96.1.90 for ftp service&lt;/P&gt;&lt;P&gt; However,the request from 10.96.1.90 is only recognised &amp;amp; allowed on the destination when it comes from &lt;/P&gt;&lt;P&gt;public IP 203.121.17.140 and similarly, request from 81.20.97.19 to 10.96.1.90 is done using public IP 203.121.17.140.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server 10.96.1.90 -&amp;gt; Juniper Firewall&amp;nbsp; -&amp;gt; ASA Firewall -&amp;gt; Destination 81.20.97.19 (FTP)&lt;/P&gt;&lt;P&gt;Destination 81.20.97.19 (FTP) -&amp;gt; ASA Firewall -&amp;gt; Juniper Firewall&amp;nbsp; -&amp;gt; Server 10.96.1.90 (FTP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN Server IP: 10.96.1.90&lt;/P&gt;&lt;P&gt;Juniper Firewall LAN interface IP: 10.96.1.68&lt;/P&gt;&lt;P&gt;Juniper Firewall WAN interface IP: 172.16.1.68&lt;/P&gt;&lt;P&gt;ASA Firewall LAN interface IP: 172.16.1.98 ( Transit Interface(eth0/2) is the name given to the interface which connects Juniper's WAN to ASA's LAN)&lt;/P&gt;&lt;P&gt;ASA Firewall WAN interface IP: 203.121.17.144&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rules are in place on both Juniper and ASA firewall for the above bidirectional communication.I can see the packets passing on through the juniper firewall on its way to ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The communication when initiated from 10.96.1.90 towards 81.20.97.19&amp;nbsp; is not successful.&lt;/P&gt;&lt;P&gt;When i run capture on ASA, i can see the packets coming on to ASA via Juniper firewall, but i can only see sync packets.&lt;/P&gt;&lt;P&gt;Moreover, i cannot see the xlate for these packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current configuration on the ASA firewall is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 1&lt;/P&gt;&lt;P&gt; ip address 203.121.17.144 255.255.255.224&amp;nbsp; &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; description To Server&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.16.0.98 255.255.255.0&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; description To Juniper Firewall&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif transit&lt;/P&gt;&lt;P&gt; security-level 90&lt;/P&gt;&lt;P&gt; ip address 172.16.1.98 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system disk0:/asa822-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name bsh-sg.com&lt;/P&gt;&lt;P&gt;object-group service Apps tcp&lt;/P&gt;&lt;P&gt; description FTP and HTTP access&lt;/P&gt;&lt;P&gt; port-object eq ftp-data&lt;/P&gt;&lt;P&gt; port-object eq ftp&lt;/P&gt;&lt;P&gt; port-object eq echo&lt;/P&gt;&lt;P&gt; port-object eq www&lt;/P&gt;&lt;P&gt;object-group service FTP tcp&lt;/P&gt;&lt;P&gt; port-object eq ftp&lt;/P&gt;&lt;P&gt; port-object eq ftp-data&lt;/P&gt;&lt;P&gt;access-list acl_out extended permit tcp any host 203.121.17.142 object-group Apps&lt;/P&gt;&lt;P&gt;access-list acl_out extended permit tcp host 81.20.97.19 host 203.121.17.140 object-group FTP&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging console informational&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;mtu transit 1500&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-645.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 2 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (transit) 2 10.96.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,outside) 203.121.17.142 172.16.0.97 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (transit,outside) 203.121.17.140 10.96.1.90 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 203.121.17.129 1&lt;/P&gt;&lt;P&gt;route transit 10.96.1.0 255.255.255.0 172.16.1.68 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime seconds 28800&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The communication when initiated from 10.96.1.90 towards 81.20.97.19 is initiated , it is not successful.&lt;/P&gt;&lt;P&gt;When i run capture on ASA, i can see the packets coming in to ASA via Juniper firewall, but i can only see sync packets.&lt;/P&gt;&lt;P&gt;Moreover, i cannot see the xlate for this packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this problem, if there is any thing wrong on the ASA regarding this requirement of traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all inputs!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:09:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182331#M360898</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2019-03-12T01:09:13Z</dc:date>
    </item>
    <item>
      <title>Xlate and server communication</title>
      <link>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182332#M360899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you the same SYN packets leaving the outside interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 18:56:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182332#M360899</guid>
      <dc:creator>jocamare</dc:creator>
      <dc:date>2013-03-04T18:56:32Z</dc:date>
    </item>
    <item>
      <title>Xlate and server communication</title>
      <link>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182333#M360900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, i do not see the SYN packets leaving outside interface. &lt;/P&gt;&lt;P&gt;Is the static nat configuration for these ip's correct ? How should i proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 08:19:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182333#M360900</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2013-03-05T08:19:09Z</dc:date>
    </item>
    <item>
      <title>Xlate and server communication</title>
      <link>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182334#M360901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your above configuration I cant at the moment see anything that would prevent the connection being initiated through it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Static NAT is configure correctly&lt;/LI&gt;&lt;LI&gt;There is a default route for outbound connections&lt;/LI&gt;&lt;LI&gt;The security-level between "transit" and "outside" should allow for the traffic to pass the firewall&lt;/LI&gt;&lt;LI&gt;You have FTP inspection configured which will automatically allow the Data connection after Control connection has been formed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could confirm the firewalls operation by using the "packet-tracer" command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input transit tcp 10.96.1.90 1234 81.20.97.19 21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will simulate the FTP connection attempt from the host behind "transit" interface to the specified destination IP address on the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the output of that command here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 08:37:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182334#M360901</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-05T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Xlate and server communication</title>
      <link>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182335#M360902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you see any particular logs refering to these particular public IP when testing?&lt;/P&gt;&lt;P&gt;Try to gest an ASP capture, this is the command for it: &lt;STRONG&gt;capture drop type asp-drop all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test and check the capture : &lt;STRONG&gt;show capture drop | i 81.20.97.19&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you having problems only when going to 81.20.97.19?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 19:19:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/xlate-and-server-communication/m-p/2182335#M360902</guid>
      <dc:creator>jocamare</dc:creator>
      <dc:date>2013-03-05T19:19:06Z</dc:date>
    </item>
  </channel>
</rss>

