19-05-2007, 03:56 AM
|
#1 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,680
|
URGENT: Can I assing 192.168.0.0 to my PC ?
Its a network address but can i use it as a host address, in other words can i assign 192.168.0.0 to my PC.
If yes then whats the advantage ?
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
19-05-2007, 12:27 PM
|
#2 (permalink)
|
|
Broken In
Join Date: Nov 2006
Location: india, new delhi
Posts: 133
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Quote:
|
Originally Posted by T159
Its a network address but can i use it as a host address, in other words can i assign 192.168.0.0 to my PC.
If yes then whats the advantage ?
|
Please give little bit extra explanation.
|
|
|
19-05-2007, 01:13 PM
|
#3 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Quote:
|
Originally Posted by T159
Its a network address but can i use it as a host address, in other words can i assign 192.168.0.0 to my PC.
If yes then whats the advantage ?
|
No, you can't in most cases, but there are some exceptions!
Also , there's no advantage in having this IP address , it's as normal as any IP address in a network .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
|
|
|
19-05-2007, 02:34 PM
|
#4 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,680
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Quote:
|
Originally Posted by Zeeshan Quireshi
No, you can't in most cases, but there are some exceptions!
Also , there's no advantage in having this IP address , it's as normal as any IP address in a network .
|
Thanks
But to assign 192.168.0.0 , i had to change the default subnet mask (255.255.255.0) to 255.0.0.0
Now, whats the reason behind it ?
|
|
|
19-05-2007, 02:46 PM
|
#5 (permalink)
|
|
String Phreak
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Where did u read that?
__________________
Bad Bad server.....No candy for u!
|
|
|
19-05-2007, 09:16 PM
|
#6 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,680
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Quote:
|
Originally Posted by mediator
Where did u read that?
|
I changed the ip address of my NIC to 192.168.0.0 myself.
But it wasnt accepting until i left the last three octets of the subnet mask as 0 and first octet as 255.
these values of subnet mask works perfectly:
255.0.0.0
253.0.0.0
252.0.0.0
|
|
|
21-05-2007, 02:02 AM
|
#7 (permalink)
|
|
Guest
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Lets go to the basics. A 192.168.0.0 in binary is 11000000.10101000.00000000.00000000
Since last 20 bits are all 0 you must use a mask which covers 4 bits maximum of the second octet. i.e., you can use only 128, 192, 224 or 240 in the second octet.
Hope you got it
edit:
Oh! BTW, remmeber you can put the value of a bit in a subnet mask as 1 only if all bits on its left are also 1. So the valid values are 128, 192, 224,240, 248, 252, 254, 255
|
|
|
|
21-05-2007, 07:22 AM
|
#8 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,680
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Quote:
|
Originally Posted by SE><IE
Lets go to the basics. A 192.168.0.0 in binary is 11000000.10101000.00000000.00000000
Since last 20 bits are all 0 you must use a mask which covers 4 bits maximum of the second octet. i.e., you can use only 128, 192, 224 or 240 in the second octet.
Hope you got it
edit:
Oh! BTW, remmeber you can put the value of a bit in a subnet mask as 1 only if all bits on its left are also 1. So the valid values are 128, 192, 224,240, 248, 252, 254, 255
|
Thanx for reminding me basics
But 000.00000000.00000000 counts to 19 zeros and u said 20 zeroes.
So 255.248.0.0 should work as subnet mask but it didnt ?
|
|
|
21-05-2007, 07:40 PM
|
#9 (permalink)
|
|
Guest
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
ma bad, its 19 actually. Anyway, the point is that there must be atleast one bit in the IP that is not masked. If you use 248 then we get
11000000.10101000.00000000.00000000 << IP
11111111.11111000.00000000.00000000 << Mask
Clearly there's just no bit that stands apart hence you can use only 240 as max value for second octet.
Hope this makes it clear
|
|
|
|
21-05-2007, 11:15 PM
|
#10 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,680
|
Re: URGENT: Can I assing 192.168.0.0 to my PC ?
Quote:
|
Originally Posted by SE><IE
ma bad, its 19 actually. Anyway, the point is that there must be atleast one bit in the IP that is not masked. If you use 248 then we get
11000000.10101000.00000000.00000000 << IP
11111111.11111000.00000000.00000000 << Mask
Clearly there's just no bit that stands apart hence you can use only 240 as max value for second octet.
Hope this makes it clear
|
Thanx buddy
u hav explained well and cleared my doubts
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Help!!! Urgent
|
St ANGR |
Software Q&A |
9 |
19-08-2006 05:02 PM |
|
Urgent.
|
neyo |
Hardware Q&A |
1 |
28-07-2006 07:03 PM |
|
urgent help
|
legolas |
QnA (read only) |
3 |
17-11-2005 02:04 PM |
|
|
|