Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > http/ftp server

Reply
Thread Tools Display Modes

http/ftp server

 
 
fuzor_silverbolt
Guest
Posts: n/a

 
      06-19-2008

You need to setup port forwarding on your route

--
fuzor_silverbol

-----------My Rig----------
Manufacturer: Dell Inc.
Processor: Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz (4 CPUs
Memory: 3326MB RAM
Hard Drive: 984 GB 2x500GB RAID 0
Video Card: NVIDIA GeForce 8800 GT
Monitor: SyncMaster 2220WM(Digital)
Sound Card: SigmaTel High Definition Audio
Operating System: Windows XP™ Pro 32bit
 
Reply With Quote
 
 
 
 
Synapse Syndrome
Guest
Posts: n/a

 
      06-19-2008
"radu" <> wrote in message
news:CF0922B3-2927-4389-91A9-...
> hi.
> a router is conected to internet modem. a pc is conected wireless to the
> router. this pc and my pc are conected network cable. and so i have
> internet.
> i try to make my pc a ftp and http server.
> my pc runs windows vista.
> after install software if i go http://192.168.0.x or ftp://192.168.0.x it
> works.
> but after i found my ip on internet if i go http://78.97.129.124 or
> ftp://78.97.129.124 it dosnt work.
> i disabled pc's and router's firewall. still dosnt works.
> does anyone knows why? thank you.
> bye.



Yes, as the other poster said, you need to forward the ports from your
router to that particular machine's internal IP address.

You need to forward Port 80 for HTTP, and Port 21 for FTP (unless you are
using a different port, which is a good idea for security reasons - I get
loads of brute force hacking attempts on mine on Port 21).

ss.


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      06-19-2008
Hi,

You need to set up port forwarding in the router for 80 (http) and 21 (ftp)
to point to the internal IP of the IIS host, otherwise it will ignore any
requests from the WAN side.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"radu" <> wrote in message
news:CF0922B3-2927-4389-91A9-...
> hi.
> a router is conected to internet modem. a pc is conected wireless to the
> router. this pc and my pc are conected network cable. and so i have
> internet.
> i try to make my pc a ftp and http server.
> my pc runs windows vista.
> after install software if i go http://192.168.0.x or ftp://192.168.0.x it
> works.
> but after i found my ip on internet if i go http://78.97.129.124 or
> ftp://78.97.129.124 it dosnt work.
> i disabled pc's and router's firewall. still dosnt works.
> does anyone knows why? thank you.
> bye.


 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      06-19-2008
On Fri, 20 Jun 2008 01:41:35 +0300, radu wrote:

> hi.
> a router is conected to internet modem. a pc is conected wireless to the
> router. this pc and my pc are conected network cable. and so i have
> internet.
> i try to make my pc a ftp and http server. my pc runs windows vista.
> after install software if i go http://192.168.0.x or ftp://192.168.0.x
> it works.
> but after i found my ip on internet if i go http://78.97.129.124 or
> ftp://78.97.129.124 it dosnt work.
> i disabled pc's and router's firewall. still dosnt works. does anyone
> knows why? thank you.
> bye.


Port forwarding is required. If you expect to reach it on a regular basis,
you'll also have to make accomodation for when the outside address changes
- unless you have a static IP address.
 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a

 
      06-19-2008

"radu" <> wrote in message
news:CF0922B3-2927-4389-91A9-...
> hi.
> a router is conected to internet modem. a pc is conected wireless to the
> router. this pc and my pc are conected network cable. and so i have
> internet.
> i try to make my pc a ftp and http server.
> my pc runs windows vista.
> after install software if i go http://192.168.0.x or ftp://192.168.0.x it
> works.
> but after i found my ip on internet if i go http://78.97.129.124 or
> ftp://78.97.129.124 it dosnt work.
> i disabled pc's and router's firewall. still dosnt works.
> does anyone knows why? thank you.
> bye.


Firstly, you use port forwarding on the router and forward the ports to the
IP/machine that has IIS running on it, which TCP port 80 if for HTTP and TCP
ports 20 and 21 is for FTP must be forwarded on the router. If the Vista FW
is running, then you would enable the FW exception rules for FTP and HTTP,
otherwise, you won't make contact with IIS. The manufacture of the router
should have a Web site Support Knowledge base to show how to setup port
forwarding on the router.

Secondly, if you are trying to access 78.97.129.124 from a machine running
on the network behind the router, you are not going to make contact either.
It doesn't work that way. You need to go to a machine that is not part of
your network in order to make contact.

Thirdly, you gave up the wrong IP 78.97.129.124 is the Internet IP that the
ISP assigned. It's the public IP that all see from the Internet and how
hackers are going to come at your network and the machine that is running
IIS. The 192.168.0.x (whatever) is a private side LAN IP behind the router,
and it cannot be seen by the outside world.

Fourthly, and not trying to be smart with you, you have no ideal as to what
you're doing. Hackers look for machines like your machine, because they can
hack it and use it as a jumping off point to attack other Web servers and
networks and you won't even know it's been hacked, which can happen in a
matter of seconds once you open those ports to the public Internet. This
will be due to you not knowing how to harden the O/S, IIS, user accounts,
registry, and file system to attack for a machine that is exposing a Web
server to the public Internet.

And lastly, there are entire books concerning the security aspects and the
howto(s) for this, and seasoned professionals can hardly do it, let alone
some home user out of the gate trying put up a hack bait Web server.




 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      06-19-2008
On Fri, 20 Jun 2008 01:41:35 +0300, radu wrote:

> hi.
> a router is conected to internet modem. a pc is conected wireless to the
> router. this pc and my pc are conected network cable. and so i have
> internet.
> i try to make my pc a ftp and http server. my pc runs windows vista.
> after install software if i go http://192.168.0.x or ftp://192.168.0.x
> it works.
> but after i found my ip on internet if i go http://78.97.129.124 or
> ftp://78.97.129.124 it dosnt work.
> i disabled pc's and router's firewall. still dosnt works. does anyone
> knows why? thank you.
> bye.


You might also want to check your clock - it's not Friday yet.
 
Reply With Quote
 
radu
Guest
Posts: n/a

 
      06-19-2008
hi.
a router is conected to internet modem. a pc is conected wireless to the
router. this pc and my pc are conected network cable. and so i have
internet.
i try to make my pc a ftp and http server.
my pc runs windows vista.
after install software if i go http://192.168.0.x or ftp://192.168.0.x it
works.
but after i found my ip on internet if i go http://78.97.129.124 or
ftp://78.97.129.124 it dosnt work.
i disabled pc's and router's firewall. still dosnt works.
does anyone knows why? thank you.
bye.

 
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
How publish Vista calendar to webdav http server? Emmanuel Verlynde Windows Vista General Discussion 0 03-05-2008 03:11 PM
HTTP 500.19 -Internal Server Error patrick Windows Vista Administration 0 04-29-2007 09:24 PM
HTTP Error 500.19 - Internal Server Error Bruce Windows Vista Administration 1 04-26-2007 05:58 PM
http server Carl G Windows Vista Mail 8 07-06-2006 03:51 AM
Http server for Vista? Skybase Windows Vista Performance 5 06-20-2006 07:24 AM



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