首页 > Linux考试认证

Linux系统通过手机GPRS上网设置简介

时间:2009-05-20 11:50:14  作者:  我要投稿
Linux初探欢迎您的投稿,投放方法请点击这里查看,我们会定期赠送精美小礼品给优秀的投稿作者。海纳百川 取则行远!LinuxGoo欢迎您的到来。
Linux通过手机上网  1.安装相关软件  sudo apt-get install wvdial  2.得到GPRS的IP地址  (1)  手机调整到usb lan模式,在手机打开一个网页,让它的GPRS连通  (2) ......
  Linux通过手机上网
  1.安装相关软件
  sudo apt-get install wvdial
  2.得到GPRS的IP地址
  (1)
  手机调整到usb lan模式,在手机打开一个网页,让它的GPRS连通
  (2)
  运行 sudo /sbin/ifconfig
  确认usb0存在
  (3)
  运行 sudo /sbin/ifconfig usb0 192.168.1.1
  配置电脑上的usb0的IP为192.168.1.1
  (4)
  运行 telnet 192.168.1.2
  telnet到手机,其中192.168.1.2为手机usb lan的IP,如下
  $ telnet 192.168.1.2
  Trying 192.168.1.2...
  Connected to 192.168.1.2.
  Escape character is '^]'.
  MontaVista(R) Linux(R) Consumer Electronics Edition 3.1
  Linux/armv5tel 2.4.20_mvlcee31-mainstone_pxa27x
  (none) login: root
  MontaVista(R) Linux(R) Consumer Electronics Edition 3.1
  No directory /root!
  Logging in with home = "/".
  # ifconfig
  gprsv2 Link encap:Point-to-Point Protocol
  inet addr:10.9.139.175 P-t-P:10.112.112.112 Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:50
  RX bytes:8991 (8.7 Kb) TX bytes:5117 (4.9 Kb)
  lo Link encap:Local Loopback
  inet addr:127.0.0.1 Mask:255.0.0.0
  UP LOOPBACK RUNNING MTU:16436 Metric:1
  RX packets:24 errors:0 dropped:0 overruns:0 frame:0
  TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:1392 (1.3 Kb) TX bytes:1392 (1.3 Kb)
  gprsv2 Link encap:Point-to-Point Protocol
  inet addr:10.10.88.48 P-t-P:10.112.112.112 Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:50
  RX bytes:1025 (1.0 Kb) TX bytes:1023 (1023.0 b)
  # exit
  Connection closed by foreign host.
  $
  (5)
  由(4)得到gprsv2的IP为10.10.88.48,记录下来
  3.为pppd添加GPRS IP
  (1)
  运行 sudo gedit /etc/ppp/options
  在options文件的最后一行添加如下两行内容
  novj
  :10.10.88.48
  其中10.10.88.48为2.(5)所得到的GPRS IP地址
  4.配置/etc/wvdial.conf并连接上网
  (1)
如果您需转载 Linux系统通过手机GPRS上网设置简介,请注明来自LinuxGoo.com,其版权归原作者所有。请广大网友留言时遵纪守法,使用文明用语。如果您在应用中有什么问题,请在下面留言,我们会尽快解答。
来顶一下
近回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
相关文章
栏目热门