<?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: Network extend problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/network-extend-problem/m-p/909029#M958527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;  Hi Patrick&lt;/P&gt;&lt;P&gt;    Traffic flow from interface with higher security level to interface with lower is permit by default, and your traffic is from DMZ to outside. So this is not an ACL issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ISP gave us 64IP 123.123.123.192-255, but we now only use 32. I wanna make use of it by change the config of existing firewall"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"DMZ: 123.123.123.222/27 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understand from above lines is, you assign public IPs from ISP directly to servers in DMZ and outside. If so, the issue is you most probably forgot to change the subnetmask of servers from 255.255.255.240 to 255.255.255.224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If it is not like as I understood, and you have private LAN IP for DMZ, then you dont have a NAT translation for them as following&lt;/P&gt;&lt;P&gt;nat (DMZ) 1 0 0 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 10:51:59 GMT</pubDate>
    <dc:creator>Alan Huseyin Kayahan</dc:creator>
    <dc:date>2007-12-17T10:51:59Z</dc:date>
    <item>
      <title>Network extend problem</title>
      <link>https://community.cisco.com/t5/network-security/network-extend-problem/m-p/909028#M958517</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am runnning an ASA5510, with interface config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside: 192.168.0.254/24&lt;/P&gt;&lt;P&gt;Outside: 123.123.123.241/28&lt;/P&gt;&lt;P&gt;DMZ: 123.123.123.238/28&lt;/P&gt;&lt;P&gt;that mean usable IP range in DMZ is 123.123.123.225-238&lt;/P&gt;&lt;P&gt;usable IP range in Outside is&lt;/P&gt;&lt;P&gt;123.123.123.241-254&lt;/P&gt;&lt;P&gt;123.123.123.254 is gateway IP of ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISP gave us 64IP 123.123.123.192-255, but we now only use 32. I wanna make use of it by change the config of existing firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEW setting as below&lt;/P&gt;&lt;P&gt;Inside: 192.168.0.254/24&lt;/P&gt;&lt;P&gt;Outside: 123.123.123.241/27&lt;/P&gt;&lt;P&gt;DMZ: 123.123.123.222/27&lt;/P&gt;&lt;P&gt;Gateway is unchanged&lt;/P&gt;&lt;P&gt;that mean usable IP range in DMZ now is 123.123.123.193-222&lt;/P&gt;&lt;P&gt;usable IP range in Outside is&lt;/P&gt;&lt;P&gt;123.123.123.225-254&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But once I change it, server behind inside interface can surf internet,&lt;/P&gt;&lt;P&gt;but both server behind DMZ and outside cannot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ASA show followling error message&lt;/P&gt;&lt;P&gt;3|Dec 17 2007 17:04:04|710003: UDP access denied by ACL from 123.123.123.244/1158 to outside:202.66.92.241/53&lt;/P&gt;&lt;P&gt;3|Dec 17 2007 17:04:03|710003: UDP access denied by ACL from 123.123.123.244/1158 to outside:202.66.92.241/53&lt;/P&gt;&lt;P&gt;2|Dec 17 2007 17:03:50|106001: Inbound TCP connection denied from 123.123.123.244/1393 to 203.161.231.35/80 flags SYN  on interface outside&lt;/P&gt;&lt;P&gt;2|Dec 17 2007 17:03:44|106001: Inbound TCP connection denied from 123.123.123.244/1393 to 203.161.231.35/80 flags SYN  on interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, I think it may be ACL problem , but even I use very simple config as below, same problem still occur, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;: Written by enable_15 at 08:33:46.644 UTC Fri Dec 14 2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 7.0(2) &lt;/P&gt;&lt;P&gt;names&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 0&lt;/P&gt;&lt;P&gt; ip address 123.123.123.241 255.255.255.224  &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;&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 192.168.0.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 80&lt;/P&gt;&lt;P&gt; ip address 123.123.123.222 255.255.255.224 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;enable password RNbjwrefst9AcP.4V encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQWcdfIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname CPHKASA01&lt;/P&gt;&lt;P&gt;domain-name xxxxxxxx.com&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;monitor-interface management&lt;/P&gt;&lt;P&gt;monitor-interface inside&lt;/P&gt;&lt;P&gt;monitor-interface outside&lt;/P&gt;&lt;P&gt;monitor-interface dmz&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm502.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) 1 interface&lt;/P&gt;&lt;P&gt;global (dmz) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;established tcp 80 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 123.123.123.254 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&lt;/P&gt;&lt;P&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 192.168.0.0 255.255.255.0 inside&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&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;dhcpd address 192.168.1.2-192.168.1.254 management&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 50&lt;/P&gt;&lt;P&gt;dhcpd enable management&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;!&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;  inspect dns maximum-length 512 &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect tftp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;smtp-server 123.123.123.203 202.76.4.36&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ay people know what is the problem and how to solve it?   Thanks a lot!!!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:51:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/network-extend-problem/m-p/909028#M958517</guid>
      <dc:creator>patricksiucw</dc:creator>
      <dc:date>2019-03-13T00:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Network extend problem</title>
      <link>https://community.cisco.com/t5/network-security/network-extend-problem/m-p/909029#M958527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;  Hi Patrick&lt;/P&gt;&lt;P&gt;    Traffic flow from interface with higher security level to interface with lower is permit by default, and your traffic is from DMZ to outside. So this is not an ACL issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ISP gave us 64IP 123.123.123.192-255, but we now only use 32. I wanna make use of it by change the config of existing firewall"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"DMZ: 123.123.123.222/27 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understand from above lines is, you assign public IPs from ISP directly to servers in DMZ and outside. If so, the issue is you most probably forgot to change the subnetmask of servers from 255.255.255.240 to 255.255.255.224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If it is not like as I understood, and you have private LAN IP for DMZ, then you dont have a NAT translation for them as following&lt;/P&gt;&lt;P&gt;nat (DMZ) 1 0 0 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 10:51:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/network-extend-problem/m-p/909029#M958527</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2007-12-17T10:51:59Z</dc:date>
    </item>
  </channel>
</rss>

