Re: Linux and bluetooth...

From: Peter Michael Jensen (peter_at_nospam.at.all.com)
Date: 04/13/04


Date: Tue, 13 Apr 2004 19:56:50 +0200

David A. Desrosiers wrote:
> On Mon, 12 Apr 2004 21:43:43 +0200, Peter Michael Jensen wrote:
>
>
>>All ideas are more than welcome - I am getting quite fustrated...
>
>
> Are you following my HOWTO?
>
> http://howto.pilot-link.org/bluesync/
>
>
Hi David

I have tried your howto and it works like a charm - thank you!
The must have been some errors in my /etc/ppp/peers/peer - file.

I run this script at startup and every

#! /bin/sh
hciconfig hci0 up
sdpd
echo 1 > /proc/sys/net/ipv4/ip_forward
/sbin/iptables -t nat -A POSTROUTING -s 192.168.0.102/255.255.255.255 -o
eth0 -j MASQUERADE
#dund --nodetach --listen --persist --msdun call btpalm &
dund --listen --persist --msdun call btpalm &
exit 0

I dropped the --nodetach in order to run dund in the background.

Thanks again
Peter Michael



Relevant Pages