Pfsense
-
@scottalanmiller said in Pfsense:
@jaredbusch said in Pfsense:
A /24 is a silly thing on almost any SMB network. With the number of devices per user on a modern network you will smack that limit quick.
Even at home it's not hard to hit it quickly these days. I mean, not going to happen often. But between routers, switches, access points, mobile phones, VoIP devices, IoT devices, sensors, laptops, desktops, gaming machines, visitors, etc. and if you have a home lab with tons of VMs or containers, it adds up fast.
Yeah, its possible if every device is static and the lease time is unlimited.
-
@black3dynamite said in Pfsense:
@scottalanmiller said in Pfsense:
@jaredbusch said in Pfsense:
A /24 is a silly thing on almost any SMB network. With the number of devices per user on a modern network you will smack that limit quick.
Even at home it's not hard to hit it quickly these days. I mean, not going to happen often. But between routers, switches, access points, mobile phones, VoIP devices, IoT devices, sensors, laptops, desktops, gaming machines, visitors, etc. and if you have a home lab with tons of VMs or containers, it adds up fast.
Yeah, its possible if every device is static and the lease time is unlimited.
Or they are just all on within a reasonable amount of time.
-
Plus you can have NAS, SAN and other storage things like that at home. Monitory, logging, etc.
-
What's the default lease duration in UBNT routers? I know Windows DHCP is limited to 8 days.
-
@black3dynamite said in Pfsense:
What's the default lease duration in UBNT routers? I know Windows DHCP is limited to 8 days.
24 hours. I rarely leave it default though. I like 8 hours. If shit is going to break, I want to know about it sooner rather than later.
-
Here is my ELR config at home.
jbusch@jared:~$ show configuration commands service | grep dhcp-server set service dhcp-server disabled false set service dhcp-server hostfile-update enable set service dhcp-server shared-network-name LAN authoritative disable set service dhcp-server shared-network-name LAN description 'LAN eth1' set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 bootfile-name settings/snom.htm set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 default-router 10.254.103.1 set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 dns-server 10.254.103.1 set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 lease 28800 set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 ntp-server 10.254.103.1 set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 start 10.254.103.31 stop 10.254.103.254 set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 time-server 10.254.103.1 set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 unifi-controller 207.244.223.13 set service dhcp-server use-dnsmasq disable