Re: [bwm-tools-tech] installation problem -- new user
Brought to you by:
nkukard
From: bhaskar b. <bhe...@ya...> - 2005-09-02 11:37:16
|
hi, I'm getting the following error while starting the iptables with the rules made by bwm. Please guide. +++++++++++++++++++++++++++++++++++++++++++++ service iptables start Flushing all current rules and user defined chains: [ OK ] Clearing all current rules and user defined chains: [ OK ] Applying iptables firewall rules: /etc/init.d/iptables: line 205: 15919 Done grep -v "^[[:space:]]*#" $IPTABLES_CONFIG 15920 | grep -v '^[[:space:]]*$' 15921 Segmentation fault | /sbin/iptables-restore -c [FAILED] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ the file /etc/syconfig/iptables is as follows: # Generated using BWM Firewall v0.2.1: Fri Sep 2 16:37:18 2005 *mangle :OUTPUT ACCEPT :INPUT ACCEPT :FORWARD ACCEPT -A FORWARD --destination-port 80 --in-interface eth1 -j MARK --set-mark 200 -A FORWARD --destination-port 81 --in-interface eth1 -j MARK --set-mark 201 -A FORWARD --destination-port 25 --in-interface eth1 -j MARK --set-mark 202 -A FORWARD --in-interface eth1 -j MARK --set-mark 203 COMMIT *filter :OUTPUT ACCEPT :bwmd - :INPUT ACCEPT :FORWARD ACCEPT -A bwmd -m mark ! --mark 0 -j QUEUE COMMIT *nat :POSTROUTING ACCEPT -A POSTROUTING --source 192.168.1.0/24 -j MASQUERADE COMMIT ++++++++++++++++++++++++++++++++++++++++++++++++ Nigel Kukard <nk...@lb...> wrote: Quoting bhaskar baruah : > ++++++++++++++++++++++++++++++++++++ > * - ERROR - > * libxml >= 2.5.0 required, this includes the > development libraries and headers > ++++++++++++++++++++++++++++++++++++++++ > rpm -q libxml2 > libxml2-2.5.4-3.rh9 You need libxml2-devel installed aswell -Nigel __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |