when i checked my ipchains and iptables..it gave following output ================================================================ [root@localhost net]# ipchains -L ipchains: Incompatible with this kernel
[root@localhost net]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination ================================================================= why is it saying ipchains incompatible with this kernel?
ipchains is the "old style" firewall code, it has been replaced in the 2.4 kernel series with "iptables".
HTH, Virendra
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in]On Behalf Of ourpassions@vsnl.net Sent: Sunday, August 10, 2003 9:01 AM To: linuxers@mm.ilug-bom.org.in Subject: [ILUG-BOM] Partial internet connectivity under linux but windows gives full connectivity
Next GLUG Meet on 10th Aug. @ Ruparel College, Matunga Rd. (W), @ 4.00pm ---------------------------------------------------------------------------- --- when i checked my ipchains and iptables..it gave following output ================================================================ [root@localhost net]# ipchains -L ipchains: Incompatible with this kernel
[root@localhost net]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination ================================================================= why is it saying ipchains incompatible with this kernel?