All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rainer Dorsch <rdorsch@web.de>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Setting up an hotplug connection with USB dongles
Date: Thu, 23 Dec 2004 23:43:45 +0100	[thread overview]
Message-ID: <200412232343.45609.rdorsch@web.de> (raw)
In-Reply-To: <1103495289.29892.85.camel@pegasus>

Am Sonntag, 19. Dezember 2004 23:28 schrieb Marcel Holtmann:
> Hi Rainer,
>
> > thanks for that very useful link.
> >
> > If have everything up an running, only two minor issues left on the PANU
> > side:
> >
> > 1. It seems that I need to do an "hcitool scan" to make pand --search
> > working, e.g.
> >
> >               hcitool scan
> >               pand --nodetach --role PANU --search --encrypt
> > --pidfile /var/run/pand.pid
> >
> > It does work without hcitool scan, when I use the BT device address
> >
> >               pand --connect <BT device address>
> >
> > 2. On the client side, I do not get dhcp to work. When I run
> >
> >                dhclient bnep0
> >
> > I see on the PANU (from syslog):
> >
> > Dec 19 23:07:42 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 5
> > Dec 19 23:07:42 topsi dhclient: send_packet: Network is down
> > Dec 19 23:07:47 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 10
> > Dec 19 23:07:47 topsi dhclient: send_packet: Network is down
> > Dec 19 23:07:49 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 10
> > Dec 19 23:07:49 topsi dhclient: send_packet: Network is down
> > Dec 19 23:07:57 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 14
> > Dec 19 23:07:57 topsi dhclient: send_packet: Network is down
> > Dec 19 23:07:59 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 1
> > Dec 19 23:07:59 topsi dhclient: send_packet: Network is down
> > Dec 19 23:08:00 topsi dhclient: No DHCPOFFERS received.
> > Dec 19 23:08:00 topsi dhclient: No working leases in persistent database.
> > Dec 19 23:08:00 topsi dhclient: Sleeping.
> > Dec 19 23:08:11 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 14
> > Dec 19 23:08:11 topsi dhclient: send_packet: Network is down
> > Dec 19 23:08:25 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 15
> > Dec 19 23:08:25 topsi dhclient: send_packet: Network is down
> > Dec 19 23:08:40 topsi dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255
> > port 67 interval 3
> > Dec 19 23:08:40 topsi dhclient: send_packet: Network is down
> > Dec 19 23:08:43 topsi dhclient: No DHCPOFFERS received.
> > Dec 19 23:08:43 topsi dhclient: No working leases in persistent database.
> > Dec 19 23:08:44 topsi dhclient: Sleeping.
> >
> > There is no entry in the syslog file in the DHCP server (which is NAP).
> > Its dhcpd.conf looks like this:
> >
> > # Bluetooth
> > subnet 192.168.2.0 netmask 255.255.255.0 {
> >   range 192.168.2.100 192.168.2.150;
> > #  option broadcast-address 204.254.239.31;
> >   option domain-name "vix.com";
> >   option domain-name-servers 192.168.2.1;
> >   option broadcast-address 192.168.2.255;
> >   option routers 192.168.2.1;
> > }
> >
> > Any ideas are welcome.
>
> as I said, use the standard Debian stuff for configuring the network
> interfaces. If you got problems setup a bridge that covers all the PAN
> connections.
>

Marcel,

I used the Debian standard stuff (at least, as far as I am aware of it):

rd@topsi:~$ grep bnep0 /etc/network/interfaces
iface bnep0 inet dhcp
rd@topsi:~$ cat /etc/bluetooth/pan/dev-up
#!/bin/sh
echo running dev-up
ifup bnep0
rd@topsi:~$

Since this did not work, I run dhclient manually for debugging purposes.

Is there anything which is more "standard" I can do?

Thanks,
Rainer

-- 
Rainer Dorsch
Alzentalstr. 28
D-71083 Herrenberg
07032-919495
Icq: 32550367


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

  reply	other threads:[~2004-12-23 22:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-28 20:32 [Bluez-users] Setting up an hotplug connection with USB dongles Rainer Dorsch
2004-11-29  1:38 ` Marcel Holtmann
2004-11-29 15:05 ` Erwin Authried
2004-12-19 22:23   ` Rainer Dorsch
2004-12-19 22:28     ` Marcel Holtmann
2004-12-23 22:43       ` Rainer Dorsch [this message]
2004-12-24 12:04         ` Marcel Holtmann
2005-01-02 13:51           ` Rainer Dorsch
2005-01-02 13:58             ` Marcel Holtmann
2005-01-02 17:37               ` Rainer Dorsch
2005-01-02 17:41                 ` Marcel Holtmann
2005-01-03 10:14                   ` Rainer Dorsch
2005-01-03 10:42                     ` Rainer Dorsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200412232343.45609.rdorsch@web.de \
    --to=rdorsch@web.de \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.