This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Set collection of hosts

Is it possible to make a single host entry that covers multiple IPs? What I'm looking to do is create a host entry that covers a small range such as 192.168.1.5-10. This would be for ease of management since it is such a pain to create all of the individual hosts and then having to drag and drop all of them into an exclusion rule one by one.


This thread was automatically locked due to age.
Parents Reply
  • drees meant you could do some clever subnetting, for example create
    MySubnet   192.168.1.0 / 29  (= 255.255.255.248)

    This would result in this:
    MySubnet(Network):   192.168.1.0
    MySubnet(Adresses:   192.168.1.1 - 192.168.1.6
    MySubnet(Broadcast): 192.168.1.7
Children