View Single Post
Old 08-13-2014, 07:03 PM   #1
dfect
Member
dfect began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jul 2014
Device: Kobo Glo, Kindle DXG
Internet via USB (PC gateway) isnt acceptable with web browser in Kindle DXG

Go stuck in allowing the web-browser to NOT go thru 3g-radio.

I used this guide to be able to use the web-browser for more than amazons site (google is blocked in sweden via 3g).

http://aming-blog.blogspot.se/2010/0...tethering.html

Got everything to work thru terminal, with DNS and gateway:

[root@kindle root]# route add default gw 192.168.2.1
[root@kindle root]# ip route
192.168.2.0/24 dev usb0 src 192.168.2.2
default via 192.168.2.1 dev usb0

[root@kindle root]# ping www.google.se
PING www.google.se (109.105.109.234): 56 data bytes
64 bytes from 109.105.109.234: seq=0 ttl=49 time=4.447 ms

But still nothing happens when trying web-browser in kindle.

I've tried both with 3g enabled and not activated.

I suspect this line will enable gateway via LAN (USB)

# vi /opt/amazon/ebook/config/framework.mario.conf
change the line:
USE_WAN : true
into:
USE_WAN : false

in 3.2.1 its called framework_luigi.conf (should be same?)

Still nothing.

- Could it still trying to go via proxy?

Last edited by WT Sharpe; 08-14-2014 at 01:33 PM. Reason: I made a mistake. OP was in the right.
dfect is offline   Reply With Quote