David Livingston wrote: > If you just want a single IP to be able to connect the format is > 555.555.555.555/0 . > Obviously you replace the 555 stuff with your IP.
It is the other way around. /32 means 1 IP address, /0 means all IP addresses. The number after the slash is the number of bits in the IP address that is significant. For example the CIDR 145.94.90.156/16 means the IP address 145.94.90.156 with 16 significant bits: IP: 10010010 01011111 01011011 10011111 mask: 11111111 11111111 00000000 00000000 So every IP address that starts with 10010010 01011111 (or 145.94) falls in that CIDR. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266361 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

