<?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: Configuring a5505 setup public server + DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057761#M397847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear it's now working. Thanks for the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 10:26:46 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2012-10-10T10:26:46Z</dc:date>
    <item>
      <title>Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057754#M397840</link>
      <description>&lt;P style="text-align: left;"&gt;Please bear with me, as am I utter new to the a5505 and Cisco products in general. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Setup:&lt;/P&gt;&lt;P style="text-align: left;"&gt;LAN (192.168.1.X, with .3 as gateway)&lt;/P&gt;&lt;P style="text-align: left;"&gt;DMZ (192.168.2.X with .1 as gateway)&lt;/P&gt;&lt;P style="text-align: left;"&gt;WAN (X.X.X.146 as primary public IP, .145 as gateway and .147-150 as additional public IPs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I want to set it up so that X.146 is where all my outbound traffic appears to originate.&lt;/P&gt;&lt;P style="text-align: left;"&gt;I want tcp HTTPS and SMTP to be allowed from the WAN (via the X.147 IP) to a specific server (192.168.1.11) on the LAN.&lt;/P&gt;&lt;P style="text-align: left;"&gt;Also, HTTP traffic to X.148, X.149 and X.150 should go to DMZ and 192.168.2.8, 192.168.2.15 and 192.168.2.18 respectively, but I haven't added that to my config yet. Looking to get the HTTPS and SMTP ones working first, then I'll fix the others (one step at a time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I've got contact with the outside world when I've configured it using the ASDMs "Public Server" interface, but it refuses to properly establish the connection, I get a "SYN timeout". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿I'm sure it is a simple mistake I've made someplace, but some of this stuff is greek to me sofar, I must admit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config:&lt;/P&gt;&lt;PRE&gt;: Saved
:
ASA Version 8.2(5) 
!
hostname kcisco
enable password X encrypted
passwd X encrypted
names
name X.X.X.144 outside-network
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
 switchport access vlan 5
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.1.3 255.255.255.0 
!
interface Vlan2
 nameif outside
 security-level 0
 ip address X.X.X.146 255.255.255.248 
!
interface Vlan5
 description DMZ interface
 no forward interface Vlan1
 nameif DMZ
 security-level 50
 ip address 192.168.2.1 255.255.255.0 
!
ftp mode passive
clock timezone GMT 0
object-group service DM_INLINE_SERVICE_0
 service-object gre 
 service-object tcp eq pptp 
 service-object udp eq isakmp 
 service-object udp eq 1701 
 service-object udp eq 1723 
 service-object udp eq 4500 
object-group service DM_INLINE_TCP_1 tcp
 port-object eq https
 port-object eq smtp
object-group service DM_INLINE_TCP_3 tcp
 port-object eq https
 port-object eq smtp
access-list outside_access extended permit tcp any object-group DM_INLINE_TCP_3 host X.X.X.147 object-group DM_INLINE_TCP_1&amp;nbsp; 
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
mtu DMZ 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 
static (inside,outside) X.X.X.147 192.168.1.11 netmask 255.255.255.255 
access-group outside_access in interface outside
route outside 0.0.0.0 0.0.0.0 X.X.X.145 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
!
!
prompt hostname context 
no call-home reporting anonymous
Cryptochecksum:cc8458013e545e2e7ba1e2c0caa3dd6a
: end
no asdm history enable
&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:06:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057754#M397840</guid>
      <dc:creator>bottulf12</dc:creator>
      <dc:date>2019-03-12T00:06:36Z</dc:date>
    </item>
    <item>
      <title>Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057755#M397841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, just a small mistake...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following ACL:&lt;/P&gt;&lt;PRE&gt;access-list outside_access extended permit tcp any object-group DM_INLINE_TCP_3 host X.X.X.147 object-group DM_INLINE_TCP_1&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be:&lt;/P&gt;&lt;PRE&gt;access-list outside_access extended permit tcp any host X.X.X.147 object-group DM_INLINE_TCP_1&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 13:13:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057755#M397841</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-09T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057756#M397842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, fixed that at least.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still no further in getting the connection to be established. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see this in my logs:&lt;/P&gt;&lt;P&gt;6 Oct 09 2012 15:29:22&amp;nbsp; Z.Z.Z.Z 42061 192.168.1.11 443 Built inbound TCP connection 1064 for outside:Z.Z.Z.Z/42061 (Z.Z.Z.Z/42061) to inside:192.168.1.11/443 (X.X.X.147/443)&lt;/P&gt;&lt;P&gt;6 Oct 09 2012 15:29:52&amp;nbsp; Z.Z.Z.Z 42061 192.168.1.11 443 Teardown TCP connection 1064 for outside:Z.Z.Z.Z/42061 to inside:192.168.1.11/443 duration 0:00:30 bytes 0 SYN Timeout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Z.Z.Z.Z is the outside host I am testing from)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I've connected the mailserver to the firewall and configured it to use the FW gateway (192.168.1.3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 13:35:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057756#M397842</guid>
      <dc:creator>bottulf12</dc:creator>
      <dc:date>2012-10-09T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057757#M397843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SYN timeout, means the mail server is not responding.&lt;/P&gt;&lt;P&gt;Do you have any firewall on the mail server that might be preventing inbound access from the internet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 13:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057757#M397843</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-09T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057758#M397844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Not while it's connected to the A5505, no. &lt;/P&gt;&lt;P&gt; I reconnect it to the old firewall and I get access just fine (old firewall is a linux box with IpCop). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither SMTP or telnet port 25 goes through, both times out. The machine can access the world, so connectivity to the server is working at least outgoing.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 13:59:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057758#M397844</guid>
      <dc:creator>bottulf12</dc:creator>
      <dc:date>2012-10-09T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057759#M397845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest that you clear the ARP cache on the upstream device because it might still have the ARP entry with the IpCop MAC address hence it's not working when you connect it to the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively just reload the next hop device which connect to the outside interface of the ASA/IpCop. Also assuming that you unplug the IpCop from the network once you have the ASA connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 02:16:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057759#M397845</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-10T02:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057760#M397846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Got it working now. Is on a new unused connection, so ARPs and such upstream was not a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did was change the internal addy to the same as the old firewall (192.168.1.4) and then things just worked, instead of trying to set it up as a new gateway addy (I had changed the IP settings on the test server to use the .3 addy, but for some reason once I put the a5505 to .4 it just worked.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 09:45:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057760#M397846</guid>
      <dc:creator>bottulf12</dc:creator>
      <dc:date>2012-10-10T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring a5505 setup public server + DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057761#M397847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear it's now working. Thanks for the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 10:26:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-a5505-setup-public-server-dmz/m-p/2057761#M397847</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-10T10:26:46Z</dc:date>
    </item>
  </channel>
</rss>

