The sub-nets you can see in the drop-down list, are those sub-nets that are provided by the various network adapters in your system. You can change to a different sub-net (or adapter if you will) by disabling network rendering and then choosing a different entry in the drop-down list.TheMightySpud wrote:Hi all,
Loving Octane 2.0 so far. juanjgon, you sir are a genius.
Trying to get my head around the network rendering side, which I think I have, but need an answer to a question.............
Is it possible to enter a new entry for 'Daemon Scan Subnet' (Basically changing the subnet which is being scanned)? Current the only entry is 192.168.0.0/24 and would like to be able to change this to something else. (The documentation for standalone shows a number of entries)
Also, and this is just a curiosity, what is the /24 part of that value? lol.
Thanks
TheMightySpud
The
/24
is the number of bits of the sub-net mask that are set to 1 (counting from left). So /8
would mean 255.0.0.0
(basically a sub-net with more than 16.7 million possible IP addresses), /16
would mean 255.255.0.0
(a sub-net with 65534 possible addresses) and /24
means 255.255.255.0
(a sub-net with 254 possible addresses).