AOA
i have a 2801 router which has two interfaces fastethernet 0/0 and fastethernet 0/1
fastethernet 0/0
ip nat inside
fastethernet 0/1
ip nat outside
i have question , i have applies PAT for internet and it is successfully working , but i have web server and i am doing a configuration
R(config)# ip nat inside source static tcp 192.168.222.86 80 interface fastethernet 0/1 80 extendable
192.168.222.86 is my internal ip , mappings are created i seen it through show ip nat translations command but my web server not receiving any request moreover no firewall is applied to block that traffic i am still not understanding what is the problem. please help me out.
|