-
Notifications
You must be signed in to change notification settings - Fork 35
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
I don't understand how to use it #9
Comments
Yes, your configuration should work in your case. Half of the connections should start on your ethernet connection, and half should start on your Wi-Fi interface. Can you run |
Thanks for your quick reply, I appreciate it. Weirdly enough, the debug option raises the following error:
|
My mistake, you should run |
OK, it works now. There is plenty going out. Should I copy and paste here part of it or should I look for something in particular? I spotted this among the lines:
|
This error seems normal. This can happen when a website you're trying to connect to is down. For instance, if you go on a website with a lot of images and scripts, it can happen that the host of one of these images or scripts is down, resulting in this error. Provided there's no personal information in there (like the address of a personal website), please upload the full log somewhere so I may have a look. |
Here is the beginning of a large log file: |
You can also download the log file from my drive: |
The following error happens systematically when trying to use the network interface at address
However, Can you share the output of |
Yes, here it is:
|
Seems like your Wi-Fi local address changed in the meantime, can you try again with |
ok, I wrote 100 in the bug report but it always was 192.168.0.101. It didn't change. I know that is confusing, sorry. The logs refers to 101, all the commands I type were using 101 etc. I'm going to edit the previous posts to reflect this. => No, I won't, otherwise your replies don't make any sense anymore. |
I'm seeing
I would try the following:
|
Well, this is a mess. I just saw 192.168.0.100 in the log as well. Hum. OK, I'm going to start over, re-test and produce a new log file + follow your last instructions. Sorry again for the mix-up. |
So I follow your instructions [1]: ethernet disabled and dispatch throug wifi:
The log file: |
=> the browser can not get a webpage. I closed it and restarted it just in case, but it still doesn't work. The log file: Note: The wifi (eg the 4G link) looks spotty. It might be that it doesn't work if the connection is poor, with many dropped packets etc. Simple hypothesis from a noob, of course. |
I had a laptop where I could decide in the BIOS if the Ethernet and the Wifi connections were exclusive, one disabling the other. I'm going to reboot and check on my current desktop computer, just in case. |
I checked the BIOS, but not such option for my current computer. As I happen to have a second 4G phone, I tried using it (following your instructions) and I get exactly the same result: impossible to access a webpage as soon as I turn the Ethernet connection on. And it immediately works if I turn the Ethernet off. I'm going to look into the Ubuntu documentation about a setting that could lead to this behavior. |
This might be related to (or the same issue as) alexkirsz/dispatch-proxy#68 |
Hi, It works! I made it work by tethering my mobile phone through USB rather than the wifi hotspot. So there is an issue with my wifi card and/or its configuration. This is brilliant, my bandwith has increased noticeably: web browsing is at last fluid! I love it! Thank you a lot for your support. Without your super gentle support, I would have given up. |
As an amateur dev with still a lot to learn, I struggle understanding how to use this program.
My OS is KDE Neon, based on Ubuntu 22.04. I have an ethernet connection [ADSL] and a wifi connection [4G hotspot]. Both work when used independently, with a low bandwith (128 Kb/s) in my rural area - hence my looking for a bonding solution.
When I do "dispatch list", I get :
Therefore, I start the proxy using:
dispatch start 192.168.0.100 192.168.1.5
Then I went to the OS settings, and activated manually a proxy, by entering "localhost" in the SOCKS section, port 1080. I also manually configured my browser to use that proxy, since I read that Firefox and many other browsers don't use the system proxy for some reason.
Then I configured a widget to monitor the bandwith on both interfaces and started using different software (browser, torrent, radio app). It still "works" but only the ethernet connection is used.
Should my configuration work?
The text was updated successfully, but these errors were encountered: