Sam, that is twice you have helped me out today. I owe you a beer. -Ty
On Fri, Aug 21, 2015 at 4:10 PM, Sam Tetherow <[email protected]> wrote: > This is assuming you can use 192.168.99.0/24 for your VPN IP addresses > > > /ip pool name=VPN ranges=192.168.99.100-192.168.99.200 > > /ppp profile > set [find name=default-encryption] local-address=192.168.99.1 > remote-address=VPN > > /ppp secret > add name=USERNAME service=pptp password=PASSWORD > remote-address=192.168.99.100 > profile=default-encryption > > /interface pptp-server server > set enables=yes default-profile=default-encryption > > /ip firewall nat > add action=masquerade chain=srcnat src-address=192.168.99.0/24 > out-interface=!<pptp-USERNAME> > > > > On 08/21/2015 03:54 PM, Ty Featherling wrote: > >> Okay that sounds easy. Yes, Sam, if you have a config happy I will gladly >> accept it. >> >> -Ty >> >> On Fri, Aug 21, 2015 at 2:24 PM, Scott Lambert <[email protected]> >> wrote: >> >> On Fri, Aug 21, 2015 at 02:19:34PM -0500, Ty Featherling wrote: >>> >>>> Has anyone gotten a VPN to work from their Android device to a Mikrotik? >>>> >>> I >>> >>>> searched the forums and only find people complaining about how it >>>> doesn't >>>> work and how stupid Mikrotik is. >>>> >>>> I use L2TP/IPsec all the time. Works fine. Just check the use IPsec >>> button in the L2TP server config screen and enter a shared secret. >>> Works fine. >>> >>> -- >>> Scott Lambert KC5MLE Unix >>> SysAdmin >>> [email protected] >>> _______________________________________________ >>> Mikrotik mailing list >>> [email protected] >>> http://mail.butchevans.com/mailman/listinfo/mikrotik >>> >>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik >>> RouterOS >>> >>> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://mail.butchevans.com/pipermail/mikrotik/attachments/20150821/54711cf4/attachment.html >> > >> _______________________________________________ >> Mikrotik mailing list >> [email protected] >> http://mail.butchevans.com/mailman/listinfo/mikrotik >> >> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik >> RouterOS >> > > _______________________________________________ > Mikrotik mailing list > [email protected] > http://mail.butchevans.com/mailman/listinfo/mikrotik > > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik > RouterOS > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.butchevans.com/pipermail/mikrotik/attachments/20150821/e5da5589/attachment.html> _______________________________________________ Mikrotik mailing list [email protected] http://mail.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

