BTPAND(8) | System Manager's Manual | BTPAND(8) |
btpand | [-i ifname] [-m mode] -a addr -d device {-s service | -S service [-p psm]} |
btpand | [-c path] [-i ifname] [-l limit] [-m mode] [-p psm] -d device {-s service | -S service} |
The PANU client is the device that uses either the NAP or GN service, or can talk directly to a PANU host in a crossover cable fashion.
A GN host forwards Ethernet packets to each of the connected PAN users as needed but does not provide access to any additional networks.
The NAP service provides some of the features of an Ethernet bridge, with the NAP host forwarding Ethernet packets between each of the connected PAN users, and a different network media.
Note, the only differences between NAP and GN services as implemented by btpand are in the SDP service record. The bridging of packets by the NAP must be configured separately with brconfig(8).
The options are as follows:
When providing networking services, the Bluetooth PAN profile says that the ‘Class of Device' property of the bluetooth controller SHALL include Networking capability (set bit 0x020000). See btconfig(8) for details.
After btpand has set up the client or server connection and opened the tap(4) interface, it will create a pid file and detach.
ifconfig tap1 create
btpand -a host -d ubt0 -s NAP -m encrypt -i tap1
dhclient -q -o -w -nw tap1
Will create an encrypted connection to the NAP on host, and link that to the tap1 interface.
btpand -d ubt0 -s GN -m auth
Will create a Group Network requiring authentication to join and register the GN service with the local SDP server.
The “Personal Area Networking Profile” and “Bluetooth Network Encapsulation Protocol” specifications are available at
http://www.bluetooth.com/
There is no way to set net type or multicast address filters.
btpand does not do any address routing except to directly connected unicast addresses. All other packets are multicast.
As btpand uses the BDADDR of the Bluetooth radio as the physical address of the tap, only one instance can be run per radio.
btpand can only provide a single service.
August 17, 2008 | NetBSD 6.1 |