Skip to content

Commit fc42ad9

Browse files
committed
attempt to allow IOT vlan to talk to chromecast too
1 parent 2a87e57 commit fc42ad9

File tree

1 file changed

+50
-5
lines changed

1 file changed

+50
-5
lines changed

roles/openwrt/files/etc_config_firewall

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,15 @@ config redirect
334334
config rule
335335
option target 'ACCEPT'
336336
option src 'WINDOWSLAN'
337-
option name 'chromecast-5353'
337+
option name 'windows-to-chromecast-5353'
338338
option dest '*'
339339
option dest_port '5353'
340340
list proto 'tcp'
341341
list proto 'udp'
342342

343343
config rule
344344
option target 'ACCEPT'
345-
option name 'chromecast-1900'
345+
option name 'windows-to-chromecast-1900'
346346
option src 'WINDOWSLAN'
347347
option dest '*'
348348
option dest_port '1900'
@@ -353,7 +353,7 @@ config rule
353353
option target 'ACCEPT'
354354
option src 'WINDOWSLAN'
355355
option dest '*'
356-
option name 'chromecast-5556-5558'
356+
option name 'windows-to-chromecast-5556-5558'
357357
option dest_port '5556-5558'
358358
list proto 'tcp'
359359
list proto 'udp'
@@ -362,7 +362,7 @@ config rule
362362
option target 'ACCEPT'
363363
option src 'WINDOWSLAN'
364364
option dest '*'
365-
option name 'chromecast-1338'
365+
option name 'windows-to-chromecast-1338'
366366
option dest_port '1338'
367367
list proto 'tcp'
368368
list proto 'udp'
@@ -371,7 +371,52 @@ config rule
371371
option target 'ACCEPT'
372372
option src 'WINDOWSLAN'
373373
option dest '*'
374-
option name 'chromecast-multi'
374+
option name 'windows-to-chromecast-multi'
375+
option dest_ip '224.0.0.0/4'
376+
list proto 'tcp'
377+
list proto 'udp'
378+
379+
config rule
380+
option target 'ACCEPT'
381+
option src 'IOTLAN'
382+
option name 'iot-to-chromecast-5353'
383+
option dest '*'
384+
option dest_port '5353'
385+
list proto 'tcp'
386+
list proto 'udp'
387+
388+
config rule
389+
option target 'ACCEPT'
390+
option name 'iot-to-chromecast-1900'
391+
option src 'IOTLAN'
392+
option dest '*'
393+
option dest_port '1900'
394+
list proto 'tcp'
395+
list proto 'udp'
396+
397+
config rule
398+
option target 'ACCEPT'
399+
option src 'IOTLAN'
400+
option dest '*'
401+
option name 'iot-to-chromecast-5556-5558'
402+
option dest_port '5556-5558'
403+
list proto 'tcp'
404+
list proto 'udp'
405+
406+
config rule
407+
option target 'ACCEPT'
408+
option src 'IOTLAN'
409+
option dest '*'
410+
option name 'iot-to-chromecast-1338'
411+
option dest_port '1338'
412+
list proto 'tcp'
413+
list proto 'udp'
414+
415+
config rule
416+
option target 'ACCEPT'
417+
option src 'IOTLAN'
418+
option dest '*'
419+
option name 'iot-to-chromecast-multi'
375420
option dest_ip '224.0.0.0/4'
376421
list proto 'tcp'
377422
list proto 'udp'

0 commit comments

Comments
 (0)