Salut à tous.

J'ai fait une connerie, j'ai mis à jour ma raspberry Pi 2B et depuis, mon wap (mon point d'accès wifi) ne fonctionne plus du tout.

Configuration :
--> Raspberry pi 2B.
--> système d'exploitation :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
~> uname -a
Linux raspberrypi 4.19.86-v7+ #1283 SMP Fri Nov 29 18:32:25 GMT 2019 armv7l GNU/Linux

~> cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
~>
--> application en cause : hostapd + dnsmasq + dhcpcd + resolvconf + tunnel IPv6 hurricane Electric.

A priori, le tunnel IPv6 fonctionne correctement.
Avant la mise à jour, je pouvais tester mon wap sans problème.

Si je teste le réseau :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
~> ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.52  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::281c:105b:a314:e3ed  prefixlen 64  scopeid 0x20<link>
        ether b8:27:eb:96:7e:15  txqueuelen 1000  (Ethernet)
        RX packets 869  bytes 61227 (59.7 KiB)
        RX errors 0  dropped 4  overruns 0  frame 0
        TX packets 492  bytes 101886 (99.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

he-ipv6: flags=209<UP,POINTOPOINT,RUNNING,NOARP>  mtu 1480
        inet6 2001:470:1f12:226::2  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::c0a8:134  prefixlen 64  scopeid 0x20<link>
        sit  txqueuelen 1000  (IPv6-dans-IPv4)
        RX packets 5  bytes 480 (480.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5  bytes 480 (480.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Boucle locale)
        RX packets 51  bytes 3394 (3.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 51  bytes 3394 (3.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

sit0: flags=128<NOARP>  mtu 1480
        sit  txqueuelen 1000  (IPv6-dans-IPv4)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.52.1  netmask 255.255.255.0  broadcast 192.168.52.255
        inet6 2001:470:1f13:226:520::1  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::10ac:3fd0:421:28a8  prefixlen 64  scopeid 0x20<link>
        ether 00:e0:4c:0b:f9:af  txqueuelen 1000  (Ethernet)
        RX packets 1261  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 62  bytes 10962 (10.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

~>
Tout a l'air de bien fonctionner, en apparence.
Je lance manuellement Hostpad (hostapd /etc/hostapd/hostapd.conf), qui par ailleurs fonctionnait très bien jusqu'à présent.
Je fais une tentative de connection à mon wap deepuis windows
Résultat : la raspberry se plante et je n'ai plus de connection.
Je suis obligé de relancer la raspberry pour avoir à nouveau un accès.

J'ai fait une tentative de réinstaller une ancienne version de Hostapd, même résultat.
Qu'est-ce qui a changé dans Hostapd et comment remédier à cela.

Si vous avez besoin que je fasse des tests, vous me le dites, et je me ferai un plaisir de vous donner les résultats.

Cordialement.
Artemus24.
@+