User Tools

Site Tools


menuconfig

This is an old revision of the document!


Menuconfig

Nous allons regrouper ici les configurations de menuconfig qui nous sont utiles.

Linux Kernel 4.2.6

WiFi

Si l'on cherche à supporter un dongle Wifi, se référer à ce site.
Les options à cocher (*) sont les suivantes:

Device Drivers  --->
  [*] USB support  ---> 
    <*> USB Wireless Device Management support
  
Device Drivers  --->
   [*] Network device support  --->    
     [*]   Wireless LAN  --->
       <*>   Realtek rtlwifi family of devices  ---> 
          <*>   Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter
          [*]   Debugging output for rtlwifi driver family (NEW)

PPP

Si l'on cherche à supporter un dongle Wifi, se référer à ce site.
Les options à cocher (*) sont les suivantes:

Device Drivers ---> 
  [*] Network device support --->
    <*>   PPP (point-to-point protocol) support
      [*]     PPP filtering
      <*>     PPP support for async serial ports

Iptables

[*] Networking support  --->
      Networking options  ---> 
        [*] Network packet filtering framework (Netfilter)  --->
          [*]   Advanced netfilter configuration
                  Core Netfilter Configuration  --->
                    <*> Netfilter NFQUEUE over NFNETLINK interface
                    <*> Netfilter LOG over NFNETLINK interface                
                    <*> Netfilter connection tracking support
                    [*] Connection mark tracking support
            <*>   IP virtual server support  --->
                  IP: Netfilter Configuration  --->
                    <*> IPv4 connection tracking support (required for NAT)
                    -*- IPv4 packet rejection                                                                          
                    -*- IPv4 NAT                                                                                         
                    -*-   IPv4 masquerade support
                    <*> IP tables support (required for filtering/masq/NAT)                                             
                    <*>   "ah" match support                                                                             
                    <*>   "ecn" match support                                                                            
                    <*>   "rpfilter" reverse path filter match support
                    <*>   "ttl" match support
                    <*>   Packet filtering
                    <*>     REJECT target support
                    <*>   iptables NAT support
                    <*>     MASQUERADE target support
                    <*>     NETMAP target support
                    <*>     REDIRECT target support
                    <*>   Packet mangling
                    <*>     CLUSTERIP target support
                    <*>     ECN target support
                    <*>     "TTL" target support
                    <*>   raw table support (required for NOTRACK/TRACE)

Bridge

Si l'on cherche à supporter un dongle Wifi, se référer à ce site.
Les options à cocher (*) sont les suivantes:

[*] Networking support  --->
      Networking options  --->
        <*> 802.1d Ethernet Bridging
        [*]   IGMP/MLD snooping (NEW)
menuconfig.1458316989.txt.gz · Last modified: 2016/03/18 16:03 by fdacruz