Quote:
Originally Posted by dogcalas
FIRST, I want to thanks @ixtab you for u time,
I configured the PC to forward packets, but in the Kindle to set the gateway is it like in a normal linux PC? /etc/network/interfaces, when i opened that file, it showed this
auto usb0
iface usb0 inet dhcp
and i am not sure but, usb0 isn't dhcp, it has a fixed ip 192.168.15.244.
|
Then you just answered your own question. The kindle isn't recognizing and/or processing the /etc/network/interfaces "dhcp" field.
Quote:
Originally Posted by dogcalas
How i configure gateway on the Kindle.?
|
Ah, a forbidden topic on this site.
BUT...
I think you meant to ask "how do I configure the Kindle to use a gateway"?
Ans: Same as any other networking stack, set /dev/usb0 as the device for the default route.
Quote:
Originally Posted by dogcalas
I opened /etc/resolv.conf and is empty, i am going to configue it like i do in Linux
domain uci.cu
nameserver 10.0.0.3
|
The Kindle
is Linux.
Although you'll find differences in how an embedded Linux uses (or not) its control files.