Mikroitk-PPTP-Server
از ویکی پارس پویش
(تفاوت بین نسخهها)
سطر ۴: | سطر ۴: | ||
</div> | </div> | ||
<div dir=ltr lang=en> | <div dir=ltr lang=en> | ||
+ | '''#PPTP Server Configuration:''' | ||
/interface pptp-server server set enabled=yes authentication=chap,mschap1,mschap2,pap keepalive-timeout=10 default-profile=default | /interface pptp-server server set enabled=yes authentication=chap,mschap1,mschap2,pap keepalive-timeout=10 default-profile=default | ||
− | |||
/ppp profile set 0 local-address=172.16.16.11 dns-server=172.16.16.1 change-tcp-mss=yes | /ppp profile set 0 local-address=172.16.16.11 dns-server=172.16.16.1 change-tcp-mss=yes | ||
− | |||
/ip firewall mangle add chain=forward action=change-mss new-mss=1300 tcp-flags=syn protocol=tcp | /ip firewall mangle add chain=forward action=change-mss new-mss=1300 tcp-flags=syn protocol=tcp | ||
</div> | </div> | ||
سطر ۱۳: | سطر ۱۲: | ||
حال تنظیمات مربوط به Radius Server را انجام می دهیم: | حال تنظیمات مربوط به Radius Server را انجام می دهیم: | ||
</div> | </div> | ||
+ | '''#Radius Server Configuration:''' | ||
/radius add address="172.16.16.1" accounting-port=1813 authentication-port=1812 secret="IBSng@!" service=ppp timeout=3s | /radius add address="172.16.16.1" accounting-port=1813 authentication-port=1812 secret="IBSng@!" service=ppp timeout=3s | ||
− | |||
/ppp aaa set use-radius=yes accounting=yes interim-update=60 | /ppp aaa set use-radius=yes accounting=yes interim-update=60 | ||
− | |||
/radius incoming set accept=yes | /radius incoming set accept=yes | ||
− | |||
/radius incoming set port=1700 | /radius incoming set port=1700 | ||
− | |||
</div> | </div> |
نسخهٔ ۴ اکتبر ۲۰۱۲، ساعت ۲۱:۵۹
با دستورات فوق سرویس مورد نظر فعال می گردد:
#PPTP Server Configuration: /interface pptp-server server set enabled=yes authentication=chap,mschap1,mschap2,pap keepalive-timeout=10 default-profile=default /ppp profile set 0 local-address=172.16.16.11 dns-server=172.16.16.1 change-tcp-mss=yes /ip firewall mangle add chain=forward action=change-mss new-mss=1300 tcp-flags=syn protocol=tcp
حال تنظیمات مربوط به Radius Server را انجام می دهیم:
#Radius Server Configuration: /radius add address="172.16.16.1" accounting-port=1813 authentication-port=1812 secret="IBSng@!" service=ppp timeout=3s /ppp aaa set use-radius=yes accounting=yes interim-update=60 /radius incoming set accept=yes /radius incoming set port=1700