# Don't fork to become a background process (otherwise pppd will do so # if a serial device is specified). -detach
# async character map -- 32-bit hex; each bit is a character # that needs to be escaped for pppd to receive it. 0x00000001 # represents '\x01', and 0x80000000 represents '\x1f'. asyncmap 0
# Set the interface netmask to , a 32 bit netmask in "decimal dot" # notation (e.g. 255.255.255.0). netmask 255.255.255.0
# 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. proxyarp
# Specifies that pppd should use a UUCP-style lock on the serial device # to ensure exclusive access to the device. lock
# Use hardware flow control (i.e. RTS/CTS) to control the flow of data # on the serial port. crtscts
# Use the modem control lines. On Ultrix, this option implies hardware # flow control, as for the crtscts option. (This option is not fully # implemented.) modem
# This machine does not authenticate callers noauth
# Set DNS servers. Replace aa.bb.cc.dd and ee.ff.gg.hh with the actual # DNS servers for your environment. ms-dns aa.bb.cc.dd ms-dns ee.ff.gg.hh