I'm trying to get IPTables to work under Gentoo (to connect my Linux PDA (with
USB ethernet) to the net). This is what happens when I try to use IPTables:
root# iptables -t nat -I POSTROUTING -j MASQUERADE -s 192.168.1.200/16
modprobe: Can't locate module ip_tables
iptables v1.2.7a: can't initialize iptables table `nat': iptables who? (do you need to
insmod?)
Perhaps iptables or your kernel needs to be upgraded.
My kernel is ck-sources (2.4.22-ck1) with these network configurations:
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
What do I need to do to get IPTables working? Thanks.
-Brian
--
[EMAIL PROTECTED] mailing list