L2TP with Apple (iPad, iPhone, iMac)

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
keshar.devops
Posts: 4
Joined: Wed Nov 09, 2016 6:16 pm

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

Post by keshar.devops » Fri Dec 09, 2016 8:47 pm

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

herrficus
Posts: 4
Joined: Thu Dec 15, 2016 11:11 am

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

Post by herrficus » Thu Dec 15, 2016 3:47 pm


Budi
Posts: 6
Joined: Mon Nov 14, 2016 7:59 am

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

Post by Budi » Mon Dec 19, 2016 3:34 am

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

herrficus
Posts: 4
Joined: Thu Dec 15, 2016 11:11 am

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

Post by herrficus » Wed Dec 21, 2016 2:55 pm

Thanks Budi for pointing this out again,

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

Post Reply