Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112049 | Differences between
and this patch

Collapse All | Expand All

(-)net.example.orig (-18 / +18 lines)
Lines 374-404 Link Here
374
# and may seem daunting, it is recommended that you read the pppd man page
374
# and may seem daunting, it is recommended that you read the pppd man page
375
# before enabling any of them
375
# before enabling any of them
376
#pppd_ppp0=(
376
#pppd_ppp0=(
377
#	"updetach" 	# WARNING: If you don't specify this then we will
377
#	updetach 	# WARNING: If you don't specify this then we will
378
#			# not wait for the actual PPP link to go up
378
#			# not wait for the actual PPP link to go up
379
#	"debug" 	# Enables syslog debugging
379
#	debug 	# Enables syslog debugging
380
#	"noauth"	# Do not require the peer to authenticate itself
380
#	noauth	# Do not require the peer to authenticate itself
381
#	"defaultroute"	# Make this PPP interface the default route
381
#	defaultroute	# Make this PPP interface the default route
382
#	"userpeerdns"	# Use the DNS settings provided by PPP
382
#	userpeerdns	# Use the DNS settings provided by PPP
383
#
383
#
384
# On demand options
384
# On demand options
385
#	"demand"	# Enable dial on demand
385
#	demand	# Enable dial on demand
386
#	"idle 30"	# The link will go down after 30 seconds of inactivity
386
#	idle 30	# The link will go down after 30 seconds of inactivity
387
#	"10.112.112.112:10.112.112.113"	# Phony IP addresses
387
#	10.112.112.112:10.112.112.113	# Phony IP addresses
388
#	"ipcp-accept-remote"	# Accept the peers idea of remote address
388
#	ipcp-accept-remote	# Accept the peers idea of remote address
389
#	"ipcp-accept-local"	# Accept the peers idea of local address
389
#	ipcp-accept-local	# Accept the peers idea of local address
390
#	"holdoff 3" 	# Wait 3 seconds after link dies before re-starting
390
#	holdoff 3 	# Wait 3 seconds after link dies before re-starting
391
#	"lcp-echo-interval 15"	# Send a LCP echo every 15 seconds
391
#	lcp-echo-interval 15	# Send a LCP echo every 15 seconds
392
#	"lcp-echo-failure 3"	# Make peer dead after 3 seconds of in-activity
392
#	lcp-echo-failure 3	# Make peer dead after 3 seconds of in-activity
393
#	
393
#	
394
# Compression options - use these to completely disable compression
394
# Compression options - use these to completely disable compression
395
#	"noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp"
395
#	noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp
396
#
396
#
397
# Dial-up settings
397
# Dial-up settings
398
#	"lock"				# Lock serial port
398
#	lock				# Lock serial port
399
#	"115200"			# Set the serial port baud rate
399
#	115200			# Set the serial port baud rate
400
#	"modem crtscts"			# Enable hardware flow control
400
#	modem crtscts			# Enable hardware flow control
401
#	"192.168.0.1:192.168.0.2"	# Local and remote IP addresses
401
#	192.168.0.1:192.168.0.2	# Local and remote IP addresses
402
#)
402
#)
403
#
403
#
404
# Dial-up PPP users need to specify at least one telephone number
404
# Dial-up PPP users need to specify at least one telephone number

Return to bug 112049