iMX6S is only receive IPv6 network on USB port

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

iMX6S is only receive IPv6 network on USB port

Jump to solution
1,266 Views
toanjunifer
Senior Contributor I

Hi,

I'm using iMX6S. I have an special case. I can't use ethernet port. So, I use cable LAN to USB. And then I plug it on USB port. Unfortunately, it's not IPv4 connection.

eth0 Link encap:Ethernet HWaddr 00:0e:c6:xx:xx:xx 
inet6 addr: xxxx::xxxx:xxxx:xxxx:xxxx/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:319 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51548 (50.3 KiB) TX bytes:0 (0.0 B) 

And my modem has been cut off IPv6 connection. Is there any way to switch IPv6 to IPv4 on my case ?

Thank you so much !

Labels (1)
0 Kudos
1 Solution
1,258 Views
b36401
NXP Employee
NXP Employee

Please try to assing IP4 address to the interface manually. I mean the command like this:

 

# ifconfig eth0 192.168.1.1

View solution in original post

3 Replies
1,259 Views
b36401
NXP Employee
NXP Employee

Please try to assing IP4 address to the interface manually. I mean the command like this:

 

# ifconfig eth0 192.168.1.1

1,242 Views
toanjunifer
Senior Contributor I

But I must to set it everytime I reboot it 

0 Kudos
1,250 Views
toanjunifer
Senior Contributor I

It's working now. Thank you so much.

0 Kudos