# Example-file for creating a ppp connection with bluetooth between e.g. a PDA # and the computer. Move this to /etc/ppp/peers/dun and adapt the following # options to your needs. The values and options below there are far from # perfect, but were good in a lot of testcases. They may not be good for you! # # Most of the comments were taken from the pppd-manpage for your convenience. # See there for more information and options ## Enables connection debugging facilities. You should use this if you have problems #debug # Baudrate 57600 ## Disables the default behaviour when no local IP address is specified, ## which is to determine (if possible) the local IP address from the hostname. ## With this option, the peer will have to supply the local IP address ## during IPCP negotiation (unless it specified explicitly on the command line ## or in an options file). noipdefault ## Add an entry to this system's ARP [Address Resolution Protocol] table with ## the IP address of the peer and the Ethernet address of this system. This ## will have the effect of making the peer appear to other systems to be on the ## local ethernet. proxyarp # IP address of PC : IP address to be assigned to PDA 192.168.1.1:192.168.1.2 # Your DNS server ms-dns 10.0.0.1 ## Enables pppd to alter kernel settings as appropriate. Under Linux, pppd will ## enable IP forwarding (i.e. set /proc/sys/net/ipv4/ip_forward to 1) if the ## proxyarp option is used, and will enable the dynamic IP address option (i.e. ## set /proc/sys/net/ipv4/ip_dynaddr to 1) in demand mode if the local address ## changes. ktune ## Do not require the peer to authenticate itself. This option is privileged. noauth ## Don't use the modem control lines. With this option, pppd will ignore the ## state of the CD (Carrier Detect) signal from the modem and will not change ## the state of the DTR (Data Terminal Ready) signal. local ## Disable the defaultroute option. nodefaultroute ## Disable the IPXCP and IPX protocols. noipx