Hmmm... Mandriva picked up wrong driver for my modem
Here is knoppix info for eth0 :
eth0 Link encap:Ethernet HWaddr 00:0E:9B:FA:45:FD
inet addr:81.XX.XX.25 Bcast:255.255.255.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1418 errors:0 dropped:0 overruns:0 frame:0
TX packets:1320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1232378 (1.1 MiB) TX bytes:172375 (168.3 KiB)
Here is Mandriva info :
[root@localhost ~]# ifup eth2
Determining IP information for eth2... done.
[root@localhost ~]# ifconfig eth2
eth2 Link encap:Ethernet HWaddr 00:0E:9B:FA:45:FD
inet addr:81.XX.XX.25 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::20e:9bff:fefa:45fd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15 errors:0 dropped:0 overruns:0 frame:0
TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5004 (4.8 KiB) TX bytes:4656 (4.5 KiB)
But it doesn't work
[root@localhost ~]# ping -c 1 81.XX.XX.25
PING 81.XX.XX.25 (81.XX.XX.25) 56(84) bytes of data.
64 bytes from 81.XX.XX.25: icmp_seq=1 ttl=64 time=0.053 ms
--- 81.XX.XX.25 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.053/0.053/0.053/0.000 ms
[root@localhost ~]# ping yahoo.com
ping: unknown host yahoo.com
I've added new interface and I have chosen usbnet driver.
Well my mac address changed successfully, dhcpclient works fine, but as you saw I have no connection

And I'm confused with this :
inet6 addr: fe80::20e:9bff:fefa:45fd/64 Scope:Link
I don't think that this must be in my eth2 ?
May be you will recommend me what driver you are using ?
Thx for attention.