You can turn off BT Wi-fi / Fon via your BT account online, but do check it's actually been done - mine wasn't turned off and I had to ask them to do it manually.
I don't need to - I'm using a non-ISP router!
Until it dies, the router is adequate for my needs
So this whole thread is about something that isn't a problem then.
You'll be shocked to learn, I don't understand the concept of a submask.
Take a look on your Humax LAN settings:
Menu >> Settings >> System >> Internet Setting >> Configure LAN:
Netmask probably equals "255.255.255.0".
The "255" etc is just a convenient way of expressing four 8-bit binary fields, so "255.255.255.0" represents 32 bits:
1111 1111 1111 1111 1111 1111 0000 0000
This is a "mask", in as much as it selects between two fields. The zeros are where different devices on the same network have to have differences in their IP addresses, and the ones are where they all have to have the same values in their IP addresses. The commonality is the "subnet", ie the constant prefix in any IP address on your network.
Not only does the netmask control how any individual device detects its IP address, it is also
necessary that the netmask is the same across all the devices (making it 255.255.254.0 - a change of just one bit - on a device, stops that device recognising its IP address, even if the result of applying the new mask to the subnet and IP address is the same).
Therefore, as you have been playing with IP address ranges without understanding what the subnet and netmask are, you've been pretty lucky to get away with it.
There are conventions for allocating subnets, which is why home networks normally have subnets 192.168.1.xxx or 192.168.0.xxx.