User Tools

Site Tools


Action disabled: source
menuconfig

Menuconfig

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

Linux Kernel 4.2.6

USB-Ethernet adapter

Si l'on cherche à supporte cet adaptateur USB-ethernet , les options à cocher (*) sont les suivantes:

Device Drivers  --->
  [*] USB support  --->
    <*>     EHCI HCD (USB 2.0) support
      [ ]       Root Hub Transaction Translators
      [*]       Improved Transaction Translator scheduling
    <*>     Support for Atmel on-chip EHCI USB controller
Device Drivers  --->
  [*] Network device support  --->
    <*>   USB Network Adapters  --->
      <*>   Multi-purpose USB Networking Framework
        <*>     ASIX AX88xxx Based USB 2.0 Ethernet Adapters

WiFi

Si l'on cherche à supporter ce 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 PPP, 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

Si l'on cherche à utiliser iptables les options à cocher sont les suivantes:

[*] 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 les bridges entre interfaces, 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.txt · Last modified: 2016/05/23 08:48 by fdacruz