Suppose I have following network setup, in a ethernet:
I manually setup start IP and end IP as following:
192.168.2.1 - 192.168.254.254
Manually setup Gateway IP as:
192.168.2.1
Of course, Mask length as:
16
Subnet Mask:
255.255.0.0
Now my question would be following:
Class C network should starting with range:
[128, 191]
, if I'm using192.*.*.*
and setup subnet mask as255.255.0.0
, does it work?Is there any specific requirement to setup gateway in order to make sure range
192.168.2.1 - 192.168.254.254
work?For any gateway that:
192.168.2.1 < gateway < 192.168.254.254
, it should work for the range?Suppose within this ethernet, I manually change one's IP to
192.168.1.*
, does it able to ping gateway(192.168.2.1)
?