~ubuntu-branches/ubuntu/oneiric/strongswan/oneiric

« back to all changes in this revision

Viewing changes to testing/tests/ikev2/any-interface/pretest.dat

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
moon::echo 1 > /proc/sys/net/ipv4/ip_forward
 
2
sun::echo 1 > /proc/sys/net/ipv4/ip_forward
 
3
winnetou::ip route add 10.1.0.0/16 via PH_IP_MOON
 
4
winnetou::ip route add 10.2.0.0/16 via PH_IP_SUN
 
5
alice::ipsec start
 
6
moon::ipsec start
 
7
sun::ipsec start
 
8
bob::ipsec start
 
9
moon::sleep 2 
 
10
moon::ping -n -c 3 -s 8184 -p deadbeef PH_IP_ALICE
 
11
moon::ping -n -c 3 -s 8184 -p deadbeef PH_IP_SUN
 
12
bob::ping -n -c 3 -s 8184 -p deadbeef PH_IP_SUN1