s60v3共享ubuntu网络来上网…
你是不是非常讨厌移动联通的gprs天价资费呢?你是不是希望手机可以免费上网呢?你是不是有的时候和家人争电脑呢?那么你就非常需要读完此文了…开始吧!P.S.我只是翻译的…嘿嘿
- 电脑首先安装bluez-gnome
- 确定电脑上面是不是有出来蓝牙图标,没有就说明你蓝牙没有弄好,假如是USB的,看看插好了没…或者也有可能是别的原因!
- 手机端打开蓝牙……搜索蓝牙…选择你的电脑…进行配对!
aptitude install bluez-gnome
Setup your phone:
- Backup your phone!
I m a noob and can’t fix your phone if anything goes wrong - Install gnubox for Series 60 v3 or other Symbians(if you have a s60v3 phone, you will have to sign the sis file. just follow the instruction on the download page, 5th reply)
- Run gnubox, Options > Debug > Dump Full CommsDB, this dump the network configuration, in case any thing goes wrong
- Create an Access point, goto Tools > Settings > Connection > Accesspoints
Name it “Bt” (case sensitive), set Data Bearer to “data call” and dial-up number to some random number - Run gnubox again, Options > Install > Create records
- Restart gnubox, Options > Install > set RAS login script
- Restart gnubox, Options > 2box Bluetooth > LAN Access server, select your computer, no encryption if it ask
Setup your ubuntu
- put the following into /etc/ppp/peers/dun
Code:
115200
noauth
192.168.11.30:192.168.11.40 (make sure these address doesn't crash with other on your network)
crtscts
ms-dns <your dns server>
lock- execute the following as root, to setup network forwarding, otherwise you can only access LAN from the phone
Tags: gprs, s60v3, ubuntu, 上网, 免费, 共享宽带, 手机, 蓝牙, 诺基亚Code:echo 1 > /proc/sys/net/ipv4/ip_forwardCode:iptables -t nat -A POSTROUTING -s 192.168.11.0/24 -j MASQUERADECode:dund --msdun --listen call dunDONE! grab your phone, fire up the Web app. and enjoy!
References
Added iptables line so that it would work for people who aren’t connected to NAT routers
Source: http://ubuntuforums.org/showthread.php?t=471441
(明天继续……手机打字超级郁闷…顺便贴一个源地址出来吧http://www.ubuntudoctor.com/content/blog/Share-your-Ubuntu-internet-connection-with-Symbian-phones要是访问不了就用我的http://wujie.hnxgf8.site88.net)
发表评论
- execute the following as root, to setup network forwarding, otherwise you can only access LAN from the phone