Bridging support for USB/Wifi tethering [duplicate]
As discussed here there's a USB tethering feature planned for Jolla.
I would suggest usage of ethernet bridging instead of NAT (or at least an option to switch to bridged mode). It will decrease the load on the device as there will be neither packet manipulation nor unnecessary services running (like DHCP server). It will also simplify eventual connectivity problems debugging leaving the responsibility for proper network configuration of the PC to the internet provider.
There is very little extra load coming from NAT compared to bridging. And with NAT there is a small safety bonus. Also a dhcp server would only run when needed. Well there is nothing stopping you from doing it. I don't mind helping out to make it possible, but there are no real benefits that make it worth to implement the same functionality twice.
Philippe De Swert ( 2014-01-03 03:19:19 +0200 )edit@Philippe De Swert I think I get your point. Nevertheless it would be nice to have the option for the advanced users available in the form of having kernel support in place and bridge-utils in repository (but that could be a community effort as well).
strnous ( 2014-01-03 08:36:09 +0200 )edit@strnous: Bridging support is in the kernel. And I am almost sure nemo/mer repos have bridge utils. So most of the work should be done. If not feel free to submit bridge-utils to mer/nemo ;)
Philippe De Swert ( 2014-01-03 18:21:24 +0200 )edit