« Ipv6 cheatsheet » : différence entre les versions

De Linux Server Wiki
Aller à la navigation Aller à la recherche
(Page créée avec « RA flags : * M Managed Address Configuration flag. If set indicates host should use stateful configuration (e.g. DHCPv6) for address data. * O Other Configuration flag.... »)
 
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
[[category:networking]]
RA flags :
RA flags :
* M Managed Address Configuration flag. If set indicates host should use stateful configuration (e.g. DHCPv6) for address data.
* M Managed Address Configuration flag. If set indicates host should use stateful configuration (e.g. DHCPv6) for address data.
Ligne 9 : Ligne 11 :
* Managed: Client addresses assigned only via DHCPv6.
* Managed: Client addresses assigned only via DHCPv6.
* Assisted: Client addresses assigned by either DHCPv6 or SLAAC (or both).
* Assisted: Client addresses assigned by either DHCPv6 or SLAAC (or both).
Show RA : <code>tcpdump -v -n -i ens18 icmp6 and ip6[40] == 134</code>

Dernière version du 8 janvier 2023 à 23:14


RA flags :

  • M Managed Address Configuration flag. If set indicates host should use stateful configuration (e.g. DHCPv6) for address data.
  • O Other Configuration flag. Indicates "other" information (such as DNS server addresses) is available using stateful configuration (e.g. DHCPv6).
  • A autonomous address-configuration flag. When set indicates that this prefix can be used for stateless autoconfiguration.

pfsense RA configuration :

  • Router Only: Clients will need to set addresses statically
  • Unmanaged: Client addresses obtained only via Stateless Address Autoconfiguration (SLAAC).
  • Managed: Client addresses assigned only via DHCPv6.
  • Assisted: Client addresses assigned by either DHCPv6 or SLAAC (or both).

Show RA : tcpdump -v -n -i ens18 icmp6 and ip6[40] == 134