Advertisement
vxpz

http server

Sep 19th, 2019
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. How to set up a http server running from you computer
  2.  
  3. (Either you can set up a basic server which means you stop at step... or if you want to make a server with free address you can continue after that step)
  4.  
  5. 1. We are going to use a program called hfs i like the beta version (2) you will need to download this program.
  6. Go to www.rejetto.com/temp/hfs2.0beta23.zip
  7.  
  8. 2. Make a folder where you wish to run it from for example C:/Program files/hfs or C:/Documents and settins/Username/My documents/Hfs
  9.  
  10. 3. Move the downloaded zip file into that folder and extract it.
  11.  
  12. 4. Delete the zip file and KEEP THE OTHER FILES!!!!!
  13. user posted image
  14. 5. Run the program and it will come up with a screen that looks like this
  15. user posted image
  16. 6. Click the button that says easy mode (this turns it into expert mode which basicly means you have all the options)
  17.  
  18. 7. Where it says port change the port to 80 (this can clash with some programs like webcam on msn and maybe others im not sure) ((the port you choose doesnt really matter 80 is just easier))
  19.  
  20. 8. How to turn on port forwarding. (ONLY for people with routers) ((this varies depending on which make of router you have but for my router sweex i will tell you how its done))
  21. Go to internet explorer or mozzilla firefox. Type into the address bar 192.168.2.1 with nothing in else. A window will come up asking you for username and password by default this is admin and 1234 it will only be different if you have changed it.
  22.  
  23. 9. This window should then show up.
  24.  
  25. user posted image
  26.  
  27. Click general setup then you will see this window
  28.  
  29. user posted image
  30. Click NAT then port forwarding
  31. You should now see this
  32.  
  33. user posted image
  34.  
  35. In private ip you need to post your computers local network address like for example 192.168.1.1 or 192.168.1.2 it depends. If you do not know how to do this here is how its found out
  36. Click start>run>cmd type in the command line ipconfig
  37. wait
  38. some information will come up looking like this
  39. user posted image
  40.  
  41. That is your computers local network address.
  42.  
  43. So going back to
  44.  
  45.  
  46. user posted image
  47. Now go back to hfs and you must enter your ip (not your local address but your ip) here
  48.  
  49. user posted image
  50. Keep the http:// in front of your ip.
  51. This is essentially now your server. Make sure it is on and you can go and visit it at http://yourip:port/
  52. To add files simply drag and drop them in. Then click virtual folder.
  53.  
  54. That was if you do not want a personal address you can make it personal like mine very easily.
  55. All you have to do is go to www.no-ip.com
  56. Make a username
  57. Log in
  58. Click add on the left hand side
  59. Make a hostname (mine is randomshitfromtimmy)
  60. Click port 80 redirect
  61. Enter your ip in the ip address field
  62. And choose the port you wish to forward (this is either 80 or the other one that you chose)
  63. Click add redirect.
  64.  
  65. Now you have a fully working hfs system.It runs of you bandwidth so if lots of people are downloading you will find your net goes slowly so remeber to set limits.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement