# Minimum and maximum port number to assign to a vantage point
# The port number is also used as the uid number.

MINPORT=7001
MAXPORT=9000

# SERVER is the name of the server to call home to
# if it begins with a ".", preface with the name of the vantage point,
# such as sea3-us.natp.caida.org
# Then use a wildcard dns record such as *.natp.caida.org CNAME sirocco
SERVER=.natp.caida.org

# What IP address sources should be allowed to connect to the forwarded
# ports to allow ssh back to the vantage point? CIDR notation, to be used
# as input to iptables.
ALLOWNETS="127.0.0.0/8 192.168.0.0/16 192.172.226.0/24 ::1/128 fe80::/16 2001:48d0:101:501::/64"

# Additional command line options to sshd
SSHD_OPTS=

# PORTSERVER is the name of the server running natp-ssh that users should
# connect to with a port in order to reach the vantage point clients.
# In other words, the server name used in the global ssh_config_include
# Defaults to the same as SERVER.
# PORTSERVER=

# CLIENTPACKAGENAME is the name used for the installed client package.
# Changing the name allows clients to have more than one package, thus
# be connected to more than one server at a time. Defaults to natp-ssh.
# CLIENTPACKAGENAME=natp-ssh

