Alimentation & Soins Bio pour Chiens & Chats

Bienvenue sur Web-News

Obtention d'une adresse V6 derrière une freebox re 15/09/24 13:23 / Sun, 15 Sep 2024 13:23:15 +0200 Dedibox Discussions

Croquettes Bio pour Chats
Sujet Obtention d'une adresse V6 derrière une freebox re
De Ludovic Hirlimann
Date Sun, 15 Sep 2024 13:23:15 +0200
Groupes de discussion proxad.free.ftth,fr.comp.reseaux.ip

Bonjour,

j'ai un souci sur mes machines sous FreeBSD (NomadBSD et TrueNAS). Je
n'arrive pas à obtenir d'addresse IPV6 sur mon LAN. Les même machine
sous linu arrivent à en avoir une et je ne comprend pas ce que j'ai
oublié, ce qui ne fonctionne pas.


J'ai la configuration suivante dans /etc/rc.conf

> nomad@NomadBSD ~/s/NomadBSD (master)> grep ipv6 /etc/rc.conf
> ipv6_activate_all_interfaces="YES"
> #ifconfig_em0_ipv6="inet6 accept_rtadv"
> ifconfig_wlan0_ipv6="inet6 accept_rtadv"
> ifconfig_em0_ipv6="inet6 accept_rtadv

> nomad@NomadBSD ~/s/NomadBSD (master)> grep wlan0 /etc/rc.conf
> wlans_iwlwifi0="wlan0"
> create_args_wlan0="down country FR"
> ifconfig_wlan0="up scan WPA DHCP"
> ifconfig_wlan0_ipv6="inet6 accept_rtadv"

Ma freebox revolution a activé le DHCPv6.

Ma config chargée ressemble à
> nomad@NomadBSD ~> ifconfig -a
> em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>         options=4e504bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,LRO,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
>         ether 84:a9:38:6e:38:65
>         inet6 fe80::86a9:38ff:fe6e:3865%em0 prefixlen 64 scopeid 0x1
>         media: Ethernet autoselect
>         status: no carrier
>         nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
> lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
>         options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
>         inet 127.0.0.1 netmask 0xff000000
>         inet6 ::1 prefixlen 128
>         inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
>         groups: lo
>         nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
> wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>         options=0
>         ether 10:3d:1c:96:d5:43
>         inet 192.168.0.37 netmask 0xffffff00 broadcast 192.168.0.255
>         inet6 fe80::123d:1cff:fe96:d543%wlan0 prefixlen 64 scopeid 0x3
>         groups: wlan
>         ssid mozillamessaging channel 2 (2417 MHz 11g) bssid 14:0c:76:ad:c9:e9
>         regdomain ETSI country FR authmode WPA2/802.11i privacy ON
>         deftxkey UNDEF AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 30 bmiss 7
>         scanvalid 60 protmode CTS wme roaming MANUAL bintval 120
>         parent interface: iwlwifi0
>         media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
>         status: associated
>         nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>


Le DNS est bien fonctionnel mais cela ne sort pas.

> nomad@NomadBSD ~> ping6 google.com
> PING(56=40+8+8 bytes) fe80::123d:1cff:fe96:d543%wlan0 --> 2a00:1450:4007:818::200e
> ^C
> --- google.com ping statistics ---
> 3 packets transmitted, 0 packets received, 100.0% packet loss
> nomad@NomadBSD ~ [2]>


Sur ma machine sous TrueNas , j'ai configuré l'ipv6 à la main et je peux
la pingé depuis la machine sous NomadBSD
> nomad@NomadBSD ~ [68]> ping6 truenas.local
> PING(56=40+8+8 bytes) fe80::123d:1cff:fe96:d543%wlan0 --> 2a01:e0a:abd:8a90::2650:832b%3
> 16 bytes from 2a01:e0a:abd:8a90::2650:832b, icmp_seq=0 hlim=64 time=2.097 ms
> 16 bytes from 2a01:e0a:abd:8a90::2650:832b, icmp_seq=1 hlim=64 time=0.753 ms
> ^C
> --- truenas.local ping statistics ---
> 2 packets transmitted, 2 packets received, 0.0% packet loss
> round-trip min/avg/max/stddev = 0.753/1.425/2.097/0.672 ms


Enfin mes routes ressemblen à :
> nomad@NomadBSD ~> netstat -rn
> Routing tables
>
> Internet:
> Destination        Gateway            Flags     Netif Expire
> default            192.168.0.254      UGS       wlan0
> 127.0.0.1          link#2             UH          lo0
> 192.168.0.0/24     link#3             U         wlan0
> 192.168.0.37       link#2             UHS         lo0
>
> Internet6:
> Destination                       Gateway                       Flags     Netif Expire
> ::/96                             link#2                        URS         lo0
> default                           fe80::160c:76ff:fead:c9e8%wlan0 UG      wlan0
> ::1                               link#2                        UHS         lo0
> ::ffff:0.0.0.0/96                 link#2                        URS         lo0
> 2a01:e0a:abd:8a90::/64            link#3                        U         wlan0
> fe80::%lo0/10                     link#2                        URS         lo0
> fe80::%em0/64                     link#1                        U           em0
> fe80::86a9:38ff:fe6e:3865%lo0     link#2                        UHS         lo0
> fe80::%lo0/64                     link#2                        U           lo0
> fe80::1%lo0                       link#2                        UHS         lo0
> fe80::%wlan0/64                   link#3                        U         wlan0
> fe80::123d:1cff:fe96:d543%lo0     link#2                        UHS         lo0
> ff02::/16                         link#2                        URS         lo0
> nomad@NomadBSD ~>

J'aimerais ne pas avoir a configurer d'ipv6 de manière statique et
obtneir des routes automatiquement de la part de la FreeBox.

Je n'arrive pas à savoir ce que j'ai pu rater. Quelqu'un à une idée?


--
https://ludovic.hirlimann.net - blog technique
https://mongolie.tumblr.com - La Mongolie
Fedi : usul@piaille.fr, usul@pix.diaspodon.fr

messages récents dans la discussion
 
-# Obtention d'une adresse V6 derrière une freebox re volution (Message actuel) Ludovic Hirlimann 15-Sep-2024 01:23 pm
.\# Re: Obtention d'une adresse V6 derrière une free box revolution PP 15-Sep-2024 05:44 pm


Croquettes Bio pour Chiens

Les autres groupes de discussions

Dedibox Annonces | Dedibox Discussions | Dedibox Discussions Hardware | Dedibox Discussions Securite | Dedibox Discussions Services | Dedibox Discussions Software | Dedibox Incidents | Dedibox Maintenances | Free Adsl | Free Adsl Degroupage | Free Adsl Freeplayer | Free Adsl Telephonie | Free Adsl Tv | Free Annonces | Free Divers | Free Ftth | Free Incidents | Free Mobile | Free Rtc | Free Services | Free Services Messagerie | Free Services Pagesperso | Online Hebergement Support | Test
Création site Internet | WebDesign | PHP | Mysql | Javascript | Hébergement | Hosting | Infogérance/Administration serveur dédié Linux | Linux Dedicated Managed Servers | Audit sécurité | Référencement | SEO | Toulouse, Cannes | Noms de Domaines 100% ANONYMES | Moteur de Recherche Films Videos Séries Streaming