TEXT   30
IPv6 with LFS
Guest on 4th February 2023 01:28:46 PM


  1. CONFIG_IPV6=y
  2.       - Essential IPv6 support
  3.     CONFIG_IPV6_SIT=y
  4.       - Enables use of IPv6-in-IPv4 tunnels - one day you may need this
  5.     CONFIG_IPV6_NDISC_NODETYPE=y
  6.       - Enables certain checks on neighbor discovery
  7.     CONFIG_IPV6_TUNNEL=y
  8.       - Supports RFC2473 IPv6-in-IPv6 and IPv4-in-IPv6 tunnels- one day you
  9.         may need this
  10.     CONFIG_IPV6_MULTIPLE_TABLES=y
  11.     CONFIG_IPV6_SUBTREES=y
  12.       - Together, the above two enable support for multiple IPv6 routingi tables
  13.         (such as source-addressed based routing)
  14.     CONFIG_INET6_AH=y
  15.     CONFIG_INET6_ESP=y
  16.     CONFIG_INET6_IPCOMP=y
  17.     CONFIG_INET6_XFRM_TUNNEL=y
  18.     CONFIG_INET6_TUNNEL=y
  19.       - Above needed for IPsec with IPv6. You may not use this; the hint author
  20.         does.
  21.     CONFIG_NF_SOCKET_IPV6=m
  22.     CONFIG_NF_TPROXY_IPV6=m
  23.     CONFIG_NF_TABLES_IPV6=y
  24.     CONFIG_NFT_REJECT_IPV6=m
  25.     CONFIG_NFT_FIB_IPV6=m
  26.     CONFIG_NF_REJECT_IPV6=y
  27.     CONFIG_NF_LOG_IPV6=m
  28.     CONFIG_IP6_NF_MATCH_IPV6HEADER=y
  29.     CONFIG_NF_DEFRAG_IPV6=y
  30.      - Netfilter support for various commonly-referenced elements of IPv6
  31.        packet filtering. Many host-based firewall tools need these to be
  32.        enabled.

Raw Paste

Login or Register to edit or fork this paste. It's free.