View Single Post
Old 01-29-2010, 04:56 AM   #11
jft
Enthusiast
jft began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Jan 2010
Location: Germany
Device: Kindle DXi
Just change the ip of your usb0 interface!! Now both your ethernet card eth0 and your usb interface usb0 have the same ip. That's not what I said.

These two interfaces should reside in different networks. Your eth0 is connected to your home network, your usb0 ist connected to your "Kindle-Network". You have to assign a home network ip to your eth0 interface and a "Kindle-Network" ip to your usb0 interface.

Edit: And most likely you have an dhcp server that assigns an ip address to your eth0 interface - just don't touch that interface. We ware always talking about usb0 and nothing else!

And also make sure you restarted your kindle after you edited the usbnetwork file (change of ip address).

The result should look like this:

Code:
ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:8d:b6:e0:e3
inet addr:192.168.0.41 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fe80::250:8dff:feb6:e0e3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1688406 errors:0 dropped:0 overruns:0 frame:0
TX packets:981107 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2311261506 (2.3 GB) TX bytes:87544035 (87.5 MB)
Interrupt:23 Base address:0x4000

usb0 Link encap:Ethernet HWaddr ee:0a:96:97:21:91
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::ec0a:96ff:fe97:2191/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:209 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1780 (1.7 KB) TX bytes:22736 (22.7 KB)

Last edited by jft; 01-29-2010 at 05:08 AM.
jft is offline   Reply With Quote