My default policy in this test environment is ACCEPT for all chains and tables (should this matter?).
(~)# : iptables -t nat -L -nv |grep policy Chain PREROUTING (policy ACCEPT 17915 packets, 2673K bytes) Chain POSTROUTING (policy ACCEPT 9 packets, 471 bytes) Chain OUTPUT (policy ACCEPT 9 packets, 471 bytes) (~)# : iptables -t filter -L -nv |grep policy Chain INPUT (policy ACCEPT 34018 packets, 4320K bytes) Chain FORWARD (policy ACCEPT 747 packets, 337K bytes) Chain OUTPUT (policy ACCEPT 3413 packets, 478K bytes) (~)# : iptables -t mangle -L -nv |grep policy Chain PREROUTING (policy ACCEPT 34849 packets, 4664K bytes) Chain INPUT (policy ACCEPT 34095 packets, 4326K bytes) Chain FORWARD (policy ACCEPT 747 packets, 337K bytes) Chain OUTPUT (policy ACCEPT 3452 packets, 482K bytes) Chain POSTROUTING (policy ACCEPT 4199 packets, 818K bytes) On June 13, 2002 02:11 pm, Sneppe Filip wrote: > Hi, > > What happens if you explicitly allow the GRE protocol ? > > iptables -A FORWARD -p 47 -j ACCEPT > > It shouldn't be needed if you let through RELATED connections though... > > Regards, > Filip > > -----Original Message----- > From: SoulBlazer [mailto:[EMAIL PROTECTED]] > Sent: Thu 13/06/2002 18:26 > To: [EMAIL PROTECTED] > Cc: > Subject: Re: PPTP/GRE + Newnat Issues > I have received private email's regarding similar occurrences. Perhaps > there is some weirdness about since I am not alone on this? > > Additionally if this is a problem with the module should I move this > conversation to the netfilter-devel list ? opinions ?
