#this is an edited version of my Linux pppd /etc/ppp/options (options.pilot) file
#see the manpage and other pppd docs for detailed explanation

#hostname for authentication
name palmhost

#Your DNS - look in /etc/resolv.conf
ms-dns 192.168.1.1

#You will want this to prevent all packets from going out your Palm
nodefaultroute

# I Trust my palm, but this is probably unnecessary
noauth

#HW flow control
crtscts

#lock serial device
lock

# no modem control lines.
nocdtrcts
nocrtscts

# Palm ppp is a transparent link
asyncmap 0

#limit packet sizes - palm seems to be more efficient with values between 250 and 600, but YMMV
#mru 542
mru 296
#transmit size - don't overstuff the palm's receive buffer
mtu 296

#This makes it visible to the external network.
#You may also need to do the following:
#echo 1 >/proc/sys/net/ipv4/ip_forwarding
proxyarp

# Keep alive and see if the palm is still there
lcp-echo-interval 30
lcp-echo-failure 4

# Disable the IPXCP and IPX protocols.
noipx

#were' the host
local

#this is /dev/XXX - I symlink pilot, but ttyS0,1,2... are the raw devices
pilot

#Baud rate - 115200 overruns (too fast for the EZ and original.  57.6k seems best
#115200
57600
#38400
#19200

#local and remote ip addresses to assign - make sure they aren't used elsewhere.
192.168.1.195:192.168.1.196

