Is it possible to have the Astaro L2TP server advertise routes and search domains to the connecting client?
For example, on a non-Astaro L2TP VPN, I am able to configure the server in a way that the client receives the following info (this is pasted from the client's log):
How can I get the Astaro L2TP to publish similar info to clients when they connect?
For example, on a non-Astaro L2TP VPN, I am able to configure the server in a way that the client receives the following info (this is pasted from the client's log):
Code:
Mon Feb 27 11:02:32 2012 : rcvd [ACSCP ConfAck id=0x1 <route vers 16777216> <domain vers 16777216>]
Mon Feb 27 11:02:32 2012 : rcvd [ACSP data <payload len 110, packet seq 0, CI_DOMAINS, flags: START END REQUIRE-ACK>
<domain: name example1.private>
<domain: name example2.private>]
Mon Feb 27 11:02:32 2012 : sent [ACSP data <payload len 0, packet seq 0, CI_DOMAINS, flags: ACK>]
Mon Feb 27 11:02:32 2012 : rcvd [ACSP data <payload len 36, packet seq 0, CI_ROUTES, flags: START END REQUIRE-ACK>
<route: address 10.11.0.0, mask 255.255.255.0, flags: PRIVATE>
<route: address 10.12.0.0, mask 255.255.255.0, flags: PRIVATE>]