Can Strongswan add DNS records for clients? #429
-
|
Hi, I have a dhcp server (isc-dhcpd) and a dns server (bind9) which is authoritative for my local network (jungle.net, 192.168.0.0/24). When I connect a device to my network either by cable or wifi, the dhcp server gives out an IP address and also instructs the dns server to update its records with the new device. I can do Now I have successfully set up a IKEv2 VPN server using strongswan. In my ipsec.conf I have this line So far so good. When I connect my phone via the VPN I see that it gets the first available IP, 192.168.0.240, and I can reach it from other devices in the network, with ping for instance. However, the phone does not show up when I do Is there a way to make strongswan register the clients with the dns server, similar to how the dhcp server works? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is nothing like that out of the box. But you could maybe script it (via updown or vici) or write a custom plugin for it. |
Beta Was this translation helpful? Give feedback.
There is nothing like that out of the box. But you could maybe script it (via updown or vici) or write a custom plugin for it.