Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimitris-c/16191abf55114b8dd9230b98d3c9b428 to your computer and use it in GitHub Desktop.
Save dimitris-c/16191abf55114b8dd9230b98d3c9b428 to your computer and use it in GitHub Desktop.
EdgeRouter X - IoT VLAN - Sonos Config
IoT VLAN: 7
IGMP Proxy
- Config Tree
- Protocols
- igmp-proxy
- switch0
- role: upstream
- threshold: 1
- switch0.7
- role: upstream
- threshold: 1
Firewall/NAP Groups
- LAN_NETWORKS / RFC-1918 Ranges
- type: address-group
- 192.168.0.0/16
- 172.16.0.0/12
- 10.0.0.0/8
- Speaker IPs
- type: address-group
- Enter the IPs of Sonos
- SRC_SONOS_DST_TCP:
- type: port-group
- port: 3401
- port: 30000-60000
- SRC_SONOS_DST_UDP:
- type: port-group
- port: 1901
- port: 30000-60000
In IoT IN Firewall policy
- Allow ICMP - IoT Device to Data
- Under basic:
Accept
ICMP protocol name
- Under advanced:
State: select all
Destination: LAN_NETWORKS / RFC-1918 Ranges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment