# DEVICE specifies the _real_ network interface used for
# encrypted transmissions.  Usually this is something like
# 'eth0', 'ppp0' or 'ippp0'.
DEVICE=eth0

# PORT specifies which UDP port is used by CIPE process
# in both endpoints.  Make sure this passes through possible
# firewalls.
PORT=9999

# PEER specifies the _real_ address of the remote CIPE endpoint.
# 0.0.0.0 means it's allocated dynamically (only one end can set it this,
# though).
PEER=0.0.0.0

# IPADDR specifies the _virtual_ address for the local end of the
# CIPE tunnel.  Usually it should be an address reserved for local
# networks so that it won't mess up routing to "real" addresses.
IPADDR=0.0.0.0

# PTPADDR specifies the _virtual_ address for the remote end of the
# CIPE tunnel.  Usually it should be an address reserved for local
# networks so that it won't mess up routing to "real" addresses.
PTPADDR=0.0.0.0

#
# CIPE device names (cipcb0) and encryption keys are set in /etc/cipe/options.
#
