Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Networking > I think I need a NAT solution... right???

Reply
Fix Vista Errors
Thread Tools Display Modes

I think I need a NAT solution... right???

 
 
MrGibbage
Guest
Posts: n/a

 
      11-24-2009




I am on Cox HS internet, using DynDNS. WRT54G router. I have a PC that stays on 24/7 (windows XP). I am trying to set up some IP webcams for home security and they have built in webservers, but they can only run on port 80. Cox blocks port 80. The only solution I can think of is to set up a port forwarding rule in the router to forward requests such as mydyndns.org:12341 for camera one or mydyndns.org:12342 for camera two etc to the 24/7 PC. I could run NAT on that PC looking for those specific requests and forward them again to the correct camera. I have looked and looked and cannot find and free/open source windows NAT software out there.

Is there another solution out there? Am I making it too hard? Does anyone know of a good NAT solution for Wondows XP?

Best Regards,
Skip


Post Originated from Vista Support Forums
 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a

 
      11-25-2009
I might be missing something but how can you browse the internet if your
ISP is blocking port 80? This is the primary HTTP port...

John

MrGibbage wrote:
> I am on Cox HS internet, using DynDNS. WRT54G router. I have a PC that stays on 24/7 (windows XP). I am trying to set up some IP webcams for home security and they have built in webservers, but they can only run on port 80. Cox blocks port 80. The only solution I can think of is to set up a port forwarding rule in the router to forward requests such as mydyndns.org:12341 for camera one or mydyndns.org:12342 for camera two etc to the 24/7 PC. I could run NAT on that PC looking for those specific requests and forward them again to the correct camera. I have looked and looked and cannot find and free/open source windows NAT software out there.
>
> Is there another solution out there? Am I making it too hard? Does anyone know of a good NAT solution for Wondows XP?
>
> Best Regards,
> Skip
>
>
> Post Originated from Vista Support Forums

 
Reply With Quote
 
Michael Walraven
Guest
Posts: n/a

 
      11-25-2009
My ISP (Verizon - FIOS) blocks port 80 going to the user, coming from the
use is not blocked. It seemed that Verizon wants to prevent a residential
user from being a server.
(Haven't check recently that this is still the case, it came up when I
wanted to test creating a server with IIS, had to use port 8080 instead)

If I remember correctly:

I used DynDNS to convert name:80 to my IP address:8080,
then use the router to convert 8080 -> 80,
details on how I did that are now fuzzy however


OP wants to have 2 servers, don't think what I did would work for two
servers.

Michael


"John John - MVP" <> wrote in message
news:#$...
> I might be missing something but how can you browse the internet if your
> ISP is blocking port 80? This is the primary HTTP port...
>
> John
>
> MrGibbage wrote:
>> I am on Cox HS internet, using DynDNS. WRT54G router. I have a PC that
>> stays on 24/7 (windows XP). I am trying to set up some IP webcams for
>> home security and they have built in webservers, but they can only run on
>> port 80. Cox blocks port 80. The only solution I can think of is to set
>> up a port forwarding rule in the router to forward requests such as
>> mydyndns.org:12341 for camera one or mydyndns.org:12342 for camera two
>> etc to the 24/7 PC. I could run NAT on that PC looking for those
>> specific requests and forward them again to the correct camera. I have
>> looked and looked and cannot find and free/open source windows NAT
>> software out there.
>>
>> Is there another solution out there? Am I making it too hard? Does
>> anyone know of a good NAT solution for Wondows XP?
>>
>> Best Regards,
>> Skip
>>
>>
>> Post Originated from Vista Support Forums


 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a

 
      11-25-2009
I see. Thanks for the information.

John

Michael Walraven wrote:
> My ISP (Verizon - FIOS) blocks port 80 going to the user, coming from
> the use is not blocked. It seemed that Verizon wants to prevent a
> residential user from being a server.
> (Haven't check recently that this is still the case, it came up when I
> wanted to test creating a server with IIS, had to use port 8080 instead)
>
> If I remember correctly:
>
> I used DynDNS to convert name:80 to my IP address:8080,
> then use the router to convert 8080 -> 80,
> details on how I did that are now fuzzy however
>
>
> OP wants to have 2 servers, don't think what I did would work for two
> servers.
>
> Michael
>
>
> "John John - MVP" <> wrote in message
> news:#$...
>> I might be missing something but how can you browse the internet if
>> your ISP is blocking port 80? This is the primary HTTP port...
>>
>> John
>>
>> MrGibbage wrote:
>>> I am on Cox HS internet, using DynDNS. WRT54G router. I have a PC
>>> that stays on 24/7 (windows XP). I am trying to set up some IP
>>> webcams for home security and they have built in webservers, but they
>>> can only run on port 80. Cox blocks port 80. The only solution I
>>> can think of is to set up a port forwarding rule in the router to
>>> forward requests such as mydyndns.org:12341 for camera one or
>>> mydyndns.org:12342 for camera two etc to the 24/7 PC. I could run
>>> NAT on that PC looking for those specific requests and forward them
>>> again to the correct camera. I have looked and looked and cannot
>>> find and free/open source windows NAT software out there.
>>>
>>> Is there another solution out there? Am I making it too hard? Does
>>> anyone know of a good NAT solution for Wondows XP?
>>>
>>> Best Regards,
>>> Skip
>>>
>>>
>>> Post Originated from Vista Support Forums

>

 
Reply With Quote
 
Jack [MVP-Networking]
Guest
Posts: n/a

 
      11-26-2009
Hi
I the camera send the info via port 80 it is blocked by the ISP and does not
reach to you, so there is nothing that you can do on side to get in
something that is Not existing. Most DNS services provides port redirect
(no-ip.com is an example). I.e any signal that comes to their server from
the outside ion port 80 can be redirected redirect to port 1234 (as an
example) before it reaches the WAN side of the Router
All you have to do is portfoward in the Router port 1234 toward the IP of
the computer that follows up the camera.
This should not effect your regular surfing since regular port 80 action
does not go to your DNS service.
Jack (MS, MVP-Networking)

"MrGibbage" wrote in message news:esjVh%...
>I am on Cox HS internet, using DynDNS. WRT54G router. I have a PC that
>stays on 24/7 (windows XP). I am trying to set up some IP webcams for home
>security and they have built in webservers, but they can only run on port
>80. Cox blocks port 80. The only solution I can think of is to set up a
>port forwarding rule in the router to forward requests such as
>mydyndns.org:12341 for camera one or mydyndns.org:12342 for camera two etc
>to the 24/7 PC. I could run NAT on that PC looking for those specific
>requests and forward them again to the correct camera. I have looked and
>looked and cannot find and free/open source windows NAT software out there.
>
> Is there another solution out there? Am I making it too hard? Does
> anyone know of a good NAT solution for Wondows XP?
>
> Best Regards,
> Skip
>
>
> Post Originated from Vista Support Forums


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moyea: Ideal SWF to Video Solution Provider desertfish Windows Vista Music, Pictures and Video 0 11-20-2009 07:05 AM
Windows Media as a delivery solution for radio broadcast Larry Windows Media Player 0 11-18-2009 03:18 PM
Solution Dual Monitor Problems – flicker at startup Clayton Windows Vista Hardware 0 02-19-2007 05:00 PM
Solution Found Now What? Jon Windows Vista Installation 0 07-01-2006 08:18 PM
Re: Hibernation /Activesync solution Chris De Herrera ActiveSync 0 11-15-2005 11:02 PM



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