Daniel Neville wrote:
> Then your guests only need to have DCHP enabled, and their IPs are assigned
> automatically, along with the gateway and DNS addresses. It pays to keep your
> range of DCHP addresses out of the way of fixed IPs you have sitting around.
> MY DCHP IP range, for instance is: 192.168.33.201 - 192.168.33.250. No one
> ever manually sets their IP to something that ends in a number greater
> than 200 :)
you'd be surprised... i've learnt (the hard way) you should NEVER EVER
assume anything about end users :)
> It's odd that your friend uses a '0' in a part of his IP addresses. That
> might be legal in the 'network' part of the address but it looks too
> uncomfortably like the '0' that might happen in the 'host' part of the
> address, which has a special meaning. For example:
>
> 192.168.33.0 -> Network 'Slaughterhouse'
> 192.168.33.5 -> The PC named 'Slasher' on the 'Slaughterhouse' network.
> 192.168.33.255 -> Every machine on the 'Slaughterhouse' network.
>
> (these are for a netmask of 255.255.255.0. If your netmask is 255.255.0.0,
> say, then the brodcast IP address might be 192.168.255.255 and the IP of
> the network itself would be 192.168.0.0)
not really... i think you'll find that 192.168.0.* is part of the
"universally accepted IP range for private home networks".... or to put
it another way... its what it says in the windows help files :)
<WINDOWS HELP(?)>
Numbering your network
For private TCP/IP networks that are not directly or indirectly
connected to the Internet, you can use any range of valid IP addresses
from Class A, B, or C.
For private TCP/IP networks that are indirectly connected to the
Internet by using a network address translator (NAT) or an application
layer gateway such as a proxy server, the Internet Assigned Numbers
Authority (IANA) recommends that you use the private IP addresses shown
in the following table.
Private netID Subnetmask IP Range
10.0.0.0 255.0.0.0 10.0.0.1 - 10.255.255.254
172.16.0.0 255.240.0.0 172.16.0.1 - 172.31.255.254
192.168.0.0 255.255.0.0 192.168.0.1 - 192.168.255.254
Numbers in these ranges are reserved by IANA for private use on TCP/IP
networks and are not used on the Internet
</WINDOWS HELP>
I've always used 192.168.0.* (subnet mask 255.255.255.0).... mainly
because its easy to work out what is an internal address (anything
192.168.0.*) and what is an external address... and also coz most of my
friends/Lan places used it... and it made getting up and fragging easy
:)
cheers,
Jared
This message is part of the NZ ADSL mailing list.
see http://unixathome.org/adsl/ for archives, FAQ,
and various documents.
To unsubscribe: send mail to majordomo@lists.unixathome.org
with "unsubscribe adsl" in the body of the message
Received on Wed Oct 3 16:29:47 2001