Bearcat NuuBiiTooL
Jumlah posting : 8 Points : 24 Reputation : 0 Join date : 28.08.11
| Subyek: Mikrotik PPTP server Sat Oct 22, 2011 10:07 pm | |
| The following is the way to make our Mikrotik machine as a PPTP server, which is where you all would have to know to what point. if you do not know please ask uncle gugel, I’m sure uncle gugel can explain it better than me .. the command are like this - Code:
-
/interface pptp-server server set enabled=yes max-mtu=1460 max-mru=1460 authentication=chap,mschap1,mschap2 default-profile=default /interface pptp-server add name=<strong>PPTP_KU</strong> user=<strong>USERNAME</strong> disabled=no /ppp secret add name=<strong>USERNAME</strong> service=pptp password=<strong>PASSWORD</strong> profile=default notice the text i wrote BOLD. for a username and password please adjusted respectively. may be useful. | |
|