Re: network/IP notation question ##.##.##.##/??

2007-04-20 Thread Joe Holden
Jim Stapleton wrote: I am looking at something that has the following line as a demo: set iface route 192.168.0.0/24 what does the "/24" mean? Thanks, -Jim Stapleton http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing HTH, J ___ freebsd-qu

Re: network/IP notation question ##.##.##.##/??

2007-04-20 Thread Vince
Jim Stapleton wrote: > I am looking at something that has the following line as a demo: > set iface route 192.168.0.0/24 > > what does the "/24" mean? > Its the number of bits in the netmask. This is known as CIDR notation, In this case it translates to 255.255.255.0 Vince > Thanks, > -Jim St