Advertisement
hellsy

xl2tpd

Nov 11th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # cat /etc/xl2tpd/xl2tpd.conf
  2. [global]
  3. access control = yes
  4. debug avp = yes
  5. debug network = no
  6. debug state = yes
  7. debug tunnel = yes
  8.  
  9. [lac beeline]
  10. lns = tp.internet.beeline.ru
  11. name = ****
  12. redial = yes
  13. redial timeout = 5
  14. ppp debug = yes
  15. pppoptfile = /etc/ppp/options.xl2tp
  16. autodial = yes
  17. flow bit = no
  18. require chap = yes
  19. require pap = no
  20. refuse chap = no
  21. refuse pap = yes
  22. tx bps = 100000000
  23.  
  24. # cat /etc/ppp/options.xl2tp
  25. name ****
  26. remotename beeline
  27. mru 1460
  28. mtu 1460
  29. lcp-max-terminate 10
  30. lcp-echo-interval 3
  31. lcp-echo-failure 8
  32. persist
  33. noauth
  34. noccp
  35. noaccomp
  36. nopcomp
  37. nobsdcomp
  38. nodeflate
  39. noipx
  40. nomp
  41. defaultroute
  42. unit 0
  43. connect /bin/true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement