Forward port?

Status
Not open for further replies.

ZeroShade

In Runtime
Messages
498
I have mapped a port so that i can send my address... http://internalipaddress: portnumber/Default.aspx on the internet so that anybody within my network can see files and download them from specific areas from my computer. What I need to do is configure through my router somehow to use my externalipaddress instead of internal. Does anybody know how I can go about doing this? If it means anything I have a dlink dir-655. Thanks!

Second note... how do i fix that emoticon... should be : port
 
Hello,

So you want to share files between computers on your network? What operating system(s) are you using? In Windows, You can set up file sharing.
 
I'm trying to serve it up as an actual address. I want to play with things, programmer thing ^_^
 
I thought of portforward.... did that for utorrent. I'll take a look... see what i come across.
 
Hey ZeroShade,

So i understand that you want people who are on you Local Area Network (not via internet) to be able to type somthing like http://ZeroShadesComputer:port and be able to access files off your computer?

If this is the case then there are a few ways you could do this.

My favorite way would be to install a program on your computer called Wamp Server link: Install PHP 5 Apache MySQL on Windows : WampServer

which will install a web server on your computer (very simple and small nothing mad here) and you can put web files in the C:\wamp\www directory and then link to the files on you computer you want people to view via the website in the \www\ dir.

So for example if you put an index.html page in the \www\ dir and a user goes to http://ZeroShadesComputer:80 they will be shown the index page :D

The web server will allow you to be able to code in PHP, ASP, HTML and anything web based with a full phpMyAdmin interface just like online except completely local! its awsome.

Hope this is what you are looking for anymore questions i will be glad to help!

Peace,
Relentless.
 
Actually the opposite of that. I'd like users to be able to access my computer not locally but via the internet.
 
Maybe if you are just looking for file transfers, it may be in your best interest to set up an FTP server. I like Filezilla as it works well and is free.
 
Status
Not open for further replies.
Back
Top Bottom