-
Notifications
You must be signed in to change notification settings - Fork 36
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
MPTCP No route available/ Destination Host Unreachable #17
Comments
Did you check the connection between sta and ap? |
Yes, sta1 can ping to ap2,ap3,s6,s7,s8,s9. |
Do aps and switches have IP addr? Are they OVS or USER? Aren't you pinging to localhost?? |
Oh yes, my bad, it was pinging the localhost. This is the routing table for sta1, I think the connection is good |
Dear, Is |
net.addLink(ap2, sta1, 0, 0) |
Could you confirm the question by using wireless tools?? |
mininet-wifi> sta1 iw dev sta1-wlan0 link |
This is not related to the routing table! Please make sure that |
Oh yes, it's been a long time I'm not using mininet-wifi and I always forget to turn off the network manager. I'm really sorry to trouble you. Please mark as this is resolved. Thank you very much again! |
hello @ramonfontes , i want to ask about ifstat in mptcp, |
Yes, you're right. Which MPTCP kernel you are using? |
Please double check if MPTCP is working fine and then check the L2/L3 layers in the environment setup. You can also create a small network topology in mininet to guarantee the MPTCP is working as expected. |
I'm sorry, but I have no information about your network setup. As consequence I cannot say whether something is working or not. |
Dear, I'd appreciate if you describe the network setup. Please note that you shared a code and we cannot identify the windows in your screenshot. So please describe your network setup and the results you have with the expected results. At first, the issue tile says: |
ahh, im sorry, i will delete my comment |
Hi, my problem with the MPTCP code is that Pox aborted the connection halfway. Therefore, sta1 cannot connect to h4,h5 and h10.
I checked everything and it seems fine with the code about routing table. Does it have anything to do with pox? I'm using Pox 3.0 dart.
Thank you very much!
The text was updated successfully, but these errors were encountered: