<?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: iptables problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737014#M90163</link>
    <description>Have you checked to make sure you don't have something strange in your crontab?  crontab -l will show you your login's cron job.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
    <pubDate>Tue, 04 Jun 2002 13:36:03 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2002-06-04T13:36:03Z</dc:date>
    <item>
      <title>iptables problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737013#M90162</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I've a compaq ml330e running RedHat 7.2 and configured as a firewall (iptables).&lt;BR /&gt;&lt;BR /&gt;The ssh port is open only for 2 client IPs to administrate the box.&lt;BR /&gt;&lt;BR /&gt;The linux box has 2 eth interfaces, one for the internet connection and the other connected to a lan with only another box (www server); the access to this box is via NAT.&lt;BR /&gt;&lt;BR /&gt;Everything works fine, but ...&lt;BR /&gt;&lt;BR /&gt;Between 20:00 aprox. and 8:00 there are no connections, and at 8:00 when I try to connect via ssh to the linux box, the connection is refused, and it's impossible to access to the web server.&lt;BR /&gt;&lt;BR /&gt;and ...&lt;BR /&gt;&lt;BR /&gt;Accessing to the linux console, and running few commands (netstat -an, netstat -rn and iptables -L -n), suddenly it begin to work again.&lt;BR /&gt;&lt;BR /&gt;I'm loose ...&lt;BR /&gt;&lt;BR /&gt;I'm thinking about some ideas :&lt;BR /&gt;&lt;BR /&gt;- Advanced Power Management : but it's not configured in linux and I can't find anything about it in the bios-setup &lt;BR /&gt;- The iptables modules (ipt_state, ipt_module, ...) are unloaded ? &lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance and best regards&lt;BR /&gt;Rafa</description>
      <pubDate>Tue, 04 Jun 2002 10:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737013#M90162</guid>
      <dc:creator>Lukas Grijander</dc:creator>
      <dc:date>2002-06-04T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: iptables problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737014#M90163</link>
      <description>Have you checked to make sure you don't have something strange in your crontab?  crontab -l will show you your login's cron job.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 04 Jun 2002 13:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737014#M90163</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-06-04T13:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: iptables problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737015#M90164</link>
      <description>Hi Ron.&lt;BR /&gt;&lt;BR /&gt;There's nothing at cron.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rafa</description>
      <pubDate>Tue, 04 Jun 2002 13:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737015#M90164</guid>
      <dc:creator>Lukas Grijander</dc:creator>
      <dc:date>2002-06-04T13:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: iptables problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737016#M90165</link>
      <description>Actually, starting with at least RH 7.1 and beyond, there might not be anything in root's crontab, and yet there could be cron jobs that run. Look at /etc/cron.d and it's brothers, /etc/cron.daily, weekly, hourly, etc.&lt;BR /&gt;&lt;BR /&gt;To see if apmd is loading: &lt;BR /&gt;&lt;BR /&gt;# chkconfig --list apmd&lt;BR /&gt;&lt;BR /&gt;Do your logs show anything?&lt;BR /&gt;&lt;BR /&gt;tail -300 /var/log/messages |more &lt;BR /&gt;&lt;BR /&gt;hth. &lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2002 23:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737016#M90165</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-06-05T23:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: iptables problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737017#M90166</link>
      <description>Hi Mark.&lt;BR /&gt;&lt;BR /&gt;The only cron proccess that is running periodically is sar, as I can see in /var/log/cron.&lt;BR /&gt;&lt;BR /&gt;chkconfig --list apmd&lt;BR /&gt;&lt;BR /&gt;gives :&lt;BR /&gt;&lt;BR /&gt;apmd            0:off   1:off   2:on    3:on    4:on    5:on    6:off&lt;BR /&gt;&lt;BR /&gt;but, the script /etc/rc.d/init.d/apmd exits because /proc/apm doesn't exist, so apm isn't configured.&lt;BR /&gt;&lt;BR /&gt;/var/log/messages says nothing ... at least interesting&lt;BR /&gt;&lt;BR /&gt;But I have news ...&lt;BR /&gt;&lt;BR /&gt;I was "pinging" every 10 minutes to 4 box :&lt;BR /&gt;&lt;BR /&gt;- the server behind this firewall (eth1)&lt;BR /&gt;- the router whith public IP (eth0) the same segment&lt;BR /&gt;- one box behind another firewall (eth0), other net segment (public net)&lt;BR /&gt;- another box behind another firewall (eth0), far away than the previous (private net)&lt;BR /&gt;&lt;BR /&gt;everything works fine, but ... every hour and a half (00:10, 01:40, 03:10, 04:40, ...) some packets to the 4th box are been loosing&lt;BR /&gt;&lt;BR /&gt;I've noticed too :&lt;BR /&gt;&lt;BR /&gt;when everything goes :&lt;BR /&gt;&lt;BR /&gt;traceroute this-machine from the 4th box&lt;BR /&gt;1 router&lt;BR /&gt;2 the other firewall&lt;BR /&gt;3 * * *&lt;BR /&gt;&lt;BR /&gt;I think that's ok&lt;BR /&gt;&lt;BR /&gt;when the thing goes wrong :&lt;BR /&gt;&lt;BR /&gt;traceroute this-machine from the 4th box&lt;BR /&gt;1 router&lt;BR /&gt;2 the other firewall&lt;BR /&gt;3 another router&lt;BR /&gt;4 * * *&lt;BR /&gt;&lt;BR /&gt;I hope these help you to give light ...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rafa&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 07:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737017#M90166</guid>
      <dc:creator>Lukas Grijander</dc:creator>
      <dc:date>2002-06-06T07:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: iptables problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737018#M90167</link>
      <description>Hi Rafael,&lt;BR /&gt;&lt;BR /&gt;I just read an article about firewalls, perhaps it helps you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.informaticos.biz/modules.php?name=News&amp;amp;file=article&amp;amp;sid=58&amp;amp;mode=&amp;amp;order=0&amp;amp;thold=0" target="_blank"&gt;http://www.informaticos.biz/modules.php?name=News&amp;amp;file=article&amp;amp;sid=58&amp;amp;mode=&amp;amp;order=0&amp;amp;thold=0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's in Spanish.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 06 Jun 2002 09:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables-problem/m-p/2737018#M90167</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-06-06T09:34:09Z</dc:date>
    </item>
  </channel>
</rss>

