Results 1 to 3 of 3

Thread: Cisco 1841 Router Help with Webserver

  1. #1
    Join Date
    Dec 2011
    Posts
    2

    Cisco 1841 Router Help with Webserver

    So heres the situation:
    I can't browse to any of the websites I am hosting on my servers internally. I can browse to it from another network externally. If I add a record in the DNS mapping to the internal IP then it works perfectly. Is there anyway of doing this without adding a DNS record. Any help would be greatly appreciated!

    Equipment:
    Cisco 1841 router
    Windows Server 2003: DNS/DHCP
    Windows Server 2008 R2: IIS
    Windows 7

    Windows Server 2003 has a static IP of 192.168.0.2
    Windows Server 2008 R2 has a static IP of 192.168.0.101

    interface Ethernet0/1
    ip address 64.102.2.40 255.255.255.0
    ip nat outside
    !
    interface Ethernet0/0
    ip address 192.168.0.101 255.255.255.0
    ip nat inside
    !
    ip nat inside source list 101 interface Ethernet0/1 overload
    ip nat inside source static tcp 192.168.0.101 80 interface Ethernet0/1 80
    !
    access-list 101 permit ip any any

  2. #2
    Join Date
    Dec 2011
    Posts
    2

    Re: Cisco 1841 Router Help with Webserver

    No one knows how to do this?

  3. #3
    Join Date
    Jan 2006
    Posts
    605

    Re: Cisco 1841 Router Help with Webserver

    You can try the below settings under global config mode ie. not under an interface:

    ip nat inside source static tcp <internal IP mail server> 25 interface fa0/0 25
    ip nat inside source static tcp <internal IP web server> 80 interface fa0/0 80

Similar Threads

  1. "Cisco connect" cannot find Cisco Linksys E1200 router
    By $Iain$ in forum Networking & Security
    Replies: 5
    Last Post: 25-03-2012, 07:41 PM
  2. Cisco 1841 is not working properly with VOIP phone
    By Chini mao in forum Networking & Security
    Replies: 7
    Last Post: 04-01-2012, 11:38 AM
  3. Cisco 1921 router vs. Cisco 1941 router
    By gMALI in forum Networking & Security
    Replies: 6
    Last Post: 22-07-2011, 07:29 PM
  4. Cisco router 2611 Help with Webserver
    By nzemke in forum Networking & Security
    Replies: 5
    Last Post: 23-04-2009, 08:59 AM
  5. Problem of Cisco 7920 VoIP phone on Cisco 870 router
    By Wguy2008 in forum Networking & Security
    Replies: 4
    Last Post: 30-11-2008, 11:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,985,104.52341 seconds with 17 queries