So I tried:
route add default gw 192.168.42.139 dev rndis0
Which error-ed: Operation not permitted.
So I assume syntax OK, I "just" need to root the device.
Meantime on PC / usr / local / etc / apache22 /
httpd.conf
<IfModule mod_proxy.c>
ProxyRequests On
<Directory proxy:*>
Order deny,allow
Deny from all
Allow from 192.168.42.129
<Directory>
ProxyVia On
NoCache *
<IfModule>
This works, allow android to access other internal
servers
but not sure how to get cascade of apaches, so the
apache on PC of the smart phones should use the LAN gate
apache as a proxy.
Next to try: ipfw packet diversion direct from
phone USB to LAN host=gate proxy.
After that to try: WLAN
NOTES TO TRY LATER Settings -> General -> Developer
Options -> { USB Debugging : Allow = ON ; Allow Mock
locations : ON }