Here is the situation:
I have a DSL connection that uses PPPoE and a dynamic IP that changes every 24 hours. I have a Dynamic DNS entry with MyDynDNS.com that updates my entry every day (IP to URL), so no real problem getting to our URL address. I have a 806 SOHO router connected to the DSL modem and use NAT on the 806. The 806 has to interfaces E0 and E1. E0 is the WAN connection and E1 is the LAN side interface. I have a Win2k Server with IIS5.0 running on IP 10.10.10.100. When ever we use the URL address instead of pulling up our web page we get the web page for the router.
What do I need to do in order to redirect income web requests to the inside address of 10.10.10.100? I tried using an ACL of:
Access-list 101 permit tcp 0.0.0.0 255.255.255.255 10.10.10.100 0.0.0.0 eq 80
IP Access-group 101 in on E0
but that stopped my connection to the internet totally.
What am I doing wrong or what do I need to do get access to our web server from the outside?
I have a DSL connection that uses PPPoE and a dynamic IP that changes every 24 hours. I have a Dynamic DNS entry with MyDynDNS.com that updates my entry every day (IP to URL), so no real problem getting to our URL address. I have a 806 SOHO router connected to the DSL modem and use NAT on the 806. The 806 has to interfaces E0 and E1. E0 is the WAN connection and E1 is the LAN side interface. I have a Win2k Server with IIS5.0 running on IP 10.10.10.100. When ever we use the URL address instead of pulling up our web page we get the web page for the router.
What do I need to do in order to redirect income web requests to the inside address of 10.10.10.100? I tried using an ACL of:
Access-list 101 permit tcp 0.0.0.0 255.255.255.255 10.10.10.100 0.0.0.0 eq 80
IP Access-group 101 in on E0
but that stopped my connection to the internet totally.
What am I doing wrong or what do I need to do get access to our web server from the outside?