Ask a Question related to Windows Networking, Design and Development.

  1. #1

    Default IIS and Routers

    I have recently installed a Netgear broadband
    modem/router which works fine. But Windows XP IIS
    (Internet Information Service) that I use as a local
    website testing server does not.

    Any ideas how I might configure the router to run IIS?

    (I have already asked Netgear, their reply didn't really
    help)
    Nick Longford Guest

  2. Similar Questions and Discussions

    1. Routers and Perl
      Hi there: I am planning to use Perl and CGI to monitor some of the basic stats of the router, e.g: interface admin and protocol status -...
    2. O.T. Routers
      I wonder if any of you here have had a problem like this; I have to reset my Asante FR3004C router several times a day to keep my Mac connected to...
    3. iChat AV and NAT Routers
      I've been playing around with iChat AV and have gotten video/audio chat to work with my browser by setting the following rules in my router (a...
    4. Any routers that allow mapping of MAC to DHCP
      I am running XP, currently have a networkeverywhere(linksys) router. The problem is that when power is lost to the router all the DHCP clients are...
    5. VPN from XP Pro to XP Pro behind routers
      Ok, I've successfully used Remote Desktop from my work machine to my home machine. They're both running XP Pro SP1 and both behind routers. My home...
  3. #2

    Default Re: IIS and Routers

    If you're running IIS, you're running a web server. Web traffic is usually
    transmitted by the http protocol. On your router, you'll want to use port
    forwarding to forward any http traffic to the computer running IIS. If you
    don't have protocol-specific port forwarding, you'll want to forward port 80
    (this is IIS's default port. Use this unless you've changed it. In which
    case, forward that port, obviously). Hope that helps.

    KB


    "Nick Longford" <NICK.LONGFORD7@BTINTERNET.COM> wrote in message
    news:049601c34bd8$87cca220$a101280a@phx.gbl...
    > I have recently installed a Netgear broadband
    > modem/router which works fine. But Windows XP IIS
    > (Internet Information Service) that I use as a local
    > website testing server does not.
    >
    > Any ideas how I might configure the router to run IIS?
    >
    > (I have already asked Netgear, their reply didn't really
    > help)

    Ken Briscoe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139