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

How to define a bit of a network

Hi,

my network is 192.168.2.0/24.
My need is to define a range from 192.168.2.50-100/24.
How can I achieve this.
Adding 50 hosts and adding them to a network group cannot be the solution.

Any idea?

Thanks for our help.

Regards,
Alex


This thread was automatically locked due to age.
Parents
  • Hi,
    My need is to define a range from 192.168.2.50-100/24.
    Fifty to one hundred. That is two very odd numbers in binary. Keep in mind that the bits in the IP address netmask operates by powers of two. It is therefore much simpler to define an IP address subnet range from 128 to 255 (netmask 255.255.255.128, or 0xFFF8, or /25).
Reply
  • Hi,
    My need is to define a range from 192.168.2.50-100/24.
    Fifty to one hundred. That is two very odd numbers in binary. Keep in mind that the bits in the IP address netmask operates by powers of two. It is therefore much simpler to define an IP address subnet range from 128 to 255 (netmask 255.255.255.128, or 0xFFF8, or /25).
Children
No Data