You probably need the brctl util, e.g. from busybox. Unfortunately, busybox on the Touch does not support brctl. :-(
Either you cross-compile busybox for ARM on your own, or you take a precompiled version, e.g. from the first post on http://www.android-hilfe.de/root-hacking-modding-fuer-motorola-milestone/15433-busybox-1-15-3-neuste-kompiliert-fuers-milestone-bzw-allgemein-arm.html * Login on the Touch per SSH * Save your old busybox cp /bin/busybox /bin/busybox.org * Download the precompiled busybox: cd /tmp wget http://bf1942.moretoast.de/busyboxmk9 * Make it executable: chmod a+x busyboxmk9 * Replace the old busybox: mv /tmp/busyboxmk9 /bin/busybox brctl is now available as "busybox brctl". See also http://tldp.org/HOWTO/Ethernet-Bridge-netfilter-HOWTO-3.html But honestly, I think you should only try it if you are a bit familiar with Linux. :-) I'm not sure if it works as expected or may brick your Touch. Theoretically, if the Touch is not reachable anymore, it should be sufficient to do a factory reset, but I'm not 100% sure about that. You have been warned. :-) -- flattermann Christian Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The SqueezeBox Remote Control App for Android ------------------------------------------------------------------------ flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169 View this thread: http://forums.slimdevices.com/showthread.php?t=80427 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
