Shoutbox

no-ip + dd-wrt - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: no-ip + dd-wrt (/showthread.php?tid=77117)

no-ip + dd-wrt by Supersonicdarky on 08-30-2007 at 02:48 PM

i set them both up and now when you go to http://supersonicdarky.sytes.net/, it shows the router status. how do i set it up so that it loads a specific folder on on of the computers when you go to the url without any extra options (like ports url.com:123)?


RE: no-ip + dd-wrt by joemailey on 08-30-2007 at 03:17 PM

What you mean by folder? you wanna host a website or something on your pc?

Reason its probably showing th router status is because the router probably has web based interface that loads.

So you'll need to forward port 80 to you pc probably and your'll either need website running on yo pc or ftpvsite running. of which you pick wht ever folder you want to use for the website or ftp sites home folder.


that any help ?


RE: no-ip + dd-wrt by Supersonicdarky on 08-30-2007 at 03:23 PM

web interface is disabled, but web access is enabled. do i disable that?

ftpvsite?


RE: no-ip + dd-wrt by joemailey on 08-30-2007 at 03:30 PM

Ftp Site (hit v instead of space)

You could install filezilla server http://filezilla.sourceforge.net/

Run it as ftp site on your pc. Just configure your router to forward port 21 to your pc.

then you would use ftp://supersonicdarky.sytes.net/ to access it. (i think been while since i done this on my own pc)


RE: no-ip + dd-wrt by Supersonicdarky on 08-30-2007 at 03:34 PM

i know how to set ftp up, but how do i set up http? what do i do once i forward the port?


RE: no-ip + dd-wrt by joemailey on 08-30-2007 at 03:39 PM

you can run WAMP
http://www.wampserver.com/en/ use that as a web server.

Or you can setup iis6 on windows xp.

http://www.webwizguide.com/kb/asp_tutorials/insta..._iis_winXP_pro.asp

hope that helps :-)

Add me to msn if you want. joe [at] hardwareoholic.co.uk


RE: no-ip + dd-wrt by ShawnZ on 08-30-2007 at 04:14 PM

you should already have an HTTP server installed, called IIS. go to Control Panel > Performance and Maintenance > Administrative Tools > Internet Information Services to set it up.


RE: no-ip + dd-wrt by stu on 08-30-2007 at 04:50 PM

I use Apache on my own computer to run my website. More secure then IIS. I have had many IIS hacking attempts on my server, so if you go that route, be sure to keep it updated with all security patches and updates if you are making the website public. If its only for local use then doesnt really matter


RE: no-ip + dd-wrt by YottabyteWizard on 08-30-2007 at 05:48 PM

I highly recommend Apache2Triad. It's an apache package which includes Apache, PHP, MySQL, FTP, POP/SMTP server, and lot more.

Once it's installed on your computer there's a file you need to edit called 'default.conf' and change the default directory to be served, for example 'c:\webserver'.

Now you're computer is a webserver, you can test your own websites going to http://localhost/  or  http://127.0.0.1/ 

Just be sure to have port 80 redirected to your computer from your router.


RE: no-ip + dd-wrt by ShawnZ on 08-30-2007 at 05:55 PM

quote:
Originally posted by stu
More secure then IIS. I have had many IIS hacking attempts on my server

"attempts", as in, unsuccessful? :p

btw, there have only been three IIS6 exploits in the last 5 years, and they've all been patched.
RE: RE: no-ip + dd-wrt by stu on 08-30-2007 at 06:00 PM

quote:
Originally posted by ShawnZ
quote:
Originally posted by stu
More secure then IIS. I have had many IIS hacking attempts on my server

"attempts", as in, unsuccessful? :p


Yes, because I dont run an IIS server, Im running an Apache server, and the threat is only to IIS servers. Or as far as I can remember when I looked up information on it months ago..
RE: no-ip + dd-wrt by joemailey on 08-30-2007 at 06:04 PM

iis6 is more secure actually, been less bugs in it as said before 3 exploits r so found lol. in a very long time!