How to use internet using ethernet in iMX6 android jb4.3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use internet using ethernet in iMX6 android jb4.3

943 Views
beomseokoh
Contributor I

We want to use internet using ethernet (eth0).

busybox ifconfig eth0 192.168.0.92

route add default gw 192.168.0.1 dev eth0

setprop net.eth0.dns1 203.248.252.2

setprop net.eth0.dns2 164.124.101.2

still not working

Using internet,  What do i do ?

Thank you in advance

Labels (2)
0 Kudos
2 Replies

684 Views
jamesbone
NXP TechSupport
NXP TechSupport

Hello Beomseok,

Are you able to ping the Router or the device that it is providing Internet ?  can you please explain the Network scenario that you are having is the board directly connect  to the router that provide the Service? or is any other device in the middle? are you using DHCP?  or your router it is providing DHCP?

0 Kudos

684 Views
beomseokoh
Contributor I

Thank you for your help.

busybox ifconfig eth0 192.168.0.92

route add default gw 192.168.0.1 dev eth0

setprop net.eth0.dns1 203.248.252.2

setprop net.eth0.dns2 164.124.101.2

It is working in android Browser. but some network app is not working.

I think this app is only support wifi(device:wlan0).

In this situation, Is there any solution redirected wlan0 with eth0?

0 Kudos