Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 操作系统 / Linux / Ubuntu下组建面向蓝牙的无线网网络

Ubuntu下组建面向如果家里已经有一台台式机上网,那么用蓝牙组建无线网络可以作为wifi之外的另一选择。在linux下对于蓝牙PAN(personal area network)的构件是非常简单的假定你有两快蓝牙适配器地址分别是:11:22:33:44:55:66   host66:55:44:22:22:11   client========================================================================对于host(也就是你连接外网的台式机)修改/etc/default/bluetooth############ PAND                                                               #                                                                               # Run pand -- ethernet: creates new network interfaces bnep<N>                  # that can be configured in /etc/network/interfaces                             # set to 1 for enabled, 0 for disabled   PAND_ENABLED=1                                                                  # Arguments to pand                                                             # Read the PAN howto for ways to set this up                                    # http://bluez.sourceforge.net/contrib/HOWTO-PAN      PAND_OPTIONS="--listen --master --role NAP"配置host蓝牙适配器ip修改/etc/network/interfaces添加auto bnep0iface bnep0 inet staticaddress 192.168.128.1netmask 255.255.255.0重启蓝牙服务sudo /etc/init.d/bluetooth restart
  • 1
  • 2
  • 下一页
Ubuntu7.10下使用Firefox安装软件Ubuntu 7.10下解决VIM不能开启语法高亮功能相关资讯      无线网网络  本文评论 查看全部评论 (0)
表情: 姓名: 字数