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
L2TP with Apple (iPad, iPhone, iMac)
-
- Posts: 4
- Joined: Wed Nov 09, 2016 6:16 pm
-
- Posts: 4
- Joined: Thu Dec 15, 2016 11:11 am
-
- Posts: 6
- Joined: Mon Nov 14, 2016 7:59 am
Re: L2TP with Apple (iPad, iPhone, iMac)
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
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
-
- Posts: 4
- Joined: Thu Dec 15, 2016 11:11 am
Re: L2TP with Apple (iPad, iPhone, iMac)
Thanks Budi for pointing this out again,
my mistake. One port was wrongly typed as TCP - not UDP. Now it works.
my mistake. One port was wrongly typed as TCP - not UDP. Now it works.