Linux Netfilter discussions
 help / color / mirror / Atom feed
* firewall bother
@ 2003-02-22 19:12 Sam Halliday
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Halliday @ 2003-02-22 19:12 UTC (permalink / raw)
  To: netfilter

hi there,

i am having trouble viewing one particular website under my current
firewall setup... (www.talk21.com)

at the bottom of this email is a list of all TCP packets that iptables logs
when i allow all packets (i.e. the webpage loads correctly), and here is a
printout of my `iptables -L -nv` when the firewall is up (to save from having
to post my firewall script! this email is big enough as it is). i would really
really appreciate it if someone could shed some light on why this page
does not work for me unless i turn off the firewall!

linux-2.4.20
iptables-1.2.7

it is really confusing as al packets look just look like normal wepage tcp port
80 sources to me, but the firewall is obviously stopping soemthing getting
through...

apart from this one page, i am 100% happy with my firewall setup. sorry
about the size of this email!

thanks in advance!
Sam
-- 
The six great gifts of an Irish girl are beauty, soft voice, sweet speech, wisdom, needlework, and chastity.
-- Theodore Roosevelt, 1907
################
iptables -L -nv
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ACCEPT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:25 state NEW 
    0     0 ACCEPT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:6346 state NEW 
    0     0 LOG        icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0          icmp type 0 LOG flags 0 level 4 prefix `Firewall: Pinged ' 
    1    30 ACCEPT     icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0          icmp type 8 
    0     0 LOG        tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:113 LOG flags 0 level 4 prefix `Firewall: Ident Query ' 
    0     0 REJECT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:113 reject-with tcp-reset 
    2   120 LOG        tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp state NEW LOG flags 0 level 4 prefix `Firewall: NEW Attempt ' 
   41 11660 DROP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          state NEW 
    0     0 DROP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          state INVALID 
  280  132K ACCEPT     all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          state RELATED,ESTABLISHED 
    0     0 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
    0     0 LOG        all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          LOG flags 0 level 4 prefix `Firewall: DROPPED ' 
    0     0 DROP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 298 packets, 23789 bytes)
 pkts bytes target     prot opt in     out     source               destination         
################
LOG WITH FIREWALL UP (WEBPAGE CLAIMS CONNECTION REFUSED):
Feb 22 19:03:58 localhost kernel: Firewall: EST or REL IN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.31.64.116 DST=62.30.72.238 LEN=184 TOS=0x00 PREC=0x00 TTL=253 ID=6555 DF PROTO=UDP SPT=53 DPT=32768 LEN=164 
Feb 22 19:03:58 localhost kernel: Firewall: EST or REL IN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.238 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=25273 DF PROTO=TCP SPT=80 DPT=33235 WINDOW=5840 RES=0x00 ACK RST URGP=0 
################
LOG WITH NO FIREWALL (PAGE WORKS):
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=60 TOS=0x00 PREC=0x00 TTL=52 ID=32727 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK SYN URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32728 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32729 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1389 TOS=0x00 PREC=0x00 TTL=52 ID=32730 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32731 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=630 TOS=0x00 PREC=0x00 TTL=52 ID=32732 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32733 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32734 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32735 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=160 TOS=0x00 PREC=0x00 TTL=52 ID=32736 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=60 TOS=0x00 PREC=0x00 TTL=52 ID=32737 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK SYN URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32738 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32739 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32740 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32741 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32742 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32743 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1471 TOS=0x00 PREC=0x00 TTL=52 ID=32744 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32745 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1196 TOS=0x00 PREC=0x00 TTL=52 ID=32746 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32747 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1450 TOS=0x00 PREC=0x00 TTL=52 ID=32748 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=348 TOS=0x00 PREC=0x00 TTL=52 ID=32749 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1054 TOS=0x00 PREC=0x00 TTL=52 ID=32750 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1242 TOS=0x00 PREC=0x00 TTL=52 ID=32751 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=457 TOS=0x00 PREC=0x00 TTL=52 ID=32752 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=758 TOS=0x00 PREC=0x00 TTL=52 ID=32753 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=771 TOS=0x00 PREC=0x00 TTL=52 ID=32754 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1258 TOS=0x00 PREC=0x00 TTL=52 ID=32755 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32756 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=402 TOS=0x00 PREC=0x00 TTL=52 ID=32757 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1040 TOS=0x00 PREC=0x00 TTL=52 ID=32758 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=824 TOS=0x00 PREC=0x00 TTL=52 ID=32759 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32760 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32761 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32762 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=57 TOS=0x00 PREC=0x00 TTL=52 ID=32763 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32764 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32765 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32766 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32767 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=678 TOS=0x00 PREC=0x00 TTL=52 ID=32768 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=358 TOS=0x00 PREC=0x00 TTL=52 ID=32769 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=880 TOS=0x00 PREC=0x00 TTL=52 ID=32770 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:28:28 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32771 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK FIN URGP=0 
Feb 18 22:28:28 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32772 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK FIN URGP=0 
Feb 18 22:28:37 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=40 TOS=0x00 PREC=0x00 TTL=40 ID=32773 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=0 RES=0x00 RST URGP=0 
Feb 18 22:28:52 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=40 TOS=0x00 PREC=0x00 TTL=40 ID=32774 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=0 RES=0x00 RST URGP=0 
################


^ permalink raw reply	[flat|nested] 4+ messages in thread

* firewall bother
@ 2003-02-22 20:21 Sam Halliday
  2003-02-22 20:46 ` Athan
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Halliday @ 2003-02-22 20:21 UTC (permalink / raw)
  To: netfilter

hi there,

i am having trouble viewing one particular website under my current
firewall setup... (www.talk21.com)

at the bottom of this email is a list of all TCP packets that iptables logs
when i allow all packets (i.e. the webpage loads correctly), and here is a
printout of my `iptables -L -nv` when the firewall is up (to save from having
to post my firewall script! this email is big enough as it is). i would really
really appreciate it if someone could shed some light on why this page
does not work for me unless i turn off the firewall!

linux-2.4.20
iptables-1.2.7

it is really confusing as al packets look just look like normal webpage tcp port
80 sources to me, but the firewall is obviously stopping something getting
through...

apart from this one page, i am 100% happy with my firewall setup. sorry
about the size of this email!

thanks in advance!
Sam
-- 
The six great gifts of an Irish girl are beauty, soft voice, sweet speech,
wisdom, needlework, and chastity.
-- Theodore Roosevelt, 1907
################
iptables -L -nv:
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ACCEPT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:25 state NEW 
    0     0 ACCEPT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:6346 state NEW 
    0     0 LOG        icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0          icmp type 0 LOG flags 0 level 4 prefix `Firewall: Pinged ' 
    1    30 ACCEPT     icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0          icmp type 8 
    0     0 LOG        tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:113 LOG flags 0 level 4 prefix `Firewall: Ident Query ' 
    0     0 REJECT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp dpt:113 reject-with tcp-reset 
    2   120 LOG        tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0          tcp state NEW LOG flags 0 level 4 prefix `Firewall: NEW Attempt ' 
   41 11660 DROP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          state NEW 
    0     0 DROP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          state INVALID 
  280  132K ACCEPT     all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          state RELATED,ESTABLISHED 
    0     0 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
    0     0 LOG        all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          LOG flags 0 level 4 prefix `Firewall: DROPPED ' 
    0     0 DROP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0          

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 298 packets, 23789 bytes)
 pkts bytes target     prot opt in     out     source               destination         
################
LOG WITH FIREWALL UP (WEBPAGE CLAIMS CONNECTION REFUSED):
Feb 22 19:03:58 localhost kernel: Firewall: EST or REL IN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.31.64.116 DST=62.30.72.238 LEN=184 TOS=0x00 PREC=0x00 TTL=253 ID=6555 DF PROTO=UDP SPT=53 DPT=32768 LEN=164 
Feb 22 19:03:58 localhost kernel: Firewall: EST or REL IN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.238 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=25273 DF PROTO=TCP SPT=80 DPT=33235 WINDOW=5840 RES=0x00 ACK RST URGP=0 
################
LOG WITH NO FIREWALL (PAGE WORKS):
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=60 TOS=0x00 PREC=0x00 TTL=52 ID=32727 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK SYN URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32728 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32729 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1389 TOS=0x00 PREC=0x00 TTL=52 ID=32730 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32731 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=630 TOS=0x00 PREC=0x00 TTL=52 ID=32732 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32733 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32734 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32735 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=160 TOS=0x00 PREC=0x00 TTL=52 ID=32736 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=60 TOS=0x00 PREC=0x00 TTL=52 ID=32737 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK SYN URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32738 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32739 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32740 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32741 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32742 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32743 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1471 TOS=0x00 PREC=0x00 TTL=52 ID=32744 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32745 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1196 TOS=0x00 PREC=0x00 TTL=52 ID=32746 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32747 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1450 TOS=0x00 PREC=0x00 TTL=52 ID=32748 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=348 TOS=0x00 PREC=0x00 TTL=52 ID=32749 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1054 TOS=0x00 PREC=0x00 TTL=52 ID=32750 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1242 TOS=0x00 PREC=0x00 TTL=52 ID=32751 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=457 TOS=0x00 PREC=0x00 TTL=52 ID=32752 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=758 TOS=0x00 PREC=0x00 TTL=52 ID=32753 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=771 TOS=0x00 PREC=0x00 TTL=52 ID=32754 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1258 TOS=0x00 PREC=0x00 TTL=52 ID=32755 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32756 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=402 TOS=0x00 PREC=0x00 TTL=52 ID=32757 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1040 TOS=0x00 PREC=0x00 TTL=52 ID=32758 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:57 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=824 TOS=0x00 PREC=0x00 TTL=52 ID=32759 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32760 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32761 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32762 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=57 TOS=0x00 PREC=0x00 TTL=52 ID=32763 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32764 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32765 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32766 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=1500 TOS=0x00 PREC=0x00 TTL=52 ID=32767 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=678 TOS=0x00 PREC=0x00 TTL=52 ID=32768 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=358 TOS=0x00 PREC=0x00 TTL=52 ID=32769 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:27:58 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=880 TOS=0x00 PREC=0x00 TTL=52 ID=32770 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK PSH URGP=0 
Feb 18 22:28:28 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32771 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=34752 RES=0x00 ACK FIN URGP=0 
Feb 18 22:28:28 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=52 TOS=0x00 PREC=0x00 TTL=52 ID=32772 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=34752 RES=0x00 ACK FIN URGP=0 
Feb 18 22:28:37 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=40 TOS=0x00 PREC=0x00 TTL=40 ID=32773 DF PROTO=TCP SPT=80 DPT=32839 WINDOW=0 RES=0x00 RST URGP=0 
Feb 18 22:28:52 localhost kernel: Firewall: DEBUGIN=eth0 OUT= MAC=00:10:a7:09:94:a7:00:30:80:30:88:a8:08:00 SRC=62.172.192.30 DST=62.30.72.196 LEN=40 TOS=0x00 PREC=0x00 TTL=40 ID=32774 DF PROTO=TCP SPT=80 DPT=32840 WINDOW=0 RES=0x00 RST URGP=0 
################


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: firewall bother
  2003-02-22 20:21 firewall bother Sam Halliday
@ 2003-02-22 20:46 ` Athan
  2003-02-22 21:41   ` Sam Halliday
  0 siblings, 1 reply; 4+ messages in thread
From: Athan @ 2003-02-22 20:46 UTC (permalink / raw)
  To: Sam Halliday; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

On Sat, Feb 22, 2003 at 08:21:47PM +0000, Sam Halliday wrote:
> hi there,
> 
> i am having trouble viewing one particular website under my current
> firewall setup... (www.talk21.com)

   My first thought would be this is an ECN problem.  Indeed, without
changes I get connection refused as well.  With this rule it works:

iptables -t mangle -A POSTROUTING -o ${PUBINT} -p tcp -d 62.172.192.30 --match ecn --ecn-ip-ect 0 -j ECN --ecn-tcp-remove

Be aware that current released kernels don't have this working.  You'll
need a patch:

	http://www.netfilter.org/documentation/pomlist/pom-submitted.html#07_ECN-tcpchecksum-littleendian-fix

HTH,

-Ath
-- 
- Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/
                  Finger athan(at)fysh.org for PGP key
	   "And it's me who is my enemy. Me who beats me up.
Me who makes the monsters. Me who strips my confidence." Paula Cole - ME

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: firewall bother
  2003-02-22 20:46 ` Athan
@ 2003-02-22 21:41   ` Sam Halliday
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Halliday @ 2003-02-22 21:41 UTC (permalink / raw)
  To: netfilter

Athan wrote:
> > i am having trouble viewing one particular website under my current
> > firewall setup... (www.talk21.com)
>    My first thought would be this is an ECN problem.  Indeed, without
> changes I get connection refused as well.  With this rule it works:
<snip>

thankyou so much! now THAT is more support than any commerical firewall
product i have ever heard about! this webpage is now working for me :-D

> Be aware that current released kernel don't have this working.  You'll
> need a patch:
thanks, applied with fuzz (as always!)
at least it made me do a long-overdue kernel recompile with FreeBSD
partition support :-/

one small problem with these ECN modules however... i cannot unload
them! even when i have cleared my iptables chain list and all other
clean-able modules, i am unable to unload these kernel modules (which in
turn blocks me from unloading mangle, etc etc). On the same lines i have
always had trouble unloading the modules ipt_state and ip_conntrack.
ipt_state does not work with 'modprobe -r', but is OK with rmmod,
ip_conntrack however i have never been able to unload. the only other
network modules i ever have loaded are: af_packet, 8139too and mii.

thankyou again so much!
Sam
-- 
The fashionable drawing rooms of London have always been happy to accept
outsiders -- if only on their own, albeit undemanding terms.  That is to
say, artists, so long as they are not too talented, men of humble
birth,so long as they have since amassed several million pounds, and
socialists so long as they are Tories.
-- Christopher Booker


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-22 21:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-22 20:21 firewall bother Sam Halliday
2003-02-22 20:46 ` Athan
2003-02-22 21:41   ` Sam Halliday
  -- strict thread matches above, loose matches on Subject: below --
2003-02-22 19:12 Sam Halliday

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox