Date: Tue, 7 Mar 2006 13:25:53 -0500 From: "David Stanford" <dthomas53@gmail.com> To: "Petre Bandac" <petre@kgb.ro> Cc: freebsd-questions@freebsd.org Subject: Re: 192.168.0.1/24 Message-ID: <f2c91f770603071025w29a14a40w4e706c0d41e541d3@mail.gmail.com> In-Reply-To: <20060307192850.15258e4d@localhost> References: <1cac28080603070729h255c7ee8gfaefd0743814454@mail.gmail.com> <20060307192850.15258e4d@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Huy Ton That, The "/24" is the bitmask. As stated previously, it's basically a shorter notation than having to write out the whole subnet mask (i.e. 255.255.255.0) associated with the IP address. Unfortunately, attempting to explain the whole concept of netmasks is just too time consuming for a mailing list and you really have to have an understanding of the Base 2 (binary) numbering system to fully grasp the logic behind it. However, I will mention since you will often see networks networked at a classful boundary, whenever you see "/8", "/16", "/24", or "/32", this represents the networks 192.[1-254].[1-254].[1-254], 192.168.[1-254].[1-254], 192.168.1.[1-254], and 192.168.1.1 respectively*. * 192.x.x.x scheme is just for example and does not mean it has to be this network. -David On 3/7/06, Petre Bandac <petre@kgb.ro> wrote: > > On Tue, 7 Mar 2006 10:29:18 -0500 Anno Domini, the honourable Huy Ton > That wrote using one of his keyboards: > > > Reading the handbook and I've seen /24 appended to an IP address > > often. I'm curious what this exactly means - I don't have strong > > networking skills; does this define what ip it goes up to? > > > > 192.168.0.1 through to 192.168.0.24? > > you may want to install /usr/ports/net-mgmt/cidr > > 192.168.0.0/24 is the whole class C, i.e. from 1 to 254 (0 being the > network address and 255 being the broadcast address) > > http://www.kgb.ro/netmasks > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > -- > > Petre Bandac > > Network Scientist > > - > petre@kgb.ro > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f2c91f770603071025w29a14a40w4e706c0d41e541d3>
