Hello, I need to configure two different IPs for the same network interface in Android (mostly WiFi, but also ethernet when available). I need to set a 10.151.190.121/29 IP for being able to receive multimedia streams from my provider and then I need to export them to the private network 192.168.1.1/24 (DHCP managed).
I have been searching through the APIs and I have only found references to sub-interfaces and virtual interfaces: there's no function for setting them. Is it possible to set a secondary aliased IP using the SDK or even the NDK for a regular Android app? How? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

