cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
392
Views
0
Helpful
1
Replies

NAT from inside the network

dschuemann
Level 1
Level 1

I have a 807 router and when im inside the network and I go to remaxvoguerealty.com which the webserver is inside the network, I get a connection refused. Outside of the network it works fine.

Here are the NAT configs

ip nat inside source list 102 interface Ethernet1 overload

ip nat inside source static tcp 192.168.0.5 22 interface Ethernet1 22

ip nat inside source static tcp 192.168.0.1 23 interface Ethernet1 23

ip nat inside source static tcp 192.168.0.5 25 interface Ethernet1 25

ip nat inside source static tcp 192.168.0.5 110 interface Ethernet1 110

ip nat inside source static tcp 192.168.0.5 53 interface Ethernet1 53

ip nat inside source static udp 192.168.0.5 53 interface Ethernet1 53

ip nat inside source static tcp 192.168.0.5 80 interface Ethernet1 80

ip nat inside source static tcp 192.168.0.5 443 interface Ethernet1 443

Thank you

1 Reply 1

jolmo
Level 4
Level 4

I suppose web server's IP address is 192.168.0.5. I think the problem is that when you try to access web server from the inside you use Ethernet1 as destination IP address, port 80. If this is right, NAT won't work so you're not trying to go outside. In fact, you actually are trying to access the router via web. If web configuration of the router is disabled you'll get connection refused.

So, from the inside, try to access to http://192.168.0.5. If you can reach the web server, then the problem is that one commented above. So you'll have to use that IP address to access from the inside.

Hope this helps

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: