Subject: Re: IP address
To: TJ <thomasjoseph13@yahoo.com>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: port-arm32
Date: 02/03/2001 12:50:29
On Saturday 03 February 2001  4:32 am, TJ wrote:

> > 192.168.0.1/32
>
> Could you let me know what does 32 stands for?

It's the netmask, or the number of bits set in it, eg:
192.168.0.1/32 is, ip 192.168.0.1 with a netmask of 0xffffffff
192.168.0.1/24 would be 192.168.0.1 with a netmask of 0xffffff00

Chris