On Mon, 6 May 2002, Steen Rabol wrote:
> > Hi > > IP addresses are NOT my strongest side so please help/correct me. > > "0.0.0.0" "0.0.0.0" "ALLOW" "1" > "192.168.1.0" "255.255.255.0" "DENY" "2" > "192.168.1.7" "255.255.255.0" "ALLOW" "3" > > 2nd line says that no ip from the range 192.168.1.0-254 is allowed > whereas 3rd line says that ip 192.168.1.7 is allowed, I was under the > impression that 3rd line should have been > "192.168.1.7" "255.255.255.254" "ALLOW" "3" > to restrict it to a specific IP > or should it be > "192.168.1.7" "255.0.0.0" "ALLOW" "3" > to restrict it to a specific IP "192.168.1.7" "255.255.255.255" "ALLOW" "3" - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
