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 (-6 / +16 lines)
Lines 350-368 Link Here
350
#ln -s net.lo net.ppp0
350
#ln -s net.lo net.ppp0
351
#
351
#
352
# Each PPP interface requires an interface to use as a "Link"
352
# Each PPP interface requires an interface to use as a "Link"
353
#link_ppp0="eth0"       # PPPoE requires an ethernet interface
354
#link_ppp0="/dev/ttyS0" # Most PPP links will use a serial port
353
#link_ppp0="/dev/ttyS0" # Most PPP links will use a serial port
354
#link_ppp0="eth0"       # PPPoE requires an ethernet interface
355
#link_ppp0="/dev/null"	# PPPoA and ISDN links should have this
356
#
357
# Here you should specify what pppd plugins you want to use
358
# Available plugins are: pppoe, pppoa, capi, dhcpc, minconn, radius, radattr, radrealms and winbind 
359
#plugins_ppp0=(
360
#	"pppoe"	# Required plugin for PPPoE
361
#	"pppoa"	# Required plugin for PPPoA
362
#	"capi"	# Required plugin for ISDN
363
#)
355
#
364
#
356
# PPP requires at least a username. You can optionally set a password here too
365
# PPP requires at least a username. You can optionally set a password here too
357
# If you don't, then it will use the password specified in /etc/ppp/*-secrets
366
# If you don't, then it will use the password specified in /etc/ppp/*-secrets
358
# against the specified username
367
# against the specified username
359
#username_ppp0="user"
368
#username_ppp0='user'
360
#password_ppp0="password"
369
#password_ppp0='password'
361
#
370
#
362
# The PPP daemon has many options you can specify - although there are many
371
# The PPP daemon has many options you can specify - although there are many
363
# and may seem daunting, it is recommended that you read the ppp man page
372
# and may seem daunting, it is recommended that you read the pppd man page
364
# before enabling any of them
373
# before enabling any of them
365
#pppd_ppp0=(
374
#pppd_ppp0=(
375
#	"updetach" # WARNING: If you don't specify this, "/etc/init.d/net.${iface} start" will not wait for the actual PPP link to go up
366
#	"debug" 	# Enables syslog debugging
376
#	"debug" 	# Enables syslog debugging
367
#	"noauth"	# Do not require the peer to authenticate itself
377
#	"noauth"	# Do not require the peer to authenticate itself
368
#	"defaultroute"	# Make this PPP interface the default route
378
#	"defaultroute"	# Make this PPP interface the default route
Lines 388-395 Link Here
388
#	"192.168.0.1:192.168.0.2"	# Local and remote IP addresses
398
#	"192.168.0.1:192.168.0.2"	# Local and remote IP addresses
389
#)
399
#)
390
#
400
#
391
# Dial-up PPP users need to specify a telephone number
401
# Dial-up PPP users need to specify at least one telephone number
392
#phone_number_ppp0=( "12345689" )
402
#phone_number_ppp0=( "12345689" ) # Maximum 2 phone numbers are supported
393
# They will also need a chat script - here's a good one
403
# They will also need a chat script - here's a good one
394
#chat_ppp0=(
404
#chat_ppp0=(
395
#	'ABORT' 'BUSY'
405
#	'ABORT' 'BUSY'

Return to bug 112049