cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1000
Views
0
Helpful
2
Replies

877 with NAT plus access-list

truskows
Level 1
Level 1

I have 2 hosts behind an 877 running Apache's webserver.

How do I allow a report user access to both hosts?

I'm accessing one today but would like to access the other also and do not see a way

to do this in the current IOS.

I associate the TCP port 80 with translation between the dialer0 IP address assigned

by the service provider and the dynamic address of the host.

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Mike,

if you have only one public IP address, the one associated to dialer interface, your only option is that second server has to be mapped to another TCP port.

so the URL for the second server becomes string:

Hope to help

Giuseppe

Giuseppe is right. Since you have only one public address you need to use "port redirection", something like this:

ip nat inside source static tcp 80 8080

With this configuration you would access the server from Internet on the port TCP 8080, and the router will redirect this connection

to the server's port 80.

Regards,

Rick.

Review Cisco Networking products for a $25 gift card