Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after setting mesh gate, mesh link has been severed(-67) #71

Closed
lingyunli63 opened this issue Dec 19, 2017 · 2 comments
Closed

after setting mesh gate, mesh link has been severed(-67) #71

lingyunli63 opened this issue Dec 19, 2017 · 2 comments

Comments

@lingyunli63
Copy link

mp1 (laptop1) and mp2 build up a mesh network and works fine.
i want make loptop1 a bridge between mesh and ethernet. so i do the following on laptop1,

mpp$ brctl addbr br0
mpp$ brctl stp br0 off
mpp$ brctl addif br0 eth1
mpp$ brctl addif br0 $MESH_IFACE
mpp$ ifconfig $MESH_IFACE down
mpp$ ifconfig eth1 down
mpp$ ifconfig $MESH_IFACE 0.0.0.0 up
mpp$ ifconfig eth1 0.0.0.0 up
mpp$ ifconfig br0 ${MESH_IP}

then command
iw dev $MESH_IFACE set mesh_param mesh_hwmp_rootmode=4
it replys
command failed: Link has been severed(-67)

to check
comand iwconfig, it shows
br0 no wireless extensions.

what is the problem?

@chunyeow
Copy link
Contributor

chunyeow commented Jan 2, 2018 via email

@chunyeow
Copy link
Contributor

chunyeow commented Jan 12, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants