Rod Whitby wrote: > I use OpenWrt as a bluetooth AP server for a Treo650 (with the Treo > connecting *to* the OpenWrt router for access to the internet, to save > GPRS charges when at home). This is the opposite of how most people use > ppp, bluetooth and openwrt (where they use ppp to dial out to the > internet through the bluetooth phone ...). > > So I have a ppp0 interface, which only exists when the bluetooth > connection is up (which is done on demand from the phone). > > So in /etc/config/network, I have: > > config 'interface' 'ppp' > option 'ifname' 'ppp0' > > but don't know what 'proto' I should set there, since 'ppp seems to mean > a dial-out ppp connection, rather than a dial-in ppp server.
proto ppp was the right thing to put there, and nbd helped with a patch to the bluez-utils.init script which triggers all the rest of the existing functionality to add the interface to the firewall zone. So everything works nicely now :-) -- Rod _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
