description.txt 700 B

123456789101112
  1. The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each to
  2. gateway <b>moon</b>. Both <b>carol</b> and <b>dave</b> request a <b>virtual
  3. IP</b> via IKEv2 configuration payload.
  4. <p/>
  5. The gateway <b>moon</b> uses <b>route-based forwarding</b> with an <b>XFRM
  6. interface</b>, with firewall rules to allow traffic to pass. The IKE daemon
  7. does not install routes for CHILD_SAs with outbound interface ID, so a static
  8. route is installed for the virtual IP subnet via XFRM interface.
  9. <p/>
  10. Both <b>carol</b> and <b>dave</b> ping the client <b>alice</b> behind the
  11. gateway <b>moon</b>. The source IP addresses of the two pings will be the
  12. virtual IPs <b>carol1</b> and <b>dave1</b>, respectively.