From 19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Wed, 30 Jan 2013 14:49:44 +0200 Subject: README: Add kernel options needed for tethering --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') diff --git a/README b/README index db3908c4..0f86bc12 100644 --- a/README +++ b/README @@ -204,6 +204,23 @@ For a working system, certain configuration options need to be enabled: in order to enable the dbus access. +Kernel configuration +==================== + +In order to support tethering, the following kernel configuration options +need to be enabled either as modules (m) or builtin (y): + +CONFIG_BRIDGE +CONFIG_IP_NF_TARGET_MASQUERADE + +In order to enable CONFIG_IP_NF_TARGET_MASQUERADE, the following options need +to be enabled also as modules (m) or builtin (y): + +CONFIG_NETFILTER +CONFIG_NF_CONNTRACK_IPV4 +CONFIG_NF_NAT_IPV4 + + wpa_supplicant configuration ============================ -- cgit v1.2.3