requirments:
a)a nice router which firmware can be changed to ddwrt (for tutorial it vary from router to router but you will find plenty of tutorials); despite the fact that configuring pptp vpn server it's pretty easy:
- go to services -> vpn -> pptp server - enable
- enter one local ip address
- i use google dns servers
- define the range of ip's that should be allocated
- define users, one per line ..pay close attention to spaces here - ex: john * pass *
iptables -I INPUT -p udp --dport 1723 -j ACCEPT
iptables -I INPUT -p udp --dport 47 -j ACCEPT
...the credit for these commands, as i am no linux expert, goes to my master friend
..and also big thanks for the guys who developed DD-WRT; i just love it
b)one smartphone with pptp vpn support
since i am very tired ..i will end here ..but if u need more support don't hesitate to leave a comment
cheers,