Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-08-2005, 08:08 PM   #1 (permalink)
Apprentice
 
Join Date: Mar 2004
Location: www.technik.co.in
Posts: 64
Default Guide On How To Setup U R Free HTTP Server


This is a Guide on How To HAve u r own http server

U need to download a app called " HSF " (currently BETA)
it as small as 600 kb from here----

www.rejetto.com/temp/hfs2.0beta23.zip

2) Make a new folder and extract its files there
3) Run the program named hsf.exe

IT WILL LOOK LIKE THIS -------


4) Enter u r port at box situated beside easy mode button

{ SEE TO IT THAT U R IP IS PRESNET IN THE ADDRESS BAR IN HFS }

Now U can add files at the folder / by simple drag or drop
or by right clicking the home icon and slecting add files.

( U CAN ALSO DO IT AFTERWARDS)

And u can also password protect u r server by right clicking the home icon and click add User / Pass......

THATS IT IT HAS BEEN DONE!

Now FOr testing purpose open u r browser

and enter ur ip and port like this- http://uriport
( u r ip is presnet in hsf`s add bar)

for ex. http://aaa.aa.aaa.aax
(xx = port u specified)

CHECK IT OUT!

if u face any problems just reply here!

If u Can`t remeber the ip and want to giv it to others
but want a domain forwarding
go to www.no-ip.com and register one!
(BUt this domain forwarding will not work for those
whose ip is assigned by their ISP randomly!)

OK and this how it looks when look it form IE_--

krishnansurya is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-08-2005, 01:17 PM   #2 (permalink)
Alpha Geek
 
mariner's Avatar
 
Join Date: Dec 2003
Location: mumbai
Posts: 522
Default

cool info man !!
mariner is offline  
Old 16-08-2005, 05:37 PM   #3 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

Yeah, Thnx a lot, i can now boast of a site buddie...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 17-08-2005, 11:51 AM   #4 (permalink)
"Technologic"
 
Apollo's Avatar
 
Join Date: Apr 2005
Location: 3rd rock from the sun.
Posts: 422
Default

This is pretty awesome!

Thanks for sharing this with us.
__________________
One great use of words is to hide our thoughts.
------------
Apollo is offline  
Old 19-08-2005, 03:24 PM   #5 (permalink)
Human Spambot
 
expertno.1's Avatar
 
Join Date: May 2005
Location: Expert Planet
Posts: 2,480
Default

keep it up
__________________
Off From Digit Forum for some months.....busy
expertno.1 is offline  
Old 20-08-2005, 12:11 AM   #6 (permalink)
The No.1 Stupid
 
~Phenom~'s Avatar
 
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
Default

hey , can anyone tell me what are ports n how can one know his port?
__________________
n00b forever...
~Phenom~ is offline  
Old 20-08-2005, 05:29 PM   #7 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

For Knowin ur ports, jus portscan 127.0.0.1 (or 'localhost')

Ports :
A number from 0 through 1023 used to identify a network service on an IP network (the Internet). Residing in a field in the TCP or UDP header, the port number directs packets to the appropriate application in the server. The most well-known port is 80, which identifies HTTP traffic for a Web server.


Registered and Private Ports

The Internet Assigned Numbers Authority (IANA) registers ports 1024 to 49151 for the convenience of the Internet community. Port numbers from 49152 to 65535 are private ports, also called "dynamic ports." For the complete list of well-known ports and registered ports, visit www.iana.org/assignments/port-numbers. See port number, port scanning, ICANN and IANA.

COMMON WELL-KNOWN PORTS

Service Port Function

HTTP 80 Web
HTTPS 443 Web (secure)
FTP 20,21 File transfer
FTPS 989,990 File transfer (secure)
Telnet 23 Remote login
SSH 22 Remote login (secure)
DNS 53 Host naming

SMTP 25 Internet mail
POP3 110 Client access
IMAP 143 Client access

NNTP 119 Usenet newsgroups
NNTPS 563 Usenet newsgroups (secure)
IRC 194 Chat

NTP 123 Network time

SNMP 161,162 Network management
CMIP 163,164 Network management

Kerberos 88 Authentication
NetBIOS 137-139 DOS/Windows naming

Bout Prt Scannin'
port scanner

A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by hackers to compromise it.

The protocol stack that is most common on the Internet today is TCP/IP. In this system, hosts are referenced using two components: an address and a port number. There are 65535 distinct and usable port numbers. Most services use a limited range of numbers; these numbers eventually become assigned by the IANA (http://www.iana.org/assignments/port-numbers) when the service becomes important enough.

Some port scanners only scan the most common, or most commonly vulnerable, port numbers on a given host. See: List of well-known ports (computing).

The result of a scan on a port is usually generalized into one of three categories:

* Accepted or Open: The host sent a reply indicating that a service is listening on the port.
* Denied or Closed: The host sent a reply indicating that connections will be denied to the port.
* Dropped or Blocked: There was no reply from the host.

Open ports present two vulnerabilities of which administrators must be wary:

1. Security and stability concerns associated with the program responsible for delivering the service.
2. Security and stability concerns associated with the operating system that is running on the host.

Closed ports only present the latter of the two vulnerabilities that open ports do. Blocked ports do not present any reasonable vulnerabilities. Of course, there is the possibility that there are no (yet) known vulnerabilities in either the software or operating system.

The information gathered by a port scan has many legitimate uses, including the ability to verify the security of a network. Port scanning can however also be used by those who intend to compromise security. Many exploits rely upon port scans to find open ports and send large quantities of data in an attempt to trigger a condition known as a buffer overflow. Such behavior can compromise the security of a network and the computers therein, resulting in the loss or exposure of sensitive information and the ability to do work.

Many Internet service providers deny their customers the ability to perform port scans outside of their home networks. This is usually covered in the Terms of Service or Acceptable Use Policy to which the customer must have already agreed. Most public and private networks also place such limitations upon their users.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 23-08-2005, 12:41 PM   #8 (permalink)
CCIE# 20863
 
Join Date: Dec 2004
Location: Outside the Matrix
Posts: 166
Default

Surely, this was cool.

FYI,

You can have apache as ur HTTP server like this too. All u need 2 dnload its newer version, and run its setup in winxp or win2k. Setup is only Next>Next>Finish type.

You do not have to edit httpd.conf anymore, if u r gonna use it for basic purpose.

Get apache 2.xx from www.apache.org
__________________
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
theKonqueror is offline  
Old 07-09-2005, 07:24 AM   #9 (permalink)
In The Zone
 
Join Date: Jun 2005
Posts: 262
Default

My dynamic dns redirects to my router gateway instead of apache server files, what should i do ?
cyberia.in is offline  
Old 07-09-2005, 11:28 AM   #10 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Change the address of the host system which is hosting the apache server but keep it in the same subnet as the router address.
Enable port forwarding in the router settings & forward port 80 TCP inbound or something similar & enter the internal IP address of the machine hosting apache.

This should solve your problem.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 07-09-2005, 12:31 PM   #11 (permalink)
In The Zone
 
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
Default

Thanks a lot man. Very nice tut.
Want to ask u one thing that if getting domains on www.no-ip.com is free of cost or i have to pay later as they ask for address during domain registration.

One more que cant we have no. of secured users in HFS.
I am able to create only one password user to my server.
Techmastro is offline  
Old 07-09-2005, 08:29 PM   #12 (permalink)
In The Zone
 
Join Date: Jun 2005
Posts: 262
Default

Quote:
Originally Posted by Techmastro
Thanks a lot man. Very nice tut.
Want to ask u one thing that if getting domains on www.no-ip.com is free of cost or i have to pay later as they ask for address during domain registration.

One more que cant we have no. of secured users in HFS.
I am able to create only one password user to my server.
no-ip is free.

and thanks digen
cyberia.in is offline  
Old 22-09-2005, 10:42 PM   #13 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2005
Location: India
Posts: 40
Default

please help me ,please see the thread
http://www.thinkdigit.com/forum/view...187&highlight=
__________________
----------------------------------------------------------
CHILL OUT AND HAVE FUN
---------------------------------------------------------
popper1987 is offline  
Old 01-10-2005, 12:20 PM   #14 (permalink)
aku
Gonna make it BiG
 
aku's Avatar
 
Join Date: Dec 2004
Location: Familiar with Java... SORRY POINTER NOT ALLOWED!!!
Posts: 543
Default

surely a cool tuto. kip it up....
aku is offline  
Old 02-10-2005, 02:51 PM   #15 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2005
Posts: 1
Default

thumbs up on this one mate ;p

www.ut'
rakesh_jha is offline  
Closed Thread

Bookmarks

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 On


 
Latest Threads
- by Who
- by Krow
- by clmlbx
- by Tech&ME
- by icebags

Advertisement




All times are GMT +5.5. The time now is 08:52 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2