#18603: multicast do not work with multiple ip on wan
--------------------+-----------------------------------
 Reporter:  twerrt  |      Owner:  developers
     Type:  defect  |     Status:  new
 Priority:  normal  |  Milestone:
Component:  kernel  |    Version:  Barrier Breaker 14.07
 Keywords:          |
--------------------+-----------------------------------
 if you have working IPTV box try add second ip on your WAN interface (you
 do not even need default gw for that ip)

 multicast traffic will stop forwarding trougth eth0 (wan) interface even
 if you add

 rotue add -net 224.0.0.0/4 dev eth0 gw [your default gw]

 config interface 'wan'
         option ifname 'eth0'
         option proto 'static'
         option ipaddr '1.1.2.1'
         option netmask '255.255.255.224'
         option gateway '1.1.2.1'
         option macaddr '1c:b:d:9:0:f'
         option dns '8.8.8.8 8.8.4.4 2001:4860:4860::8888
 2001:4860:4860::8844'
         option metric 10

 config interface 'local'
         option ifname 'eth0'
         option proto 'static'
         option ipaddr '10.1.7.6'
         option gateway '10.1.7.2'
         option netmask '255.255.255.0'
         option metric 15

--
Ticket URL: <https://dev.openwrt.org/ticket/18603>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to