Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 13-03-2005, 01:02 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2005
Posts: 25
Default IP address


Guys, can any on of you tell me how to find my IP address
deepakprabhakaran is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-03-2005, 01:15 AM   #2 (permalink)
Laptoping
 
Sourabh's Avatar
 
Join Date: Aug 2004
Location: Mumbai
Posts: 2,211
Default

Start>Run>cmd in winxp
or
Start>run>command in win98

type ipconfig
press enter

u will get ur ip
Sourabh is offline  
Old 13-03-2005, 01:16 AM   #3 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

For win98 & the like type at the run prompt,
start>run>winipcfg

For windows 2k & the lot type,
start>run>cmd>ipconfig/all

EDIT:Seems my post above was a bit confusing,ipconfig will work under OS's above win95 & the rest but winipcfg wont work under xp.
__________________
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 13-03-2005, 09:25 AM   #4 (permalink)
Broken In
 
Join Date: Jan 2004
Location: /bin/sh
Posts: 158
Default

@sourabh- with your technique this is what i got:
Code:
Ethernet adapter NET:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.2
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1
this is my dynamic ip..... the class of the ip is also an internal one..... the real ip is revealed at the site below:
http://whatismyip.com/
lamrinnirmal is offline  
Old 13-03-2005, 04:09 PM   #5 (permalink)
In The Zone
 
Join Date: Dec 2004
Location: Searching..... Sorry unable to locate!!!
Posts: 281
Default

Well guys i got a query.
I got Sify Narrowband where i had mannually configured my ip to
Code:
10.10.xxx.xxx
All the utilities in the net show my ip as
Code:
202.172.xxx.xxx
Why this difference guys
__________________
Have a Nice Day :)
Mohammed Muchhala, © 2006, All Rights Reserved
http://www.muchhalasworld.com
babumuchhala is offline  
Old 13-03-2005, 04:15 PM   #6 (permalink)
Wise Old Owl
 
enoonmai's Avatar
 
Join Date: Oct 2004
Location: Parked diagonally in a parallel universe
Posts: 1,304
Default

The 10.10.xxx.xxx is a private IP addressing scheme. Which means that its for use in internal networks and not for use on the Internet. The range of private IP addresses for use in internal networks that are not visible to the computers on the Internet are:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255

EDIT: I had made a mistake earlier and thanks to digen, I have that corrected. I would also like to mention that in the absence of a DHCP server to assign addresses in a Windows environment, the IP addresses in the range of 169.254.0.0 -169.254.255.255 are used as Automatic Private IP Addressing or APIPA. Apologies to everyone! (Thanks to digen)

However, the proxy/NAT server at your ISP notes the request your computer is making to thinkdigit.com (130.94.75.250) and then it uses its own IP address, the 202.172.xxx.xxxN (where PN is the port number) to make a request to the thinkdigit.com site. When the site replies to your ISPs 202.172.xxx.xxx address, the NAT server recognizes that your computer on the internal network (10.10.xxx.xxx) made the request to thinkdigit.com and sends the data over to your computer. Hope you understood how this works!
__________________
Face it, kid! Provoking a reaction isn't the same thing as saying something significant - Calvin
A64 3000+@2.4G/Asus A8V-DLX/1G DDR400/BBA X800 XT PE/320G HGST SATA2
Playing FEAR XP/LSW2
enoonmai is offline  
Old 13-03-2005, 04:38 PM   #7 (permalink)
In The Zone
 
Join Date: Dec 2004
Location: Searching..... Sorry unable to locate!!!
Posts: 281
Default

Thank You very much enoonmai

Got all my doubts cleared
__________________
Have a Nice Day :)
Mohammed Muchhala, © 2006, All Rights Reserved
http://www.muchhalasworld.com
babumuchhala is offline  
Old 13-03-2005, 04:38 PM   #8 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

^Apart from what he has posted, for multiple connections for the same external IP,NAT makes use of port numbers & IP address mapping.The socket pair[binding of a IP address & a port number] is stored in the NAT table for the entire session.
This helps it in understanding where the packets should flow.
Oh btw unrequested traffic is usually blocked which is some sort of protection.So for ex. if a application tries initiating/establishing a connection with a specific IP port mapping inside of the LAN,the request is terminated unless you purposefully manage to accept connections by port forwarding etc.
__________________
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 14-03-2005, 01:40 AM   #9 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Quote:
Originally Posted by enoonmai
The 10.10.xxx.xxx is a private IP addressing scheme. Which means that its for use in internal networks and not for use on the Internet. Its called the Automatic Private IP Addressing or APIPA. The range of private IP addresses for use in internal networks that are not visible to the computers on the Internet are:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
Dude but afaik APIPA is the address range between 169.254.0.0-169.254.255.255.
Agreed its a private range but its only used when there is no DHCP server & if the host cannot attain a IP address either due to renewal failure,DHCP server problem etc.Thats why the name automatic private IP addressing.
The rest of the address ranges that you've mentioned over there are simpy known as "private addresses".Thats what I got from recalling the IP addressing chapter from CCNA study.
__________________
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 14-03-2005, 04:08 AM   #10 (permalink)
Ignorance is BLISS !!
 
Join Date: Oct 2004
Location: 127.0.0.1
Posts: 566
Default

Google the phrase "know the IP address of computer" (without quotes) and the resulting sites will tell u ur current IP address !
rajkumar_personal is offline  
Old 14-03-2005, 08:14 PM   #11 (permalink)
Wise Old Owl
 
enoonmai's Avatar
 
Join Date: Oct 2004
Location: Parked diagonally in a parallel universe
Posts: 1,304
Default

@digen: Yes, you're exactly right. I made a mistake. I must've been dozing real bad when I typed that. LOL, must get my brain checked. I edited and corrected it thanks to you.
__________________
Face it, kid! Provoking a reaction isn't the same thing as saying something significant - Calvin
A64 3000+@2.4G/Asus A8V-DLX/1G DDR400/BBA X800 XT PE/320G HGST SATA2
Playing FEAR XP/LSW2
enoonmai is offline  
Old 14-03-2005, 11:55 PM   #12 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

LOL no problems dude,but instead of getting your brain checked ask the doctors to check your fingers only.
__________________
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  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 clmlbx

Advertisement




All times are GMT +5.5. The time now is 05:21 PM.


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

Search Engine Optimization by vBSEO 3.3.2