Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2007 15:16:48 +0200
From:      Alexander Motin <mav@alkar.net>
To:        Alex Povolotsky <tarkhil@webmail.sub.ru>
Cc:        freebsd-net@freebsd.org
Subject:   Re: mpd success stories, anyone?
Message-ID:  <45DC4640.8030309@alkar.net>
In-Reply-To: <45DC44AF.30005@webmail.sub.ru>
References:  <1172056982.00691952.1172043601@10.7.7.3>	<45DC2FC1.3030408@alkar.net> <45DC3718.7010804@webmail.sub.ru> <45DC39BC.5020707@alkar.net> <45DC44AF.30005@webmail.sub.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040804090901040904090307
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit

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

Attached.

-- 
Alexander Motin mav@alkar.net
Optima Telecom

--------------040804090901040904090307
Content-Type: text/plain;
 name="mpd.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="mpd.conf"

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

--------------040804090901040904090307--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45DC4640.8030309>