VLAN Setup (offense, Ubiquiti, Unifi AP)
-
Trying to get my network setup with VLANs to separate the very invasive Google Network Box and Fiber TV Boxes from the remainder of the network.
pfsense
- Configured the VLANs
- Assigned VLANs to the LAN interface
- Setup DHCP on each VLAN
- Created a firewall rule allowing all traffic (for now)Ubiquiti EdgeSwitch
- Configure parallel VLANs
- Set the trunk port to port 1
- Added ports 13 and 14 to the WiFi VLANUnifi APs
- Created the wireless network
- Tagged the wireless network with the correct VLANWhen I test this configuration, wifi devices can access the local network but cannot ping or otherwise access the internet. Once I pass this issue, I believe I can finish the remainder of the network. Any help is welcomed.
![1 pfsense VLAN interfaces.png](/public/imported_attachments/1/1 pfsense VLAN interfaces.png)
![1 pfsense VLAN interfaces.png_thumb](/public/imported_attachments/1/1 pfsense VLAN interfaces.png_thumb)
![2 pfsense interface assignments.png](/public/imported_attachments/1/2 pfsense interface assignments.png)
![2 pfsense interface assignments.png_thumb](/public/imported_attachments/1/2 pfsense interface assignments.png_thumb)
![3 pfsense firewall rule.png](/public/imported_attachments/1/3 pfsense firewall rule.png)
![3 pfsense firewall rule.png_thumb](/public/imported_attachments/1/3 pfsense firewall rule.png_thumb)
![4 pfsense DHCP VLAN.png](/public/imported_attachments/1/4 pfsense DHCP VLAN.png)
![4 pfsense DHCP VLAN.png_thumb](/public/imported_attachments/1/4 pfsense DHCP VLAN.png_thumb)
![5 ubnt VLAN setup.png](/public/imported_attachments/1/5 ubnt VLAN setup.png)
![5 ubnt VLAN setup.png_thumb](/public/imported_attachments/1/5 ubnt VLAN setup.png_thumb)
![6 ubnt unifi wireless network.png](/public/imported_attachments/1/6 ubnt unifi wireless network.png)
![6 ubnt unifi wireless network.png_thumb](/public/imported_attachments/1/6 ubnt unifi wireless network.png_thumb) -
did you muck with outbound nat - like change it to manual before.. So now it doesn't know how to nat your new vlans? If you would have on auto it would auto do that when you created them.
-
That did resolve the connection solution.
Thank you.