MPD5 is not running in jail

gren236

Cadet
Joined
Jan 30, 2020
Messages
2
Hello!

I am trying to get L2TP/IPsec working inside FreeNAS jail, and I'm using mpd5.
Basically, I have the same issue as described in this post: https://www.ixsystems.com/community/threads/cant-get-mpd5-to-start-in-freenas-jail.13439/

So, my logs for mpd5 contain errors like this:
Code:
Jan 30 11:35:53 vpn mpd: Multi-link PPP daemon for FreeBSD
Jan 30 11:35:53 vpn mpd:
Jan 30 11:35:53 vpn mpd: process 88367 started, version 5.8 (root@113amd64-quarterly-job-13 04:27 15-Nov-2019)
Jan 30 11:35:53 vpn mpd: MppcTestCap: can't create socket node: Operation not permitted
Jan 30 11:35:53 vpn mpd: LinksInit(): can't create socket node: Operation not permitted


Ipsec and netgraph kernel modules seem to be enabled as well. Racoon is working fine.
Also, I can't use OpenVPN because I need native VPN support on MacOS/mobile devices. I would really appreciate any help and provide any helpful info.
 

gren236

Cadet
Joined
Jan 30, 2020
Messages
2
Ok, so I've also enabled ng_socket and ng_ether, now service starts. but another error appears when trying to connect to VPN:
Code:
L2TP: ppp_l2tp_ctrl_create: Operation not permitted


Should I enable something else?
 
Top