-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Hi,
i am currently trying to setup a simple vpn client which connects to a remote vpn network and bridges this to lan0-3 on the bpi-r2. with the official kernel the bridging works but i can only reach 3MB/s of 10MB/s download, upload is working fine.
Setup with the official kernel 4.4 is as follows:
VPN => tap_01 => br0 => eth1 (all lan ports, no port separation) => client
After switching to 5.4-main i cannot get any connection between br0 and tap_01.
Setup is as follows:
VPN => tap_01 => br0 => lan0, lan1, lan2, lan3 => client
Furthermore i have seen that if i connect two devices to lan0 and lan1 (or any other two lan ports) they can communicate. Therefore i assume that bridging between tap_01 and br0 is not working properly.
Any idea?
Metadata
Metadata
Assignees
Labels
No labels