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.
Greetings,
I have the following issue:
I've got a 2821 router configured for NAT. It's supposed to grant access to a webserver on the local network at address 192.168.1.46, port 8080 from the outside network. The network address translation is workin...
Thank you for the explanation. However, I am confused by this then:
int lo0
ip add 10.11.11.1 255.255.255.255 - doesn't this mean that there is only one address in the loopback interface network segment? Therefore, the next hop address 10.11.11.2 is ...
The solution was trivial, as most of them are - the local web server did not have a proper default gateway set. Changing that to the router that I am configuring fixed the issue. Thank you everyone, you've led me to the right solution.
Absolutely:
master#telnet 192.168.1.46 8080Trying 192.168.1.46, 8080 ... Open GET /index.html<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-s...
I cannot ping it from outside, as I have said before: the connection is not established.
However, I see that NAT is working:
master#sh ip nat translations Pro Inside global Inside local Outside local Outside globaltcp <gatewa...