Is it possible i need to have the options set in my kernel .config as
described here for pyntk to run?

"KERNEL DEPENDENCIES
    On Linux be sure to have the following options set in your kernel
    .config. These options are taken from linux-2.6.14.

            #
            # Networking options
            #
            CONFIG_PACKET=y
            CONFIG_UNIX=y
            CONFIG_INET=y
            CONFIG_IP_MULTICAST=y
            CONFIG_IP_ADVANCED_ROUTER=y
            CONFIG_IP_MULTIPLE_TABLES=y
            CONFIG_IP_ROUTE_MULTIPATH=y
            CONFIG_NET_IPIP=y
            CONFIG_NETFILTER=y

    and these from linux-2.6.16.19.

            #
            # Core Netfilter Configuration
            #

            CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
            NETFILTER_XT_TARGET_CONNMARK=y

            #
            # IP: Netfilter Configuration
            #

            CONFIG_IP_NF_IPTABLES=y
            CONFIG_IP_NF_FILTER=y
            CONFIG_IP_NF_TARGET_REJECT=y
            CONFIG_IP_NF_NAT=y
            CONFIG_IP_NF_NAT_NEEDED=y
            CONFIG_IP_NF_TARGET_MASQUERADE=y"
_______________________________________________
Netsukuku mailing list
[email protected]
http://lists.dyne.org/mailman/listinfo/netsukuku

Reply via email to