Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - http/ftp server

Reply
 
Old 06-18-2008   #1 (permalink)


XP Pro 32bit
 
 

Re: http/ftp server

You need to setup port forwarding on your router

My System SpecsSystem Spec
Old 06-18-2008   #2 (permalink)
Rick Rogers


 
 

Re: http/ftp server

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" <spekulanten@xxxxxx> wrote in message
news:CF0922B3-2927-4389-91A9-7E7A2665AACF@xxxxxx
Quote:

> 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.
My System SpecsSystem Spec
Old 06-18-2008   #3 (permalink)
ray


 
 

Re: http/ftp server

On Fri, 20 Jun 2008 01:41:35 +0300, radu wrote:
Quote:

> 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.
My System SpecsSystem Spec
Old 06-18-2008   #4 (permalink)
Mr. Arnold


 
 

Re: http/ftp server


"radu" <spekulanten@xxxxxx> wrote in message
news:CF0922B3-2927-4389-91A9-7E7A2665AACF@xxxxxx
Quote:

> 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.




My System SpecsSystem Spec
Old 06-19-2008   #5 (permalink)
ray


 
 

Re: http/ftp server

On Fri, 20 Jun 2008 01:41:35 +0300, radu wrote:
Quote:

> 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.
My System SpecsSystem Spec
Old 06-19-2008   #6 (permalink)
radu


 
 

http/ftp server

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.

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Re: HTTP Server can't be changed? Live Mail
Vista cannot connect to a server via http Browsers & Mail
HTTP 500.19 -Internal Server Error Vista account administration
http server Vista mail
Http server for Vista? Vista performance & maintenance


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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