Its a multicast problem.
Try adding one of these two lines to your /etc/rc.local (before the exit 0
):
/sbin/ifconfig eth0 allmulti
Or
/sbin/ifconfig eth0 promisc
Replace eth0 if necessary with your WAN6 interface.
Its a multicast problem.
Try adding one of these two lines to your /etc/rc.local (before the exit 0
):
/sbin/ifconfig eth0 allmulti
Or
/sbin/ifconfig eth0 promisc
Replace eth0 if necessary with your WAN6 interface.