mpd success stories, anyone?

Alexander Motin mav at alkar.net
Wed Feb 21 13:16:50 UTC 2007


Alex Povolotsky wrote:
> And, again, please show me your mpd.conf

Attached.

-- 
Alexander Motin mav at alkar.net
Optima Telecom
-------------- next part --------------
default:
	log -bund -fsm -lcp
	set console ip 127.0.0.1
	set console user xxx yyy
	set console open
	set netflow node netflow
	set netflow hook 200
	new -N b0 l0
	load server_default
	new -N b1 l1
	load server_default
	new -N b2 l2
	load server_default
....
	new -N b897 l897
	load server_default
	new -N b898 l898
	load server_default
	new -N b899 l899
	load server_default

server_default:
	set bundle no multilink
	set bundle yes noretry
	set iface enable tcpmssfix
	set ipcp ranges lo0 127.0.0.2/32
	set ipcp dns 195.248.191.67 195.248.191.72
	set ipcp no vjcomp
	set link mtu 1492
	set link mru 1492
	set link accmap 0x00000000
	set link keep-alive 30 100
	set link max-redial -1
	set link deny pap
	set link enable pap
	set link no chap
	set link no eap
	set link no acfcomp
	set link no protocomp
	set auth disable internal
	set auth enable radius-auth
	set auth enable radius-acct
	set radius server x.x.x.x yyy 1645 1646
	set radius timeout 7
	set radius retries 5
	set radius me vlan110


More information about the freebsd-net mailing list