Conversation
`netstat` has been deprecated for some time and some distros might start shipping without it in the near future. This commit adds support for `ip route` and uses it when available.
|
Any help with some real world testing would be very welcome while I fix the unit tests I broke. 😛 |
|
This very well is likely a lack of familiarity with the manual, but on Arch as @vieira said above |
|
@storrgie What version of sshuttle? This change should be in 0.78.3. |
It could be a mis-configuration on my end... here is my alias for getting into my 'home' through another arch box that I use as a simple proxyjump and sshuttle target: The client firewall: which is a laptop with Gnome DE, NetwrokManager as the networking environment The host that I'm hitting with sshuttle is headless with systemd-networkd handling network, here is the firewall (i also have mpd running on that host): |
|
I also believe that this might be causing a problem with the |
netstathas been deprecated for some time and some distros mightstart shipping without it in the near future. This commit adds support
for
ip routeand uses it when available.This should fix issues like the one reported in #131.