elo.
which tutorial u followed 2 share ur net with USB lan?
mind to tel me
i want 2 try it out!
I have shared my pc's internet connection with E6 by USBLAN,for more convenient , I want to replace USBLAN with Bluetooth.
How to make it? Somebody help me!
elo.
which tutorial u followed 2 share ur net with USB lan?
mind to tel me
i want 2 try it out!
Yes, if you can connect to Internet via USBLAN then maybe my sync problem with desktop linux will be gone.
So please tell us how you do it.
I learnt that from here
http://club.ccmove.com/nclub/topicdi...topicid=668000
don't worry about the chinese words,just mind the linux command lines.
but before you start to follow that ,you should find a way to telnet E6 from PC first,that is too much to talk. see here
http://club.ccmove.com/nclub/topicdi...-632287-1.html
download the file usblan_yan0.rar
hey I partially followed the instructions posted (becoz don't know chinese)
I am successfully able to ping yahoo.com but not able to get opera working..
I know I am missing some thing may be a fake gprs connection... as used in mack's connectivity pack(also not able to get that working)...
can somebody translate the whole thing from chinese to english..
Here r the steps I have done;
1) telnet to E6
2) downloaded busybox then..
./busybox route add default gw 192.168.16.1(my pc's address)
3) mount --bind /mmc/mmca1/scripts/resolv.conf /etc/resolv.conf
(where resolv.conf contains DNS address)
4)run a bash script on pc
#!/bin/bash
iptables --flush # - Flush all the rules in filter and nat tables
iptables --table nat --flush
iptables --delete-chain
iptables --table nat --delete-chain
# Set up IP FORWARDing and Masquerading where ppp0 is broadband connection
iptables --table nat --append POSTROUTING --out-interface ppp0 -j MASQUERADE
iptables --append FORWARD --in-interface usb0 -j ACCEPT
echo 1 > /proc/sys/net/ipv4/ip_forward
Now I am able to ping yahoo etc...
now what to do after this..........
I think you should use translate tool of Google to understand that website. I am using that tool and trying to connect to internet. If i am successful i will explain for you
to mitesh_saini
just one more thing to do~
delete all connections in your internet setting.
if it is needed,just build a blank one.
I have read two website but i can not connect to Internet
Lobbi - Can you post the instruction - how to connect internet VIA USBnet step by step
Thanks a lot
sorry..... my English is no good....so I don't have engouh capability to translate so many professional words to English, if I forced myself to do this, I think I would do more misleading than guiding to you.
and do mind my title please, yes, bluetooth is much more meaningful than the usb cable which is too short,too limited,and always charging your battery.
@mitesh: You tried the native browser or 3rd party opera mini?.
Anyway, can you please tell me from where did you download busybox for E6?