Bug 21212

Summary: /usr/share/examples/ppp/ppp.conf.sample need PPPoE example
Product: Documentation Reporter: matt
Component: Books & ArticlesAssignee: Brian Somers <brian>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description matt 2000-09-12 00:50:01 UTC
	/usr/share/examples/ppp/ppp.conf.sample does not have a sample
	configuration for PPPoE.

Fix: 

Add the following sample configuration to the file.
	
	# Example PPPoE Configuration
	# - requires 'options NETGRAPH' in your kernel
	# - replace ed1 with the appropriate NIC device name
	pppoe:
	 set device PPPoE:ed1
	 set authname name
	 set authkey key
	 set mru 1492
	 set mtu 1492
	 set speed sync
	 set cd 5
	 set dial
	 set login
	 set redial 10 10
	 enable lqr
Comment 1 ue 2000-09-12 05:39:54 UTC
Just one small nit:
> 	# Example PPPoE Configuration
> 	# - requires 'options NETGRAPH' in your kernel
4.1-RELEASE and later systems don't need this option.

/s/Udo
-- 
"Enjoy the beauty and power of root"
Comment 2 dannyboy freebsd_committer freebsd_triage 2000-09-14 03:01:08 UTC
Responsible Changed
From-To: freebsd-doc->brian

Over to ppp maintainer.
Comment 3 Brian Somers freebsd_committer freebsd_triage 2000-09-14 04:24:31 UTC
State Changed
From-To: open->closed

There's already a pppoe (and a pppoe-in) example in ppp.conf.sample. 
I'm not sure how everyone's missed it....