Copy the below section of code into the IP chains file , Change the permissions mode of the file to 600 ( /bin/chmod 600 /etc/sysconfig/ipchains ). Make sure this file has root ownership as well as root group membership. The colons and dashes should be thew first characters that appear on their respective lines ( no preceding spaces )
:input ACCEPT :forward DENY :output DENY :icmp - -A input -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -p 1 -j icmp -A icmp -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -j ACCEPT You can try and use this as a foundation to rebuild your ipchains file , but I cannot guarantee that it will work ;) have a look at the 'ipfw' command , as well as 'ipchains' For security reasons , people should generally not post their ipchains information on the net , as this action will give a potential attacker a conceptual profile of your network , as well as a roadmap for how he or she could get inside your intranet. If anything , the Linux.slapper worm that hit thousands of Linux servers around the world has proven that Linux users and administrators cannot afford to be careless. I hope this will help !! Regards , J. Dale ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 2:09 PM Subject: I lost my ipchain configuration > Can somebody send me a copy of the default ipchains configuration file > (/etc/sysconfig/ipchains) that's shipped with seawolf? > I lost mine while trying to tune it. > > Thanks, > > Cyrille > > > -------------------------------------------------------------------------- ------------------------------------ > > This mail, and any attachments thereto, is intended only for use by the > addressee(s) named herein and may contain legally privileged and/or > confidential information. > If you are not the intended recipient, please note that any review, > dissemination, disclosure, alteration, printing, copying or transmission of > this mail and/or any file transmitted with it, is strictly prohibited and > may be unlawful. > If you have received this mail by mistake, please immediately notify the > sender as well as our mail administrator at [EMAIL PROTECTED], and > permanently destroy the original as well as any copy therof. > > > > _______________________________________________ > Seawolf-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/seawolf-list _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
