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

MPTCP No route available/ Destination Host Unreachable #17

Open
mdhuynh opened this issue Sep 23, 2020 · 17 comments
Open

MPTCP No route available/ Destination Host Unreachable #17

mdhuynh opened this issue Sep 23, 2020 · 17 comments

Comments

@mdhuynh
Copy link

mdhuynh commented Sep 23, 2020

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!

@ramonfontes
Copy link
Owner

Did you check the connection between sta and ap?

@mdhuynh
Copy link
Author

mdhuynh commented Sep 23, 2020

Yes, sta1 can ping to ap2,ap3,s6,s7,s8,s9.

@ramonfontes
Copy link
Owner

Do aps and switches have IP addr? Are they OVS or USER? Aren't you pinging to localhost??

@mdhuynh
Copy link
Author

mdhuynh commented Sep 23, 2020

Oh yes, my bad, it was pinging the localhost. This is the routing table for sta1, I think the connection is good
mininet-wifi> sta1 route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.0.254 0.0.0.0 UG 0 0 0 sta1-wlan0
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 sta1-wlan0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 sta1-wlan1

@ramonfontes
Copy link
Owner

ramonfontes commented Sep 23, 2020

Dear,

Is sta1 connected to ap2 and ap3??

@mdhuynh
Copy link
Author

mdhuynh commented Sep 23, 2020

net.addLink(ap2, sta1, 0, 0)
net.addLink(ap3, sta1, 0, 1)
Yes, I believe so.

@ramonfontes
Copy link
Owner

Could you confirm the question by using wireless tools??

@mdhuynh
Copy link
Author

mdhuynh commented Sep 23, 2020

mininet-wifi> sta1 iw dev sta1-wlan0 link
Not connected.
mininet-wifi> sta1 iw dev sta1-wlan1 link
Not connected.
I'm sorry, it's not connected, is this related to the routing table right. I will check again.

@ramonfontes
Copy link
Owner

This is not related to the routing table! Please make sure that network manager is not running and hostapd is working. You can also run the code in debug level with setLogLevel('debug')

@mdhuynh
Copy link
Author

mdhuynh commented Sep 23, 2020

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!

@yogiex
Copy link

yogiex commented Aug 31, 2021

hello @ramonfontes , i want to ask about ifstat in mptcp,
image
with mptcp every subflow must have output right? or i missed something

@ramonfontes
Copy link
Owner

Yes, you're right. Which MPTCP kernel you are using?

@yogiex
Copy link

yogiex commented Aug 31, 2021

im using v0.95
image

@ramonfontes
Copy link
Owner

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.

@ramonfontes
Copy link
Owner

I'm sorry, but I have no information about your network setup. As consequence I cannot say whether something is working or not.

@ramonfontes
Copy link
Owner

ramonfontes commented Aug 31, 2021

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: MPTCP No route available. Is the issue you are trying to explain related to this issue title?

@yogiex
Copy link

yogiex commented Aug 31, 2021

ahh, im sorry, i will delete my comment

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

3 participants