PDA

View Full Version : How do I browse with just a IP Address and a port



ChIcKeN_HaWk
08-08-2000, 09:27 PM
?

JoeSmooth
08-09-2000, 04:53 AM
Chicken, if you are going to ask a technical question you should try to give as much information as possible.

Are you saying all YOU have is an IP address and port? This doesn't make any sense.

How about you know an IP address and a port and want to connect to it? This makes a little more sense so i'll take a stab at it.

First ports in the tcp/ip world are used by services to "listen" for incoming connections (amoung other things). By default a web server will listen on port 80 for http:// connections. 80 is a "well known port" that is a port that everyone, Netscape, Microsoft, the RFCs (Request for comments) has agreed to use for http traffic. For a complete list of well known ports load up an NT system and look in c:\winnt\system32\drivers\etc\services.

So, how do you connect? Well you can't just "browse" with IE or Netscape (or whatever) to that port. A browser established an http session and the service listening on that port may not be http. The best starting point is to use a telnet client and connect to that port. If you are lucky and security isn't too tight you will receive some data. For an example try connecting to mail.hotmail.com port:25 with telnet. So what can you do with this connection? Depends how much you know. I recommend reading the RFCs (boring but filled with a lot of good junk).

Good luck!

Joe Smooth

Jesus Saves. But Gretky gets the rebound! He Shoots! He Scores!

ChIcKeN_HaWk
08-09-2000, 05:16 AM
I'm sorry Joe I'm trying to connect to FTP sites but I got it figured out for the most part. Thanks though.

CluelessSi
08-09-2000, 06:46 AM
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ChIcKeN_HaWk:
I'm sorry Joe I'm trying to connect to FTP sites but I got it figured out for the most part. Thanks though.<HR></BLOCKQUOTE>

icic
well depending on software used there a multiple methods
glad u found out a way. if need more help don't heitate to ask

-it is usullly ip followed by : then port number

ChIcKeN_HaWk
08-09-2000, 11:43 AM
I'm not sure if I should post another topic on this? Is anyone using Bulletproof FTP? If so I need to ask a few questions. I can't remember my ICQ but If someone responds with theres we can talk tonight. Thanks

CluelessSi
08-10-2000, 09:43 AM
I don't use bulletproof but features should be similar what question do u have?

ChIcKeN_HaWk
08-10-2000, 10:43 AM
If I copy a IP to enter, it automatically starts to connect. Is there a way around this?