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 Stapleton
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]