dvohwinkel
Senior Member
I use an ipsec vpn tunnel (PulseSecure) into work(from a windows 7 box) and have been noticing strange disconnects to services for years.. things like Pidgin would lose it's connection.. I would refresh the vpn and it would work again.
I noticed a thread on here that talked similar issues and upnp being the issue. They said to put "echo 0 > /sys/class/net/br0/bridge/multicast_snooping" into /jffs/scripts/init-start . It works when I run it by hand but it does not seem to be surviving a reboot. I don't understand why it is needed but it has HUGELY increased my stability of programs running over my work vpn.
admin@RT-AC68U-C818:/jffs/scripts# ll
-rwxr-xr-x 1 admin root 132 May 1 11:26 init-start*
admin@RT-AC68U-C818:/jffs/scripts# cat init-start
#!/bin/sh
# Turn off multicast snooping (required for minidlna advertisement)
echo 0 > /sys/class/net/br0/bridge/multicast_snooping
What am I doing wrong.. and why is this even needed? (Beta 380.66_4 and 360.65_2 and earlier) I also have enabled jffs scripts in the gui.
Regards
-Dave
I noticed a thread on here that talked similar issues and upnp being the issue. They said to put "echo 0 > /sys/class/net/br0/bridge/multicast_snooping" into /jffs/scripts/init-start . It works when I run it by hand but it does not seem to be surviving a reboot. I don't understand why it is needed but it has HUGELY increased my stability of programs running over my work vpn.
admin@RT-AC68U-C818:/jffs/scripts# ll
-rwxr-xr-x 1 admin root 132 May 1 11:26 init-start*
admin@RT-AC68U-C818:/jffs/scripts# cat init-start
#!/bin/sh
# Turn off multicast snooping (required for minidlna advertisement)
echo 0 > /sys/class/net/br0/bridge/multicast_snooping
What am I doing wrong.. and why is this even needed? (Beta 380.66_4 and 360.65_2 and earlier) I also have enabled jffs scripts in the gui.
Regards
-Dave