Audit didn't like "customer" access touching internal network while sharing AP's - does it matter?

Posted by ADynes@reddit | sysadmin | View on Reddit | 47 comments

We are using Ubiquiti access points with a Cisco 9x00 at the top of the stack in each office doing the inter VLAN routing. Access points broadcast a SSID for customers/vendors, a SSID for internal users, and a SSID for a handful of wireless printers and approved IoT devices (cameras, wireless displays, etc). Each is assigned a different VLAN, each VLAN has it's own subnet. When I initially set everything up I didn't want a separate DHCP server for customers so I used our existing DHCP server. I put in a ACL on the switch relaying port 67 from the customer side directly to the DHCP server on the secure side so customers would get a IP from our standard DHCP server and we could manage everything from one place. I also put in a deny all ACL after that rule for both incoming and outgoing traffic from that subnet. DNS on the customer side is [1.1.1.1/8.8.8.8](http://1.1.1.1/8.8.8.8) and the gateway is directly out our firewall. It's been setup like this for 13+ years now. We did extensive testing initially to make sure the two sides didn't "touch" other then for DHCP. They would like us to have a separate DHCP just for customers/vendors. I asked if they found any actual vulnerabilities. They said no but we should have it separate. I feel with proper ACL's on the Cisco switches, and the fact they couldn't actually show me a vulnerability that adding another DHCP is just to check a box without actually making things any better. Is my thinking wrong?