RSS

Setting PPTP Server @ Mikrotik

Untuk setting PPTP Server di Mikrotik sebenarnya ada 3 poin utama,
1. Setting mikrotik menjadi router
2. Setting pptp server di mikrotik
3. Setting pptp client di windows xp

Langsung aja dimulai,
1. Setting mikrotik menjadi router --> ga perlu dijelasin

2. Setting pptp server mikrotik

- setting ip pool utk pptp client

/ip pool add name="VPN-pool1" ranges=192.168.100.1-192.168.100.5

- setting ppp profile
/ppp profile
add name="VPN" local-address=192.168.100.1 remote address=VPN-pool1 dns-server=10.10.100.1 use-compression=yes use-vj-compression=yes use-encryption=yes only-one=default change-tcp-mss=yes comment="PPTP Profile"

- setting ppp secret / user
/ppp secret
add name="[username]" service=pptp caller-id="" password="[password]" profile=vpn routes="" limit-bytes-in=0 limit-bytes-out=0 comment="PPTP User"

- enable pptp server
/ppp interface pptp-server server
set enabled=yes max-mtu=1460 max-mru=1460 \
authentication=pap,chap,mschap1,mschap2 keepalive-timeout=15\
default-profile=VPN

3. Setting pptp client di windows xp
- Control Panel > Network Connections
- Create a new connection [pojok kiri atas] - Next
- Connect to the network at my workplace - Next
- Virtual Private Netwrok connection - Next
- Ketik aja VPN - Next
- Isikan [Domain/IP Public PPTP Server] - Next
- Finish
- Masukkan user dan password yang dibuat pada ppp secret
- Konek to... enak to... manteb to...

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Posting Komentar