02-06-2009, 07:18 AM
host 192.168.37.1 0.0.0.255 is wrong.
The keyword host means wildcard mask of 0.0.0.0 (single host), and you are providing another wildcard mask of 0.0.0.255.
host 192.168.37.1 is equivalent to 192.168.37.1 0.0.0.0.
The keyword host means wildcard mask of 0.0.0.0 (single host), and you are providing another wildcard mask of 0.0.0.255.
host 192.168.37.1 is equivalent to 192.168.37.1 0.0.0.0.