If you have setup your own network, make sure you have enough IP
addresses available for all your shit.
Just hit my limit (50 initially) and have spent nearly an hour trailling
and tailing logs until I found the error in my piHole logs - "No IP
address available".
I suspect this is related to my adding another smart plug to the network
that I hadn't yet setup a static IP for - it's nicked a couple of
addresses (24 leases) in the meantime.
It does explain why I was getting an error trying to setup a new smart
plug yesterday .... that would have been tomorrows task.
On 22/06/2025 14:32, Jethro_uk wrote:
If you have setup your own network, make sure you have enough IP
addresses available for all your shit.
Just hit my limit (50 initially) and have spent nearly an hour trailling
and tailing logs until I found the error in my piHole logs - "No IP
address available".
I suspect this is related to my adding another smart plug to the network
that I hadn't yet setup a static IP for - it's nicked a couple of
addresses (24 leases) in the meantime.
It does explain why I was getting an error trying to setup a new smart
plug yesterday .... that would have been tomorrows task.
It's scary how quickly you can use up all your address leases. Most
routers only hand out Class C private addresses in which you have one
byte to record the unique part of the IP address. This means you can
have a maximum of 252 devices: you need one address (often 192.168.x.1
or 192.168.x.254) to address the router itself. The 0 and 255 addresses
are "spoken for" as part of the addressing scheme - I think 255 is for broadcasts and I forget what 0 is used for.
I wonder if any routers can be set to Class B addresses in which two
bytes (a total of 64K, minus a few for broadcasts) are used to identify
the devices on the network.
I've just checked my router and I've got a scope of 192.168.1.2-250,
with the router on .1
I have configured the DHCP on my router to reserve addresses for my PCs, Raspberry Pis and phones/tablets so each of those always gets the same address. Internet-of-Things devices such as Kasa smart plugs, Hive and Philips Hue hubs and so on get random addresses. Oh, and my printer has
a reserved address as well, because computers need to address it by IP
rather than using a name-to-IP translation service such as NetBIOS.
The bigger problem that we've had is not running out of IP addresses but running out of Philips Hue bulbs that can be addressed by one Hue hub.
Our house has a lot of GU10 bulbs in various rooms (it was like that
when we bought it), so that's a lot of bulbs to be addressed. We were starting to get slow or unpredictable effects once we got close to the
limit of 64 bulbs. Then Philips enhanced their app so it would access
more than one Hue hub, and we allocated different rooms to two different hubs. It was slightly tedious to switch the app between hubs depending
on which rooms/bulbs we wanted to control, and there was a really
annoying restriction that only one of the hubs could be accessed from
outside our LAN (eg if we were away on holiday and wanted to turn lights
on or off remotely).
But in the last few weeks the app has been upgraded again (at last!) to
allow the bulbs on several hubs to be merged into one "virtual hub" and
the whole of this virtual hub can be controlled from outside the LAN.
Job done - at last! It was getting to the stage where I imagine it was impacting sales of Hue bulbs because who would buy more than 64 if only
64 could be controlled from outside the house if there was a need to do so?
one thing that can be done is install a Smoothwall or IPCop with 4 NICs.
One is to connect to Router (WAN), one for a DMZ, one for a wired LAN
and one for a Wireless WiFi LAN.... so thats two sets of 192.168.X.1-254
and 192.168.Y.(1-254) IP addresses.
All my NASes, PiHole, Wireguard, desktop PCs, TV sets, Satellite
recievers, CCTV and intruder/fire alarm are on WIRED LAN, all the mobile phones, tablets and laptops and the Roku sticks are on the WIRELESS LAN.
SH <i.love@spam.com> wrote:
one thing that can be done is install a Smoothwall or IPCop with 4 NICs.
One is to connect to Router (WAN), one for a DMZ, one for a wired LAN
and one for a Wireless WiFi LAN.... so thats two sets of 192.168.X.1-254
and 192.168.Y.(1-254) IP addresses.
All my NASes, PiHole, Wireguard, desktop PCs, TV sets, Satellite
recievers, CCTV and intruder/fire alarm are on WIRED LAN, all the mobile
phones, tablets and laptops and the Roku sticks are on the WIRELESS LAN.
You don't need multiple NICs, a router that supports VLANs and a 'smart' switch with VLAN support (TP-Link, £25) is enough. Flashing your router with OpenWRT or DD-WRT is a way to get VLAN support.
I wonder if any routers can be set to Class B addresses
On 22/06/2025 14:32, Jethro_uk wrote:
If you have setup your own network, make sure you have enough IP
addresses available for all your shit.
Just hit my limit (50 initially) and have spent nearly an hour trailling
and tailing logs until I found the error in my piHole logs - "No IP
address available".
I suspect this is related to my adding another smart plug to the network
that I hadn't yet setup a static IP for - it's nicked a couple of
addresses (24 leases) in the meantime.
It does explain why I was getting an error trying to setup a new smart
plug yesterday .... that would have been tomorrows task.
It's scary how quickly you can use up all your address leases. Most
routers only hand out Class C private addresses in which you have one
byte to record the unique part of the IP address. This means you can
have a maximum of 252 devices: you need one address (often 192.168.x.1
or 192.168.x.254) to address the router itself. The 0 and 255 addresses
are "spoken for" as part of the addressing scheme - I think 255 is for broadcasts and I forget what 0 is used for.
I wonder if any routers can be set to Class B addresses in which two
bytes (a total of 64K, minus a few for broadcasts) are used to identify
the devices on the network.
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on LANs
1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on LANs
1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
I had to stop using my Draytek, as when we switched ISPs, their router
could not be switched to modem mode and I did not want the problems of
double NAT.
On 6/22/25 19:13, Theo wrote:
SH <i.love@spam.com> wrote:
one thing that can be done is install a Smoothwall or IPCop with 4 NICs. >>> One is to connect to Router (WAN), one for a DMZ, one for a wired LAN
and one for a Wireless WiFi LAN.... so thats two sets of 192.168.X.1-254 >>> and 192.168.Y.(1-254) IP addresses.
All my NASes, PiHole, Wireguard, desktop PCs, TV sets, Satellite
recievers, CCTV and intruder/fire alarm are on WIRED LAN, all the mobile >>> phones, tablets and laptops and the Roku sticks are on the WIRELESS LAN.
You don't need multiple NICs, a router that supports VLANs and a 'smart'
switch with VLAN support (TP-Link, £25) is enough. Flashing your
router with
OpenWRT or DD-WRT is a way to get VLAN support.
Surely, you can't run a VLAN without VLAN switches. I don't think any of
my switches support VLAN tags.
What is the problem with having multiple subnets: 192.168.0.x,
192.168.1.x etc.
I assumed I could set my LAN subnet up to 16 bits, instead of 8. Or alternatively, have multiple 8 bit subnets, with appropriate routing
rules between them, if any were required.
I've never tried because I only have about 10 smart plugs. ARP is only showing about 25 current devices.
Indeed. Devices - despite Occam's Razor - do seem to multiply beyond necessity.
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:Mine will allow anything I damn well choose. Class C with a netmask
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
spanning 512 addresses would be my easiest choice, or set up a class B
On 6/22/25 19:13, Theo wrote:
SH <i.love@spam.com> wrote:
one thing that can be done is install a Smoothwall or IPCop with 4 NICs. >> One is to connect to Router (WAN), one for a DMZ, one for a wired LAN
and one for a Wireless WiFi LAN.... so thats two sets of 192.168.X.1-254 >> and 192.168.Y.(1-254) IP addresses.
All my NASes, PiHole, Wireguard, desktop PCs, TV sets, Satellite
recievers, CCTV and intruder/fire alarm are on WIRED LAN, all the mobile >> phones, tablets and laptops and the Roku sticks are on the WIRELESS LAN.
You don't need multiple NICs, a router that supports VLANs and a 'smart' switch with VLAN support (TP-Link, £25) is enough. Flashing your router with
OpenWRT or DD-WRT is a way to get VLAN support.
Surely, you can't run a VLAN without VLAN switches. I don't think any of
my switches support VLAN tags.
What is the problem with having multiple subnets: 192.168.0.x,
192.168.1.x etc.
I assumed I could set my LAN subnet up to 16 bits, instead of 8. Or alternatively, have multiple 8 bit subnets, with appropriate routing
rules between them, if any were required.
I've never tried because I only have about 10 smart plugs. ARP is only showing about 25 current devices.
On 23/06/2025 00:13, SteveW wrote:
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
I had to stop using my Draytek, as when we switched ISPs, their router
could not be switched to modem mode and I did not want the problems of
double NAT.
I am surprised. Mine worked perfectly
On 23/06/2025 00:13, SteveW wrote:
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
I had to stop using my Draytek, as when we switched ISPs, their router
could not be switched to modem mode and I did not want the problems of
double NAT.
I am surprised. Mine worked perfectly
On 23/06/2025 08:41, The Natural Philosopher wrote:
On 23/06/2025 00:13, SteveW wrote:
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
I had to stop using my Draytek, as when we switched ISPs, their router
could not be switched to modem mode and I did not want the problems of
double NAT.
I am surprised. Mine worked perfectly
The problem is that the ISP's router also provides the "landline" phone
and they won't release the details to allow me to connect it via a
separate box. Hence I am forced to use their router and, as it cannot be switched to a modem only mode (as I did with our previous ISP), I'd end
up with the Draytek double-NATted.
On 23/06/2025 08:41, The Natural Philosopher wrote:
On 23/06/2025 00:13, SteveW wrote:
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
I had to stop using my Draytek, as when we switched ISPs, their router
could not be switched to modem mode and I did not want the problems of
double NAT.
I am surprised. Mine worked perfectly
The problem is that the ISP's router also provides the "landline" phone
and they won't release the details to allow me to connect it via a
separate box. Hence I am forced to use their router and, as it cannot be switched to a modem only mode (as I did with our previous ISP), I'd end
up with the Draytek double-NATted.
On 6/23/25 08:40, The Natural Philosopher wrote:
On 22/06/2025 20:09, Andy Burns wrote:
NY wrote:Mine will allow anything I damn well choose. Class C with a netmask
I wonder if any routers can be set to Class B addresses
My Draytek allow up to 1021 addrs (so a supernet of 4x class C) on
LANs 1-3 and 253 addrs on LANs 4-8, plus the DMZ and routed subnet.
spanning 512 addresses would be my easiest choice, or set up a class B
He means he can't connect his Draytech direct to the ISP connection.
He needs some kind of ONT/Modem/Handshaking protocol to manage the
connection to the ISP. It is this ISP device that insists on introducing
a NAT layer. The Draytech has to be connected behind the ISP device NAT.
If the Draytech isn't controlling a NAT layer, it doesn't serve much
purpose.
VirginMedia used to work like that for a bit, when they introduced the Superhub, but they quickly introduced a firmware update to allow it to
run in modem only mode.
I'd be interested to know what ISP has this restriction.
On Mon, 23 Jun 2025 08:37:24 +0100, The Natural Philosopher wrote:
Indeed. Devices - despite Occam's Razor - do seem to multiply beyond
necessity.
Temperature sensors x 7
Curtain motors x 4
Lights x 8
Switched plugs x 5
Thermostat
My PCs and server x 5
Phones x 4
iPads x 2
TV
TiVo
BluRay
Mesh Network x 3
SmartMeter
Robovac
Google Nest x 3
Booster routers x 2
to be getting on with. And some of those need 2 ...God help you if the internet goes down,
Pancho <Pancho.Jones@protonmail.com> wrote:All linux based systems allow that.
On 6/22/25 19:13, Theo wrote:
SH <i.love@spam.com> wrote:
You don't need multiple NICs, a router that supports VLANs and a 'smart' >>> switch with VLAN support (TP-Link, £25) is enough. Flashing your router with
one thing that can be done is install a Smoothwall or IPCop with 4 NICs. >>>> One is to connect to Router (WAN), one for a DMZ, one for a wired LAN
and one for a Wireless WiFi LAN.... so thats two sets of 192.168.X.1-254 >>>> and 192.168.Y.(1-254) IP addresses.
All my NASes, PiHole, Wireguard, desktop PCs, TV sets, Satellite
recievers, CCTV and intruder/fire alarm are on WIRED LAN, all the mobile >>>> phones, tablets and laptops and the Roku sticks are on the WIRELESS LAN. >>>
OpenWRT or DD-WRT is a way to get VLAN support.
Surely, you can't run a VLAN without VLAN switches. I don't think any of
my switches support VLAN tags.
You can pass VLAN tagged frames through a non-VLAN switch, but if you want
to split off the VLANs to different switch ports you need a switch that
knows about VLANs. One of these will do it:
https://www.amazon.co.uk/TP-Link-Snooping-Monitoring-Interface-TL-SG608E/dp/B0BVRK6L2V
What is the problem with having multiple subnets: 192.168.0.x,
192.168.1.x etc.
You can't typically run multiple subnets on the same interface.
If the
router allows you can have one bigger subnet though, ie 192.168.0.0/23.
(technically you can, but it's messy)
I assumed I could set my LAN subnet up to 16 bits, instead of 8. Or
alternatively, have multiple 8 bit subnets, with appropriate routing
rules between them, if any were required.
If your router allows you to set up multiple subnets and map them to its different ports then that might work. Most routers have a 5-port
VLAN-tagged switch internally with the LAN and WAN ports being the 5 ports
on the switch (no hardware difference between LAN and WAN side). Usually VLANs are used to link LAN1-4 as one network and WAN as another network, but there's no reason you can't assign LAN1 to a VLAN of your creation and LAN2 to a different VLAN, etc.
That assumes your router allows that - OpenWRT does, I can't speak for other routers.
I've never tried because I only have about 10 smart plugs. ARP is only
showing about 25 current devices.
Another reason you might do it is to have different firewall rules - eg I have a VLAN with no internet connectivity so printers can't phone home and download firmware updates that block using aftermarket cartridges.
Theo
The problem is that the ISP's router also provides the "landline" phone
and they won't release the details to allow me to connect it via a
separate box. Hence I am forced to use their router and, as it cannot be switched to a modem only mode (as I did with our previous ISP), I'd end
up with the Draytek double-NATted.
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as
it cannot be switched to a modem only mode (as I did with our
previous ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
Double NATTING should actually work...
On 23/06/2025 09:56, Jethro_uk wrote:
On Mon, 23 Jun 2025 08:37:24 +0100, The Natural Philosopher wrote:God help you if the internet goes down,
Indeed. Devices - despite Occam's Razor - do seem to multiply beyond
necessity.
Temperature sensors x 7 Curtain motors x 4 Lights x 8
Switched plugs x 5 Thermostat My PCs and server x 5 Phones x 4 iPads x
2 TV TiVo BluRay Mesh Network x 3 SmartMeter Robovac Google Nest x 3
Booster routers x 2
to be getting on with. And some of those need 2 ...
Do you REALLY need IP addressable curtains?
And lights that you can turn on from the other side of the world?
And WTF is a booster router.
On 23/06/2025 10:04, Theo wrote:
Pancho <Pancho.Jones@protonmail.com> wrote:
What is the problem with having multiple subnets: 192.168.0.x,
192.168.1.x etc.
You can't typically run multiple subnets on the same interface.All linux based systems allow that.
Nearly all routers are linux based.
If the
router allows you can have one bigger subnet though, ie 192.168.0.0/23.
(technically you can, but it's messy)
Actually that is very easy and totally legal.
You can have a 192.168.0.0/16 if you want
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as it
cannot be switched to a modem only mode (as I did with our previous
ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
Double NATTING should actually work...
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as it
cannot be switched to a modem only mode (as I did with our previous
ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
On 23/06/2025 18:44, The Natural Philosopher wrote:
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as it
cannot be switched to a modem only mode (as I did with our previous
ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
Yes it is OpenReach. However the ISP is Vodafone, who don't generally
release the required details.
Pancho <Pancho.Jones@protonmail.com> wrote:
On 6/22/25 19:13, Theo wrote:
SH <i.love@spam.com> wrote:
You don't need multiple NICs, a router that supports VLANs and a 'smart' >>> switch with VLAN support (TP-Link, £25) is enough. Flashing your router with
one thing that can be done is install a Smoothwall or IPCop with 4 NICs. >>>> One is to connect to Router (WAN), one for a DMZ, one for a wired LAN
and one for a Wireless WiFi LAN.... so thats two sets of 192.168.X.1-254 >>>> and 192.168.Y.(1-254) IP addresses.
All my NASes, PiHole, Wireguard, desktop PCs, TV sets, Satellite
recievers, CCTV and intruder/fire alarm are on WIRED LAN, all the mobile >>>> phones, tablets and laptops and the Roku sticks are on the WIRELESS LAN. >>>
OpenWRT or DD-WRT is a way to get VLAN support.
Surely, you can't run a VLAN without VLAN switches. I don't think any of
my switches support VLAN tags.
You can pass VLAN tagged frames through a non-VLAN switch, but if you want
to split off the VLANs to different switch ports you need a switch that
knows about VLANs. One of these will do it:
https://www.amazon.co.uk/TP-Link-Snooping-Monitoring-Interface-TL-SG608E/dp/B0BVRK6L2V
Another reason you might do it is to have different firewall rules - eg I have a VLAN with no internet connectivity so printers can't phone home and download firmware updates that block using aftermarket cartridges.
Theo
The point about relying on the internet is well taken. However whilst I
am sure it would be possible to setup a local voice-control hub and may
be worth working towards it, for *now* SWMBO can enjoy some semblance of normal life.
On 6/24/25 00:35, SteveW wrote:
On 23/06/2025 18:44, The Natural Philosopher wrote:
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as it
cannot be switched to a modem only mode (as I did with our previous
ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
Yes it is OpenReach. However the ISP is Vodafone, who don't generally
release the required details.
Hiding VoIP details is quite common. TNP's ISP do it too, IDNet. I
suspect this is because of the VoIP support issues related to people
using their own equipment.
I'm also not sure if "won't release details" is the same as locking down
the router so you can't find them for yourself.
The Natural Philosopher <tnp@invalid.invalid> wrote:
On 23/06/2025 10:04, Theo wrote:
Pancho <Pancho.Jones@protonmail.com> wrote:All linux based systems allow that.
What is the problem with having multiple subnets: 192.168.0.x,
192.168.1.x etc.
You can't typically run multiple subnets on the same interface.
Nearly all routers are linux based.
If theActually that is very easy and totally legal.
router allows you can have one bigger subnet though, ie 192.168.0.0/23.
(technically you can, but it's messy)
You can have a 192.168.0.0/16 if you want
That's a single subnet with a /16 mask. Class A/B/C have been dead and buried for 30 years, you can pick whatever granularity you like, eg a /23, /19 or whatever. If you do that it's still a single subnet.
I meant putting two subnets say 192.168.2.0/24 and 192.168.49.0/24 on the same interface. You can assign the IPs to the interface, but suppose a client wants to do DHCP - which subnet does it get an address in? Yes you can configure the DHCP server to give fixed mappings in either subnet and default to allocating unrecognised devices IPs in one subnet.
I'm also not sure what happens with broadcast traffic, such as mDNS.
That's what I mean about it can be done, but it's messy.
Theo
On 23/06/2025 18:44, The Natural Philosopher wrote:
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as it
cannot be switched to a modem only mode (as I did with our previous
ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
Yes it is OpenReach. However the ISP is Vodafone, who don't generally
release the required details.
On 6/24/25 00:35, SteveW wrote:
On 23/06/2025 18:44, The Natural Philosopher wrote:
On 23/06/2025 15:09, SteveW wrote:
The problem is that the ISP's router also provides the "landline"Ah.
phone and they won't release the details to allow me to connect it
via a separate box. Hence I am forced to use their router and, as it
cannot be switched to a modem only mode (as I did with our previous
ISP), I'd end up with the Draytek double-NATted.
Time to change your ISP I suspect. Is it not BT fibre then?
Yes it is OpenReach. However the ISP is Vodafone, who don't generally
release the required details.
Hiding VoIP details is quite common. TNP's ISP do it too, IDNet. I
suspect this is because of the VoIP support issues related to people
using their own equipment.
I'm also not sure if "won't release details" is the same as locking down
the router so you can't find them for yourself.
Anyway, when I set up a new IDNet connection for my late mother, IAgreed. Sound plan
didn't take IDNet's own VoIP offering. I went with A&A which was a
little tricky to set up, different to Sipgate, but ultimately fine.
For low use A&A are perfect. I will switch to them myself when my
Sipgate credit runs out (if it ever does).
On 23/06/2025 20:59, Jethro_uk wrote:
The point about relying on the internet is well taken. However whilst I
am sure it would be possible to setup a local voice-control hub and may
be worth working towards it, for *now* SWMBO can enjoy some semblance
of normal life.
I apologise completely. The thought of an extreme disability did not
cross my mind.
On 23/06/2025 22:03, Theo wrote:
I'm also not sure what happens with broadcast traffic, such as mDNS.
That's what I mean about it can be done, but it's messy.
Broadcast traffic doesn't care about subnets, so it will be visible
from all of the subnets on any interface.
That is interesting, I didn't know I could use non VLAN switches. My
router only has two NIC interfaces WAN and LAN, so this info is
potentially useful. I thought about VLANs 10-15 years ago, for a dual
WAN setup I had at the time, but discounted a VLAN due to non-compliant switches, perhaps I was wrong. Although, maybe there were other issues,
like subnet broadcast stuff. Anyway, too long ago for me to remember.
My router, pfSense, allows me to define "Firewall ALiases". Which are arbitrary groups of IPs. I can define firewall rules like "no phone
home" on an Alias basis.
The problem with open source router software, is that once you get happy
with one, the thought of changing becomes horrific.
FWIW, many weeks of "no phone home" killed my mesh WiFi. No phone home blocked each mesh node's ntp time sync, to a hardcoded WAN address, eventually they got out of sync and went into go slow mode.
Anyway, when I set up a new IDNet connection for my late mother, I
didn't take IDNet's own VoIP offering. I went with A&A which was a
little tricky to set up, different to Sipgate, but ultimately fine.
For low use A&A are perfect. I will switch to them myself when my
Sipgate credit runs out (if it ever does).
John R Walliker <jrwalliker@gmail.com> wrote:
On 23/06/2025 22:03, Theo wrote:
I'm also not sure what happens with broadcast traffic, such as mDNS.
That's what I mean about it can be done, but it's messy.
Broadcast traffic doesn't care about subnets, so it will be visible
from all of the subnets on any interface.
Yes, and the consequence is... what exactly?
I think for mDNS you'll have a broadcast saying 'hey I'm an HP Laserjet Whatever, my hostname is laserjet-whatever.local, my IP is 192.168.49.33 and I'm a printer!' and then clients on both subnets will see that. So a client on the .2.x subnet will autodetect the printer on the .49.x subnet. But I think the .2.x client won't have a direct route to that printer, so it'll send traffic via the router. If the router chooses not to forward traffic between the subnets then attempting to print will fail.[1]
Basically you have kind of a halfway position between having all the clients on the same subnet and having them on separate networks, with complications where they in one camp or the other.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 34:40:10 |
Calls: | 10,391 |
Calls today: | 2 |
Files: | 14,064 |
Messages: | 6,417,137 |