August-11th-2020, 12:56 PM
Hi,
I'm trying to setup a linux bridge (brctl) between eth0 and cifx0 using the following setup:
PCs connected to eth0 and cfix0 are able to communicate with the netPI - but traffic across the bridge does not seem to be forwarded correctly (in either direction).
Is the cifx0 capable of being part of a linux bridge?
Are there and specific settings need to be applied to the cfix0 device for the bridge to be operational?
thanks
I'm trying to setup a linux bridge (brctl) between eth0 and cifx0 using the following setup:
Code:
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 cfix0
PCs connected to eth0 and cfix0 are able to communicate with the netPI - but traffic across the bridge does not seem to be forwarded correctly (in either direction).
Is the cifx0 capable of being part of a linux bridge?
Are there and specific settings need to be applied to the cfix0 device for the bridge to be operational?
thanks