Skip to content

Linux Bridge for IPv4 Broadcast/Multicast Native-POSIX Multiple Instances #37350

Answered by bob2oneil
bob2oneil asked this question in Q&A
Discussion options

You must be logged in to vote

I now have this working. What appears to have been missing is some bridge net filtering that was solved by adding the following to the configuration script.

    echo "Disabling Bridge Net-Filtering"
    cd /proc/sys/net/bridge
    for f in bridge-nf-*; do echo 0 > $f; done    
    fi

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bob2oneil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant