07-09-2014 06:38 PM - edited 03-07-2019 08:00 PM
07-09-2014 08:59 PM
Hi ,
I can't connect to it through my WAN IP address from my local network - Yes you cant connect using WAN IP address from your local LAN , because your NAT statement takes into action only for the traffic originating from outside to inside traffic , not for IP traffic originating inside to inside .
when you try accessing your WAN IP address from your local segment , during this time you are trying to take HTTP service from your router , not from your server . Because your NAT action does not comes into place .
Since router doesnt have HTTP service . IT drop the connection
Below is reset message from router
1. The requesting port or connection does not exist on this device. TCP sends back a RST+ACK and drops the segment.
Router#show running-config
Building configuration...
Current configuration : 752 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
!
!
!
interface GigabitEthernet0/0
ip address 10.0.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address dhcp
ip nat outside
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
ip nat inside source static tcp 10.0.0.10 80 1.1.1.1 80
ip classless
!
!
!
Router#show ip nat translations
Pro Inside global Inside local Outside local Outside global
tcp 1.1.1.1:80 10.0.0.10:80 --- ---
Router#
You need to access only via real IP Address 10.0.0.10:80 not with NAT IP Address
HTH
Sandy
07-10-2014 06:25 AM
07-10-2014 09:53 AM
Hi ,
Cisco IOS router doesnt support Hair Pinning .
HTH
Sandy
07-10-2014 07:32 PM
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