Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /etc/xl2tpd/xl2tpd.conf
- [global]
- access control = yes
- debug avp = yes
- debug network = no
- debug state = yes
- debug tunnel = yes
- [lac beeline]
- lns = tp.internet.beeline.ru
- name = ****
- redial = yes
- redial timeout = 5
- ppp debug = yes
- pppoptfile = /etc/ppp/options.xl2tp
- autodial = yes
- flow bit = no
- require chap = yes
- require pap = no
- refuse chap = no
- refuse pap = yes
- tx bps = 100000000
- # cat /etc/ppp/options.xl2tp
- name ****
- remotename beeline
- mru 1460
- mtu 1460
- lcp-max-terminate 10
- lcp-echo-interval 3
- lcp-echo-failure 8
- persist
- noauth
- noccp
- noaccomp
- nopcomp
- nobsdcomp
- nodeflate
- noipx
- nomp
- defaultroute
- unit 0
- connect /bin/true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement