Hi,
looks like you have ipchains running in s startup script. Check
/etc/sysconfig/ if you have a "ipchains"-file. Are you starting ipchains in
your runlevel?
What do you see if you type
% ipchains -L or
% ipchains -M -L ?
In the end you'll have to make a decision with which firewall you want to
use. If you're new to the firewall features I'd propose to go with the
latest - which is iptables.
OoLee
-----Ursprüngliche Nachricht-----
Von: Mailing Lists [mailto:mailing@keyworld.net]
Gesendet: Donnerstag, 21. März 2002 02:22
An: Squid Users
Betreff: [squid-users] Squid Transparent Cache
Hi,
Still trying to get squid to be a transparent cache....
I tried doing as you guys suggested.
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT
--to-port 3128
but I get the following:
/lib/modules/2.4.9-31/kernel/net/ipv4/netfilter/ip_tables.o:
init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
/lib/modules/2.4.9-31/kernel/net/ipv4/netfilter/ip_tables.o: insmod
/lib/modules/2.4.9-31/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.9-31/kernel/net/ipv4/netfilter/ip_tables.o: insmod
ip_tables failed
iptables v1.2.4: can't initialize iptables table `nat': iptables who?
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
When I try insmod ip_tables I get
Using /lib/modules/2.4.9-31/kernel/net/ipv4/netfilter/ip_tables.o
/lib/modules/2.4.9-31/kernel/net/ipv4/netfilter/ip_tables.o:
init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
Please help
Received on Thu Mar 21 2002 - 03:26:35 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:01 MST