mirror of
https://github.com/geerlingguy/pi-isp.git
synced 2026-08-24 10:14:20 -05:00
24 lines
646 B
Django/Jinja
24 lines
646 B
Django/Jinja
# Define the DNS server for the client to use
|
|
ms-dns 8.8.8.8
|
|
# async character map should be 0
|
|
asyncmap 0
|
|
# Require authentication
|
|
auth
|
|
# Use hardware flow control
|
|
crtscts
|
|
# We want exclusive access to the modem device
|
|
lock
|
|
# Show pap passwords in log files to help with debugging
|
|
show-password
|
|
# Require the client to authenticate with pap
|
|
+pap
|
|
# If you are having trouble with auth enable debugging
|
|
debug
|
|
# Heartbeat for control messages, used to determine if the client connection has dropped
|
|
lcp-echo-interval 10
|
|
lcp-echo-failure 3
|
|
# Cache the client mac address in the arp system table
|
|
#proxyarp
|
|
# Disable the IPXCP and IPX protocols.
|
|
noipx
|