<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#333333">
No, this is my config :<br>
<br>
version 2.0 # conforms to second version of ipsec.conf specification<br>
<br>
# basic configuration<br>
config setup<br>
interfaces="ipsec0=eth0"<br>
nat_traversal=yes<br>
virtual_private=%v4:!172.16.7.0/16,%v4:192.168.7.0/24<br>
klipsdebug=none<br>
plutodebug=all<br>
<br>
conn %default<br>
left=88.191.35.181<br>
<br>
# Add connections here<br>
conn xp<br>
keyingtries=1<br>
compress=no<br>
disablearrivalcheck=no<br>
authby=rsasig<br>
leftrsasigkey=%cert<br>
rightrsasigkey=%cert<br>
leftcert=integration.pem<br>
leftprotoport=17/1701<br>
leftnexthop=88.191.35.1<br>
right=%any<br>
rightca=%same<br>
rightprotoport=17/1701<br>
rightsubnet=vhost:%no,%priv<br>
pfs=no<br>
auto=add<br>
<br>
#Disable Opportunistic Encryption<br>
include /etc/ipsec.d/examples/no_oe.conf<br>
<br>
and this is my route table :<br>
root@integration:~# netstat -nra<br>
Table de routage IP du noyau<br>
Destination Passerelle Genmask Indic MSS Fenêtre
irtt Iface<br>
88.191.35.0 0.0.0.0 255.255.255.0 U 0 0
0 eth0<br>
172.16.0.0 0.0.0.0 255.255.0.0 U 0 0
0 eth0<br>
0.0.0.0 88.191.35.1 0.0.0.0 UG 0 0
0 eth0<br>
<br>
any idea please ?<br>
<br>
thanks.<br>
<br>
reza.<br>
<br>
Paul Wouters a écrit :
<blockquote
cite="midPine.LNX.4.64.0611271930070.29237@tla.xelerance.com"
type="cite">
<pre wrap="">On Mon, 27 Nov 2006, Reza ISSANY wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I'm a french people, so please, forgive me for my bad english.
I'v installed the openswan 2.4.7 to build a vpn gateway for
windows xp pro sp2 clients.
The connection is established, but, when i done, I have no acces
to internet. I have no ipsecx interface (kernel 2.6.18), and I'm searching how
resolve
the problem.
</pre>
</blockquote>
<pre wrap=""><!---->
You might forgot to include /etc/ipsec.d/examples/no_oe.conf ?
Paul
</pre>
</blockquote>
<br>
</body>
</html>