ā08-22-2016 03:02 PM - edited ā03-08-2019 07:06 AM
Dears,
Please find the attached topology.
there is something I m missing in the internet router that I don't know becz I can the asa packet capture the packets are coming back from ASA.
ā08-24-2016 04:35 AM
Dear Experts,
Please help
thanks
ā08-31-2016 06:45 PM
Hi,
I couldn't see any rule which is allowing "172.24.1.x" network to nat it to public ip of the interface. May i know how it is natting to public ip?
ā09-02-2016 12:17 AM
Dear ahmed
sorry for the typo mistake,
the mail server is in DMZ and all the policies are allowed for the mail server becz the mail server is accessible from the internet ,, only the router LAN users from subnet (172.17.1.X) are not able to access.
Dears sarathpa
It's my typo mistake in the topology diagram, the network is 172.17.1.X and not the 172.24.1.X
I can see traffic hit on the firewall and the nat translation on the router for the user traffic but the mail server webpage doesn't opens on user desk,
Can anybody guide me to narrow down the problem by proper troubleshooting steps.
thanks
ā09-02-2016 05:19 AM
Hi;
Please run the packet tracer on Cisco ASA firewall and verify the traffic flow on ASA firewall:
packet-tracer input outside tcp 172.17.1.X 1234 X.X.X.X 443 (where x.x.x.x is your mail server).
Thanks & Best regards;
ā09-03-2016 01:15 PM
Dears,
Attached is the packet capture from the ASA firewall for the user traffic which is initiating from the internet router
Steps how the user traffic flows:
Thanks
ā09-05-2016 12:02 PM
Dears,
Nobody can explain me the packet capture attached ???
thanks
ā09-06-2016 10:50 AM
Hi;
Just want to re-phrase your issue for understanding:
1. Your mail server ( https://mail.server) is on DMZ Zone of firewall with actual IP Address (10.20.20.20) and public IP (200.200.200.200).
2. User have global DNS server.
3. Whenever users try to access https://mail.server, DNS server will resolve the mail server IP as Public IP address (200.200.200.200).
User request for mail server request going outside (Router) instead of sending Firewall DMZ interface. The Mail server request is stuck between Router & firewall. The solution of this is by apply DNS doctoring on firewall:
Please modify the firewall policy on Cisco ASA firewall (DNS Doctoring):
static (inside,outside) 10.20.20.20 200.200.200.200 netmask 255.255.255.255 dns
For detail information with reference to DNS doctoring find below link: http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/72273-dns-doctoring-3zones.html
Thanks & Best regards;
ā09-07-2016 09:13 PM
Dear Shoaib
User request for mail server request going outside (Router) instead of sending Firewall DMZ interface. i think the flow of router will be as below
the public ip address of the mail server is in the subnet range of outside ip address and router internal interface. so when a router receives a reply from ISP for the public ip address of 200.200.200.200 he see's 200.200.200.200 as an ip from connected interface( Internal ) then he does the arp request for ip 200.200.200.200.
please correct me if m wrong.
thanks
ā09-07-2016 10:24 PM
Hi Clark,
Basically accessing internal network with NAT IP (Public IP address) is not standard Practice this often create asymmetric NAT issue.
ā09-09-2016 11:42 PM
Dear Shoaib & Pawan
i would thank you both for answering my thread,
i want to clarify one thing related to thread that these are isolate temporary users who are sitting outside of the firewall on the internet router one of the interface using a mail server in internal network only.
i will try the DNS keyword in the NAT and update the case.
thanks
ā09-10-2016 03:31 PM
Hi Clark;
Sorry was going on miss-track, for your case DNS doctoring is not applicable, because the traffic is coming from Firewall Outside interface.
Can you run the packet-tracer on ASA firewall (either CLI or ASDM) and verify where the traffic is blocking:
packet-tracer input outside tcp 172.17.1.10 1234 200.200.200.200 443.
Thanks & Best regards;
ā09-08-2016 01:09 AM
Hi Clark;
Pawan is 100% right due to current configuration it's creating asymmetric NAT issue & it will be solved via 2 option:
1 - Local user access the email server via local address instead of public IP.
2 - Apply DNS doctoring on Cisco ASA firewall.
Thanks & Best regards;
ā08-24-2016 02:07 PM
Hi;
Can you share the configuration of your Firewall & Internet Router?
If not then please share the nat and Routing configuration from Firewall & Router.
Thanks & Best regards;
ā08-31-2016 12:27 PM
Dears,
Nat on router
ip nat inside source list ADSL interface Dialer0 overload
ip access-list extended ADSL
deny ip 172.17.1.0 0.0.0.255 198.108.24.0 0.0.0.255
deny ip 172.17.1.0 0.0.0.255 host 9.63.136.166
deny ip 172.17.1.0 0.0.0.255 host 6.203.139.148
deny ip 172.17.1.0 0.0.0.255 host 18.87.16.45
deny ip 172.17.1.0 0.0.0.255 host 18.41.203.157
deny ip 172.17.1.0 0.0.0.255 host 18.41.202.157
deny ip 172.17.1.0 0.0.0.255 host 25.216.112.23
deny ip 172.17.1.0 0.0.0.255 host 28.22.57.176
deny ip 172.17.1.0 0.0.0.255 host 66.80.82.69
permit ip 172.17.1.0 0.0.0.255 any
permit ip 172.18.1.0 0.0.0.255 any
Firewall:
static (inside,outside) 10.20.20.20 200.200.200.200 netmask 255.255.255.255
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide