Windows port redirection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dustin

    Windows port redirection

    I am trying to connect a camera through my router to put up onto a
    website. The camera (even after a firmware update) starts to get
    funny when i try to watch the video feed from above the router
    (outside my network). After spending a couple of days trying to
    correct this i decided that the easiest way to get the camera to work
    would be to redirect a connection through a computer and then to the
    camera. I decided to do some research on how to redirect ports on
    windows but found nothing. Everything about port redirection was
    using linux. I tried a bunch of search engienes and I even went
    through the whole microsoft website looking for help, but found
    nothing. I have a pretty good idea how windows (Im using 98) port
    connections work and how to use them, so ive decided to try and make a
    program that would redirect the port myself but am still a little
    unclear on how to do this. If anyone knows a simplier way to redrect
    ports on windows 98, the help would be greatly appreciated.


    -- the only computer thats online 24/7 is windows98


    =Dustin
  • Jack Klein

    #2
    Re: Windows port redirection

    On 19 Aug 2003 16:40:02 -0700, black857@hotmai l.com (Dustin) wrote in
    comp.lang.c++:
    [color=blue]
    > I am trying to connect a camera through my router to put up onto a
    > website. The camera (even after a firmware update) starts to get
    > funny when i try to watch the video feed from above the router
    > (outside my network). After spending a couple of days trying to
    > correct this i decided that the easiest way to get the camera to work
    > would be to redirect a connection through a computer and then to the
    > camera. I decided to do some research on how to redirect ports on
    > windows but found nothing. Everything about port redirection was
    > using linux. I tried a bunch of search engienes and I even went
    > through the whole microsoft website looking for help, but found
    > nothing. I have a pretty good idea how windows (Im using 98) port
    > connections work and how to use them, so ive decided to try and make a
    > program that would redirect the port myself but am still a little
    > unclear on how to do this. If anyone knows a simplier way to redrect
    > ports on windows 98, the help would be greatly appreciated.
    >
    >
    > -- the only computer thats online 24/7 is windows98
    >
    >
    > =Dustin[/color]

    What's your question about the C++ programming language?

    --
    Jack Klein
    Home: http://JK-Technology.Com
    FAQs for
    comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
    comp.lang.c++ http://www.parashift.com/c++-faq-lite/
    alt.comp.lang.l earn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq

    Comment

    • Greg P.

      #3
      Re: Windows port redirection

      "Jack Klein" <jackklein@spam cop.net> wrote in message
      news:rle5kvkhfs 9jp3d9clgl5duug mh8om9fk0@4ax.c om...
      | What's your question about the C++ programming language?

      It seems that people think that programmers know *everything* about
      computers just because they can write executables and can thus offer help on
      *everything*. This is not always the case.

      It's like asking a group of die-hard (original crew) Star Trek fans why
      Gandalf the White doesn't remember who he once was. (Of course they may be
      hard-core nerds and answer). The point is that the question is irrelevant to
      Star Trek. Thus your camera question is irrelevant to C++.


      Comment

      • Kevin Goodsell

        #4
        Re: Windows port redirection

        Dustin wrote:
        [color=blue]
        > I am trying to connect a camera through my router to put up onto a
        > website. The camera (even after a firmware update) starts to get
        > funny when i try to watch the video feed from above the router
        > (outside my network). After spending a couple of days trying to
        > correct this i decided that the easiest way to get the camera to work
        > would be to redirect a connection through a computer and then to the
        > camera. I decided to do some research on how to redirect ports on
        > windows but found nothing. Everything about port redirection was
        > using linux. I tried a bunch of search engienes and I even went
        > through the whole microsoft website looking for help, but found
        > nothing. I have a pretty good idea how windows (Im using 98) port
        > connections work and how to use them, so ive decided to try and make a
        > program that would redirect the port myself but am still a little
        > unclear on how to do this. If anyone knows a simplier way to redrect
        > ports on windows 98, the help would be greatly appreciated.
        >[/color]

        I am unable to locate a C++ question in your post. Perhaps you have the
        wrong group? Please re-read the welcome message, paying particular
        attention to the section on topicality. You seem to have missed it the
        first time through, somehow.



        -Kevin
        --
        My email address is valid, but changes periodically.
        To contact me please use the address from a recent posting.

        Comment

        • Rolf Magnus

          #5
          Re: Windows port redirection

          Greg P. wrote:
          [color=blue]
          > "Jack Klein" <jackklein@spam cop.net> wrote in message
          > news:rle5kvkhfs 9jp3d9clgl5duug mh8om9fk0@4ax.c om...
          > | What's your question about the C++ programming language?
          >
          > It seems that people think that programmers know *everything* about
          > computers just because they can write executables and can thus offer
          > help on *everything*. This is not always the case.
          >
          > It's like asking a group of die-hard (original crew) Star Trek fans
          > why Gandalf the White doesn't remember who he once was. (Of course
          > they may be hard-core nerds and answer). The point is that the
          > question is irrelevant to Star Trek. Thus your camera question is
          > irrelevant to C++.[/color]

          That posting looks so off-topic to me that I doubt that the OP intended
          to post to comp.lang.c++. Maybe he just "hit the wrong button".

          Comment

          Working...