<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
Hi Richard,
<br />
<br />If  you don't want those blocks - use the command-line command:  "iptables -L -n | more"
<br />to find the rule that is blocking.  The output will looks something like this under the "acctin" chain:
<br />
<br />DROP       all  --  0.0.0.0/0      192.168.250.240/32
<br />or
<br />DROP       tcp  --  195.195.131.183      192.168.250.240     tcp dpt:80
<br />or maybe even
<br />DROP       all  --  192.195.131.183      0.0.0.0/32
<br />
<br />You're looking in the "acctin" chain for something showing that destination IP 192.168.250.240, and destination port TCP80.  Once you find the rule, count down from the top to see what rule number it is (like 5th from the top).  Then use the command:  "iptables -D acctin 5"  to delete that rule.
<br />
<br />Alternately, you can delete it by duplicating it (its just harder with the syntax).  So that second rule above would be deleted with:
<br />iptables -D acctin -p tcp -s 195.195.131.183 -d 192.168.250.240 --dport 80 -j DROP
<br />
<br />See why I say counting down the number of rules and deleting it by line number is easier??
<br />
<br />
<br />
<br />Chuck
<br />
<br />
<br />P.S. - If you can't figure out which line is doing the blocking, use the "iptables -L -n -v" command and send the output back to the list.  I'll look it over and see if I can figure out which firewall rule is doing the blocking.
<br />
<br />
<br />
<br /><font size="2">
<br />
<br /><b>---------- Original Message 
-----------</b>
<br />
From: "Richard Sidlin" <richard@sidlin.co.uk> 

<br />
To: "'BlueOnyx General Mailing List'" 
<blueonyx@mail.blueonyx.it> 

<br />
Sent: Wed, 18 Sep 2013 18:11:02 +0100 

<br />
Subject: [BlueOnyx:13702] Re: Message Log 

<br />

<br />> <span style="font-size: 10pt; font-family: "Verdana","sans-serif"; color: rgb(31, 73, 125);">Thanks 
Chuck. I certainly [UTF-8?]don’t want access to port 80 blocked and we received 
complaints today that it was unavailable. I have Dfix2 installed but I 
[UTF-8?]don’t want it blocking access! <o:p /></span>
<br />> <span style="font-size: 10pt; font-family: "Verdana","sans-serif"; color: rgb(31, 73, 125);"><o:p> 
</o:p></span>
<br />> 
<br />> <b><span lang="EN-US" style="font-size: 10pt; font-family: "Tahoma","sans-serif";">From:</span></b><span lang="EN-US" style="font-size: 10pt; font-family: "Tahoma","sans-serif";"> 
blueonyx-bounces@mail.blueonyx.it [mailto:blueonyx-bounces@mail.blueonyx.it] 
<b>On Behalf Of </b>Chuck Tetlow
<br />> <b>Sent:</b> 18 September 2013 
17:55
<br />> <b>To:</b> BlueOnyx General Mailing List
<br />> <b>Subject:</b> 
[BlueOnyx:13700] Re: Message Log<o:p /></span>
<br />> <o:p> 
</o:p>
<br />> Those log entries show that someone at 195.195.131.183 was trying 
to connect to 192.168.250.240 on TCP port 80.  So they're trying to hit the 
webpage at the address 192.168.250.240, but were being blocked by the IPTables 
firewall software on your BX server. 
<br />> 
<br />> Does that source address 
mean anything to you?  What is on that destination IP address, and does 
that site have a webpage?  And probably the most important question - why 
would the IPTables software be configured to block someone hitting a webpage?? 
 
<br />> 
<br />> I can't imagine DFix or one of the other automated security 
tools blocking webpage requests to TCP Port 80, but I don't know all those 
packages well - so it could be something automatic.  But on first guess - 
I'd suggest someone would have had to manually configure that block.  That 
then goes back to the last question - why would someone want to block access to 
a webpage/website?? 
<br />> 
<br />> Chuck 
<br />> 
<br />> <b><span style="font-size: 10pt;">---------- Original Message -----------</span></b><span style="font-size: 10pt;"> 
<br />> From: "Richard Sidlin" <<a href="mailto:richard@sidlin.co.uk">richard@sidlin.co.uk</a>> 
<br />> To: 
<<a href="mailto:blueonyx@mail.blueonyx.it">blueonyx@mail.blueonyx.it</a>> 

<br />> Sent: Wed, 18 Sep 2013 17:38:09 +0100 
<br />> Subject: 
[BlueOnyx:13699]  Message Log 
<br />> 
<br />> > Hi 
<br />> >  
 
<br />> > I have loads of these in my message log. Anything to be concerned 
about? 
<br />> >   
<br />> > Sep 18 12:30:44 ns5 kernel: IN=eth0 
OUT= MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 SRC=195.195.131.183 
DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 ID=32494 DF PROTO=TCP 
SPT=42963 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> > Sep 18 12:30:56 
ns5 kernel: IN=eth0 OUT= MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 
SRC=195.195.131.182 DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 
ID=43175 DF PROTO=TCP SPT=53690 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> 
> Sep 18 12:30:56 ns5 kernel: IN=eth0 OUT= 
MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 SRC=195.195.131.183 
DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 ID=32495 DF PROTO=TCP 
SPT=42963 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> > Sep 18 12:31:05 
ns5 kernel: IN=eth0 OUT= MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 
SRC=195.195.131.183 DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=50 
ID=64909 DF PROTO=TCP SPT=48409 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> 
> Sep 18 12:31:07 ns5 kernel: IN=eth0 OUT= 
MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 SRC=195.195.131.183 
DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 ID=48816 DF PROTO=TCP 
SPT=42656 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> > Sep 18 12:31:08 
ns5 kernel: IN=eth0 OUT= MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 
SRC=195.195.131.183 DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 
ID=64910 DF PROTO=TCP SPT=48409 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> 
> Sep 18 12:31:12 ns5 kernel: IN=eth0 OUT= 
MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 SRC=195.195.131.182 
DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=50 ID=8668 DF PROTO=TCP 
SPT=55189 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> > Sep 18 12:31:14 
ns5 kernel: IN=eth0 OUT= MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 
SRC=195.195.131.183 DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 
ID=64911 DF PROTO=TCP SPT=48409 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> 
> Sep 18 12:31:15 ns5 kernel: IN=eth0 OUT= 
MAC=00:0a:e4:82:4e:e6:00:90:fb:33:79:96:08:00 SRC=195.195.131.182 
DST=192.168.250.240 LEN=60 TOS=0x00 PREC=0x00 TTL=49 ID=8669 DF PROTO=TCP 
SPT=55189 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 
<br />> >   
<br />> 
> Thanks 
<br />> >   
<br />> > Richard 
<br />> > 
</span><span style="font-size: 22.5pt;">  </span><span style="font-size: 10pt;">
<br />> >   
<br />> <b>------- End of 
Original Message -------</b> 
</span><o:p />

<br /><b>------- End of Original Message 
-------</b>
<br />

</font>

</BODY>
</HTML>