-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
enhancementNew feature or requestNew feature or request
Description
一般情况防火墙不包含此规则,需手动配置。
config rule
option name 'Allow-UDP-rtp2httpd'
option src 'wan'
option proto 'udp'
option target 'ACCEPT'
list dest_ip '224.0.0.0/4'
顺便一提,针对北京联通,时移地址为rtsp://61.135.88.136/PLTV/88888892/224/3221226036/10000100000000060000000000285832_0.smil,还需要手动配置静态路由:
config route
option interface 'iptv'
option target '61.135.88.136/32'
option gateway '192.168.1.1'
其中192.168.1.1为光猫,iptv为光猫DHCP接口,区别于PPPOE的互联网接口。物理上使用同一条网线。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request