|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
fwbuilder 3.0.7 and iptables 1.4.2-rc1Is iptables 1.4.2-rc1 on opensuse 11.1 broken or do I have something
configured wrong? Fwbuilder 3.0.7 produced the following for a rule I setup and below is what the command iptables -L indicates. Why is the source address missing? $IPTABLES -N In_RULE_23 $IPTABLES -A INPUT -i eth0 -p tcp -m tcp -s 209.225.8.224/0 --dport 143 -j In_RULE_23 $IPTABLES -A FORWARD -i eth0 -p tcp -m tcp -s 209.225.8.224/0 --dport 143 -j In_RULE_23 $IPTABLES -A In_RULE_23 -m limit --limit 2/second -j LOG --log-level warning --log-prefix "fp=mail:23" $IPTABLES -A In_RULE_23 -j ACCEPT # -A INPUT -i eth0 -p tcp -m tcp --dport 143 -j In_RULE_23 -A FORWARD -i eth0 -p tcp -m tcp --dport 143 -j In_RULE_23 -A In_RULE_23 -m limit --limit 2/sec -j LOG --log-prefix "fp=mail:23" -A In_RULE_23 -j ACCEPT Thanks. Stan ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fwbuilder-discussion mailing list Fwbuilder-discussion@... https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion |
|
|
Re: fwbuilder 3.0.7 and iptables 1.4.2-rc1On Sep 27, 2009, at 1:41 PM, Stan Gammons wrote: > Is iptables 1.4.2-rc1 on opensuse 11.1 broken or do I have something > configured wrong? > > Fwbuilder 3.0.7 produced the following for a rule I setup and below is > what the command iptables -L indicates. Why is the source address > missing? > > $IPTABLES -N In_RULE_23 > $IPTABLES -A INPUT -i eth0 -p tcp -m tcp -s 209.225.8.224/0 -- > dport > 143 -j In_RULE_23 > $IPTABLES -A FORWARD -i eth0 -p tcp -m tcp -s 209.225.8.224/0 > --dport 143 -j In_RULE_23 > $IPTABLES -A In_RULE_23 -m limit --limit 2/second -j LOG --log-level > warning --log-prefix "fp=mail:23" > $IPTABLES -A In_RULE_23 -j ACCEPT > # > > > -A INPUT -i eth0 -p tcp -m tcp --dport 143 -j In_RULE_23 > -A FORWARD -i eth0 -p tcp -m tcp --dport 143 -j In_RULE_23 > -A In_RULE_23 -m limit --limit 2/sec -j LOG --log-prefix "fp=mail:23" > -A In_RULE_23 -j ACCEPT this looks strange. Were there any errors when you activated new policy ? --vk ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fwbuilder-discussion mailing list Fwbuilder-discussion@... https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |