<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem with FreeS/WAN IPsec in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173332#M87918</link>
    <description>The rp_filter subsystem related to IP spoofing protection must be turned off on both gateways for IPSEC to work properly. &lt;BR /&gt;Use the commands:&lt;BR /&gt;# echo 0 &amp;gt; /proc/sys/net/ipv4/conf/ipsec0/rp_filter&lt;BR /&gt;# echo 0 &amp;gt; /proc/sys/net/ipv4/conf/eth0/rp_filter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also to automatically set these values after reboot you can put those commands in your firewall script file(/etc/rc.d/init.d/firewall).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
    <pubDate>Mon, 26 Jan 2004 06:26:52 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2004-01-26T06:26:52Z</dc:date>
    <item>
      <title>problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173328#M87914</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;I try to setup FreeS/WAN IPsec &lt;BR /&gt;on linux SuSE 8.2,&lt;BR /&gt;and if I do restart I get this message :&lt;BR /&gt;&lt;BR /&gt;# /etc/init.d/ipsec restart&lt;BR /&gt;ipsec_setup: Stopping FreeS/WAN IPsec...                             done&lt;BR /&gt;ipsec_setup: Starting FreeS/WAN IPsec 1.99...&lt;BR /&gt;ipsec_setup: ipsec ipsec_3des ipsec_md5 ipsec_sha1&lt;BR /&gt;ipsec_setup: WARNING: eth0 has route filtering turned on, KLIPS may not work&lt;BR /&gt;ipsec_setup:  (/proc/sys/net/ipv4/conf/eth0/rp_filter = `1', should be 0)&lt;BR /&gt;ipsec_setup:                                                         done&lt;BR /&gt;&lt;BR /&gt;I don't understand, what's wrong with:&lt;BR /&gt;/proc/sys/net/ipv4/conf/eth0/rp_filter = `1'&lt;BR /&gt;and where can I change it.&lt;BR /&gt;&lt;BR /&gt;in ipsec.conf I can't find this path.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Jan 2004 11:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173328#M87914</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-01-25T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173329#M87915</link>
      <description>Sounds like you already have this but I NEVER assume:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freeswan.org/" target="_blank"&gt;http://www.freeswan.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;maybe search your error message on the site.&lt;BR /&gt;&lt;BR /&gt;Or post it hereso i can do the work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 25 Jan 2004 15:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173329#M87915</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-25T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173330#M87916</link>
      <description>This is a kernel setting, you can change (as root) by:&lt;BR /&gt;echo 0 &amp;gt; /proc/sys/net/ipv4/conf/eth0/rp_filter&lt;BR /&gt;&lt;BR /&gt;There might be a /etc/sysctl.conf file to set selected items at startup.  Then enter&lt;BR /&gt;net.ipv4.conf.eth0.rp_filter = 0&lt;BR /&gt;for permanent effect.&lt;BR /&gt;&lt;BR /&gt;I have no experience with FreeS/WAN, so I don't&lt;BR /&gt;know what the side-effects are.&lt;BR /&gt;-Bob Arendt</description>
      <pubDate>Sun, 25 Jan 2004 23:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173330#M87916</guid>
      <dc:creator>Bob_176</dc:creator>
      <dc:date>2004-01-25T23:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173331#M87917</link>
      <description>rp_filter is a kernel setting which makes additional verifications on received packets.&lt;BR /&gt;It's location is ... /proc/sys/net/ipv4/conf/eth0/rp_filter&lt;BR /&gt;It is NOT a freeswan parameter, therefore of course you cannot find it in freeswan.&lt;BR /&gt;&lt;BR /&gt;If you use a new version of freeswan (which you should anyway) it will modify the value to 0 itself, so you will not need to bother with it. On the other hand, do NOT and I repeat do NOT attempt to use freeswan before reading AND understanding the documentation provided at &lt;A href="http://www.freeswan.org." target="_blank"&gt;http://www.freeswan.org.&lt;/A&gt; You will not gain any time skiping this mandatory step. It will bite you later.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2004 03:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173331#M87917</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2004-01-26T03:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173332#M87918</link>
      <description>The rp_filter subsystem related to IP spoofing protection must be turned off on both gateways for IPSEC to work properly. &lt;BR /&gt;Use the commands:&lt;BR /&gt;# echo 0 &amp;gt; /proc/sys/net/ipv4/conf/ipsec0/rp_filter&lt;BR /&gt;# echo 0 &amp;gt; /proc/sys/net/ipv4/conf/eth0/rp_filter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also to automatically set these values after reboot you can put those commands in your firewall script file(/etc/rc.d/init.d/firewall).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Mon, 26 Jan 2004 06:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173332#M87918</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-01-26T06:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173333#M87919</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If rp_filter parameter is enabled , it will check the origin of packets based on network topology of the configured network interfaces and will discard the packets which are spoofed and source routed.&lt;BR /&gt;&lt;BR /&gt;But it VPN scenario , enabling this parameter will cause valid VPN traffic to be discarded because of Source IP - Interface verification . &lt;BR /&gt;&lt;BR /&gt;Therefore put this line in /etc/sysctl.conf file.&lt;BR /&gt;&lt;BR /&gt;net.ipv4.conf.default.rp_filter = 0&lt;BR /&gt;&lt;BR /&gt;and give this command.&lt;BR /&gt;&lt;BR /&gt;#sysctl -p &lt;BR /&gt;&lt;BR /&gt;This will make these changes permanent even after system is rebooted.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2004 23:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173333#M87919</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-01-26T23:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FreeS/WAN IPsec</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173334#M87920</link>
      <description>now it works&lt;BR /&gt;&lt;BR /&gt;and thank you ALL for your answers&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Thu, 19 Feb 2004 20:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-frees-wan-ipsec/m-p/3173334#M87920</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-19T20:21:12Z</dc:date>
    </item>
  </channel>
</rss>

