~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to testing/pluto/x509-pluto-08/westinit.sh

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TESTNAME=x509-pluto-08
 
2
source /testing/pluto/bin/westlocal.sh
 
3
 
 
4
# confirm that the network is alive
 
5
ping -n -c 4 192.0.2.254
 
6
# make sure that clear text does not get through
 
7
iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j DROP
 
8
# confirm with a ping to east-in
 
9
ping -n -c 4 192.0.2.254
 
10
 
 
11
ipsec setup start
 
12
ipsec auto --add westnet-eastnet-x509-cr
 
13
/testing/pluto/basic-pluto-01/eroutewait.sh trap
 
14
 
 
15
ipsec whack --debug-control --debug-emitting
 
16
ipsec auto --up  westnet-eastnet-x509-cr
 
17
 
 
18
echo done
 
19