Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
How can set the static PAT and global NAT for the same host as the same timeFor example, I would like to PAT host A smtp to host B smtp while NAT host A to host C.static (DMZ,WAN) tcp A smtp B smtp netmask 255.255.255.255static (LAN,WAN) A C netmask ...
Hi all,I found out what is the source of the problem. The problem is the order I enter the rule. When I tried to runno static (DMZ,WAN) tcp PCCW_Sec_SMTP smtp DMZ_MS01 smtp netmask 255.255.255.255static (DMZ,WAN) tcp PCCW_Sec_SMTP smtp DMZ_IronPort ...
Hi Manasi,Here is the output:ciscoasa# packet-tracer input WAN tcp 1.1.1.1 1024 202.xx.xx.xx 25 detailedPhase: 1Type: ACCESS-LISTSubtype:Result: ALLOWConfig:Implicit RuleAdditional Information: Forward Flow based lookup yields rule: in id=0x3b116a0,...
Hi Manasi,Here is part of sh run outputname 202.xx.xx.xx PCCW_Pri_SMTPname 202.xx.xx.xx PCCW_Sec_SMTPname 172.16.0.253 DMZ_IronPortname 172.16.0.25 DMZ_MS01name 192.168.10.25 LAN_MS02name 172.16.0.252 DMZ_IronPort_2static (LAN,WAN) tcp PCCW_Pri_SMTP ...
Hi Manasi,I tried to change the PAT rule from DMZ_MS01 to DMZ_IronPort, it gave me the warning. And I tried to monitor the email and found that the incoming email will go to LAN_MS02 directly instead of DMZ_MS01. Even I tried to change back the rule,...