Hey guys i am a noob when it comes to switches and i am still learning maybe its very stupid but can someone help me with setting up some basic ACL:
Here is the setup
Russound Amp vlan 40 with an ip of 10.0.40.40
Home Assistant with 10.0.0.40 on the main Vlan
Pfsense router with 10.0.0.1 on the main Vlan
Computer to test with 10.0.0.23 on the main vlan
The goal is for the russound amp 10.0.40.40 to only talk to the specific devices and to the pfsense for dhcp and dns. The issue is that the russound loses connectivity after a while and people on the HA forums have managed to fix the issue by creating an ACL and letting the amp to only talk to specific clients and pfsense.
I have created the ACL (standard don't know if that matters ) and assigned to the port of the amp
Assigned the ACL to the port in IN ( i know it has VLAN but is running dual mode)
I cant ping the AMP from my test computer
Main goal is to make 10.0.40.40 to talk to the clients i specify on the main LAN
PS: Stay tuned for a dual 120mm fan mod
Here is the setup
Russound Amp vlan 40 with an ip of 10.0.40.40
Home Assistant with 10.0.0.40 on the main Vlan
Pfsense router with 10.0.0.1 on the main Vlan
Computer to test with 10.0.0.23 on the main vlan
The goal is for the russound amp 10.0.40.40 to only talk to the specific devices and to the pfsense for dhcp and dns. The issue is that the russound loses connectivity after a while and people on the HA forums have managed to fix the issue by creating an ACL and letting the amp to only talk to specific clients and pfsense.
I have created the ACL (standard don't know if that matters ) and assigned to the port of the amp
Code:
access-list 1 permit host 10.0.0.1
access-list 1 permit host 10.0.0.40
access-list 1 permit host 10.0.0.23
I cant ping the AMP from my test computer
Main goal is to make 10.0.40.40 to talk to the clients i specify on the main LAN
PS: Stay tuned for a dual 120mm fan mod