On Mon, 2011-12-19 at 12:40 +0100, Marcin Lach wrote: > Hello > > First, thanks for developing synce. > > We use synce with rugged windows mobile/windows CE devices. > For some reasons we have to do it on Debian. I've managed to install > your new packages for ubuntu on debian, seems to work :-), but it > would be nice to have native debian packages.
I'd like to get proper packages onto debian, it's just a bit harder than having some ubuntu packages in the PPA, but when i've finished the next big bit of work i do want to try and get it in. > > I've one question/request. > Is there any option to have internet pass trough (get internet on > device through usb and linux computer) when connecting not rndis > device. > > On non rndis device all work ok exept interent conection. On rndis devices the pass through code is in sync-engine. Firstly sync-engine only recognises rndis devices, though i'd like it to recognise older ones in the future. I'm not sure if pass through works in the same way on older devices though. The old synce-kde raki used iptables masquerading. From the source, to start masquerading you'd do iptables -t nat -A POSTROUTING -s {deviceip} -d 0.0.0.0/0 -j MASQUERADE and to stop it use iptables -t nat -D POSTROUTING -s {deviceip} -d 0.0.0.0/0 -j MASQUERADE replacing {deviceip} as appropriate. Haven't tried it for some time, but it's probably worth a go. > > > Best regard > Martin
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev
_______________________________________________ SynCE-Devel mailing list SynCE-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synce-devel