> I'd recommend upgrading the rpm for iptables as this is one of the
> fixes. Current version is iptables-1.2.4-0 I believe.

Ah, up2date didn't update that automatically because of my manual fix. Now
I've forced it to apply the update. However, immediately after updating, i
tried "service iptables save" and "service iptables restart" and that
resulted in

Nov 17 18:52:04 linux iptables: Applying iptables firewall rules failed

It seems there's still a bug in it. After copying my fix back from
iptables.rpmsave it works again.

# diff iptables iptables.old
67c67
<               grep -v "^[[:space:]]*#" $IPTABLES_CONFIG | grep -v
'^[[:space:]
]*$' | sed "s/MASQUERADE \([0-9]\)/MASQUERADE --to-ports \1/" |
/sbin/iptables-r
estore -c && \
---
>               grep -v "^[[:space:]]*#" $IPTABLES_CONFIG | grep -v
'^[[:space:]
]*$' | /sbin/iptables-restore -c && \


Andreas



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to