- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Converting from ipchains to iptables
Operating System - Linux
1820882
Members
3566
Online
109628
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2002 10:52 AM
тАО10-16-2002 10:52 AM
Converting from ipchains to iptables
I want to convert my production Linux system(I have a web hosting biz) from ipchains firewall to iptables.
I am under the impression that iptables is a next step type evolution based on ipchains.
So, can I change my ipchains configuration file /etc/sysconfig/ipchains to /etc/sysconfig/iptables
I pretty much want the same firewall configuration, but I want to eventually add features.
I'm using Linux 7.3 fully patched.
Also, I'd like to know if I have to completely remove ipchains to make the conversion. This obviously involves a security risk during the conversion.
Thanks.
I am under the impression that iptables is a next step type evolution based on ipchains.
So, can I change my ipchains configuration file /etc/sysconfig/ipchains to /etc/sysconfig/iptables
I pretty much want the same firewall configuration, but I want to eventually add features.
I'm using Linux 7.3 fully patched.
Also, I'd like to know if I have to completely remove ipchains to make the conversion. This obviously involves a security risk during the conversion.
Thanks.
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2002 01:12 PM
тАО10-16-2002 01:12 PM
Re: Converting from ipchains to iptables
Hello,
First, you need to make sure that iptables is fully supported by the running kernel. Normally, it should be the case with RedHat 7.3 and kernel 2.4.18.
Also make sure that the iptables userspace utilities are installed (rpm -q iptables). With my RedHat 7.3 I'm using version 1.2.5.
Then, if your biz is 24x7 and critical, consider doing changes on a test machine before going on the production server.
The changes from old to new firewall configuration may not be so risky because if your new configuration file is OK and has been tested before, you just need to type something like :
/etc/init.d/ipchains stop ; /etc/init.d/iptables start
Of course you will have to definitely enable iptables and disable ipchains :
chkconfig --del ipchains
chkconfig --add iptables
Good luck.
Kodjo
First, you need to make sure that iptables is fully supported by the running kernel. Normally, it should be the case with RedHat 7.3 and kernel 2.4.18.
Also make sure that the iptables userspace utilities are installed (rpm -q iptables). With my RedHat 7.3 I'm using version 1.2.5.
Then, if your biz is 24x7 and critical, consider doing changes on a test machine before going on the production server.
The changes from old to new firewall configuration may not be so risky because if your new configuration file is OK and has been tested before, you just need to type something like :
/etc/init.d/ipchains stop ; /etc/init.d/iptables start
Of course you will have to definitely enable iptables and disable ipchains :
chkconfig --del ipchains
chkconfig --add iptables
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2002 09:14 AM
тАО10-17-2002 09:14 AM
Re: Converting from ipchains to iptables
Yes, iptables is installed and the kernel is up to date.
Question: Are you saying there is no change required in the configuration files?
Question: Are you saying there is no change required in the configuration files?
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2002 12:21 PM
тАО10-23-2002 12:21 PM
Re: Converting from ipchains to iptables
Note: I have completed the conversion. The ipchains configuration file can not be mirgrated to iptables.
It is a good guide for making changes to the iptables files and has a similar syntax. I did this on a test server, not production.
STeve
It is a good guide for making changes to the iptables files and has a similar syntax. I did this on a test server, not production.
STeve
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP