description.txt 686 B

123456789
  1. The hosts <b>alice</b> and <b>carol</b> set up a tunnel connection each to gateway <b>moon</b>.
  2. Both hosts request a <b>virtual IP</b> via the IKEv2 configuration payload by using the
  3. <b>leftsourceip=%config</b> parameter. Gateway <b>moon</b> assigns virtual IP
  4. addresses from a simple pool defined by <b>rightsourceip=10.3.0.0/28</b> to hosts connecting
  5. to the <b>eth0</b> (PH_IP_MOON) interface and virtual IP addresses from a simple pool defined
  6. by <b>rightsourceip=10.4.0.0/28</b> to hosts connecting to the <b>eth1</b> (PH_IP_MOON1) interface.
  7. <p>
  8. Thus <b>carol</b> is assigned <b>PH_IP_CAROL1</b> whereas <b>alice</b> gets <b>10.4.0.1</b> and
  9. both ping the gateway <b>moon</b>.