Sap
unread,Dec 20, 2011, 1:36:23 AM12/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android-x86
Yes, It works with DHCP but it isn't very useful sometimes.
Most DHCP servers (like in your case) assign new IP for every reboot.
And not every of them allows to specify fixed static MAC-IP table.
Moreover that way requires additional hardware or very specific
crouches to make it work on Windows under virtual machine (like
configurable DHCP server for Windows).
It would be great to have a static IP for automated debugging and
testing purposes.
I've tried to use startup scripts in "Android-XXX/scripts" to
configure interfaces for static IP but it resets them when GUI starts.
So now I am meditating about using second ethernet interface with miss-
configured first one, or making a script with delayed start, or
patching system init.rc scripts runtime, or doing something else.