I find that custom subnet mask works in Unix/Linux but not Windows.
Here is my problem:
I need many more IP addresses than my class C subnet will allow.
192.168.192.0 mask 255.255.255.0
Windows server is 192.168.192.2 mask 255.255.255.0
Router is 192.168.192.1 mask 255.255.255.0
DHCP scope 192.168.192.10=>192.168.192.250
I don't want to reconfigure any static addresses already in this segment.
I have tried the following with changes to my DHCP scope:
Windows server 192.168.192.2 mask 255.255.0.0
Router is 192.168.192.1 mask 255.255.0.0
DHCP scope:
192.168.109.1=>192.168.110.255 mask 255.255.0.0
The problem is Windows hosts do not reply when pinged from other Windows hosts using this configuration.
Here is my problem:
I need many more IP addresses than my class C subnet will allow.
192.168.192.0 mask 255.255.255.0
Windows server is 192.168.192.2 mask 255.255.255.0
Router is 192.168.192.1 mask 255.255.255.0
DHCP scope 192.168.192.10=>192.168.192.250
I don't want to reconfigure any static addresses already in this segment.
I have tried the following with changes to my DHCP scope:
Windows server 192.168.192.2 mask 255.255.0.0
Router is 192.168.192.1 mask 255.255.0.0
DHCP scope:
192.168.109.1=>192.168.110.255 mask 255.255.0.0
The problem is Windows hosts do not reply when pinged from other Windows hosts using this configuration.