Hi,<br> I am trying to test manual tunnel configuration on Fedora core 5 and I am getting following error message when I the start tunnel<br><br><span style="font-weight: bold;">[root@localhost npg]# ipsec manual --up vpn_manual
</span><br style="font-weight: bold;"><span style="font-weight: bold;">ipsec manual: fatal error in "vpn_manual": no IPsec-enabled interfaces found</span><br><br>Can someone help me find where I am doing wrong. Below are my configurations details
<br><br>[root@localhost npg]# ipsec verify<br>Checking your system to see if IPsec got installed and started correctly:<br>Version check and ipsec on-path [OK]<br>Linux Openswan U2.4.4/K2.6.15-
1.2054_FC5smp (netkey)<br>Checking for IPsec support in kernel [OK]<br>Checking for RSA private key (/etc/ipsec.secrets) [OK]<br>Checking that pluto is running [OK]
<br>Two or more interfaces found, checking IP forwarding [OK]<br>Checking NAT and MASQUERADEing [OK]<br>Checking for 'ip' command [OK]<br>Checking for 'iptables' command [OK]
<br>Checking for 'setkey' command for NETKEY IPsec stack support [OK]<br>Opportunistic Encryption Support [DISABLED]<br>[root@localhost npg]#<br><br>*************<br>etc/ipsec.conf<br><br>
# basic configuration<br>config setup<br> # Debug-logging controls: "none" for (almost) none, "all" for lots.<br> # klipsdebug=none<br> # plutodebug="control parsing"<br>
interfaces=%defaultroute<br> nat_traversal=yes<br><br>#default VPN parameters<br>conn %default<br> keyingtries=0<br> spi=0x200<br> esp=3des-md5-96<br> espenckey=0x01234567_89abcdef_02468ace_13579bdf_12345678_9abcdef0
<br> espauthkey=0x12345678_9abcdef0_2468ace0_13579bdf<br> keylife=8h<br><br>include /etc/ipsec.d/*.conf<br>****************<br><br>****************<br>etc/ipsec.d/vpn.conf<br><br>#vpn tunnel<br>conn vpn_manual
<br> left=<a href="http://192.168.1.100"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.1.100</a><br> leftsubnet=<a href="http://192.168.1.0/24"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.1.0/24</a><br> leftnexthop=%defaultroute<br> right=<a href="http://192.168.1.10"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font>
192.168.1.10</a><br> rightsubnet=<a href="http://192.168.1.0/24"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.1.0/24</a><br> rightnexthop=%defaultroute<br> spi=0x200<br> esp=3des-md5-96<br> espenckey=0xd320de9c_282481d2_85b67b1e_3ddd2121_288a24a2_86a842a6
<br>espauthkey=0x60995096_3b48bf60_7c2c3412_332a4fca<br>**************<br><br>Thanks in advance<br>sreeni.<br><br><br>