# This is an example PPP script for connecting to a Windows XP/2000
# PC via Bluetooth.
# It uses an rfcomm device which must be configured to point at
# the serial profile service on the PC in /etc/bluetooth/rfcomm/conf.
# The Windows PC will need to be setup with an incomming
# connection between two PCs, which is attached to the Bluetooth
# serial virtual COM port on the PC.

/dev/rfcomm1
460800
user "Guest"
connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/WINXP-CLIENT"
defaultroute
usepeerdns
192.168.129.201:192.168.129.1

