Page 1 of 1

Re: L2TP with Apple (iPad, iPhone, iMac)

Posted: Fri Dec 09, 2016 8:47 pm
by keshar.devops
Hi
create new rules on firewall . Create new rules for L2TP protocal and open UDP ports 500, 4500
on client Mac
user name should be username@hubname
use sharekey also

Re: L2TP with Apple (iPad, iPhone, iMac)

Posted: Thu Dec 15, 2016 3:47 pm
by herrficus

Re: L2TP with Apple (iPad, iPhone, iMac)

Posted: Mon Dec 19, 2016 3:34 am
by Budi
make sure, the port is used open. Example, if use L2TP protocol, generally open udp 500 and 4500.
On centOS server u can use this commend to open port udp 500:
$ sudo iptables -I INPUT -p udp -m udp --dport 500 -j ACCEPT
$ sudo service iptables save

Re: L2TP with Apple (iPad, iPhone, iMac)

Posted: Wed Dec 21, 2016 2:55 pm
by herrficus
Thanks Budi for pointing this out again,

my mistake. One port was wrongly typed as TCP - not UDP. Now it works.