martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 896 forks source link

Automesh startet nicht nach Stromausfall #520

Closed romakrau closed 10 months ago

romakrau commented 10 months ago

ESP D1 8266 Mini geflasht mit 000000 und 002000

Der Automesh mode startet nicht nach einem Stromausfall. Der WiFi-Repeater ist aber im Netzwerk sichtbar und erreichbar. Meine SSID enthält Leerzeichen, die aber kein Problem bei der Verbindung darstellen. Irgendeine Idee?

romakrau commented 10 months ago

Der Automesh mode startet wohl aber ich bekomme vom Client keien Verbindung ins Internet. Anbei die Ausgabe beim Start und die Route:

`▒▒H▒H▒▒▒Repeater V2.2.16 starting

running rom 0 Config found and loaded (3216 Bytes) Starting Console TCP Server on port 7777 Starting Web Config Server on port 80 mode : sta(48:55:19:00:46:5c) + softAP(24:24:01:a3:17:52) add if0 add if1 dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1) bcn 100 scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 13 cnt

connected with Finger von die Box, channel 6 dhcp client start... connect to ssid Finger von die Box, bssid 74:42:7f:58:9e:52, channel 6 add 1 aid 1 station: ac:81:12:4c:9d:3c join, AID = 1 station: ac:81:12:4c:9d:3c join, AID = 1 ip:192.168.187.249,mask:255.255.255.0,gw:192.168.187.1 ip:192.168.187.249,mask:255.255.255.0,gw:192.168.187.1,dns:192.168.187.1 Automesh successfully configured and started station: ac:81:12:4c:9d:3c leave, AID = 1 rm 1 station: ac:81:12:4c:9d:3c leave, AID = 1 add 1 aid 1 station: ac:81:12:4c:9d:3c join, AID = 1 station: ac:81:12:4c:9d:3c join, AID = 1 Routing table: Network Dest 10.24.1.0/24 ew1 192.168.187.0/24 ew0 127.0.0.0/8 lo0 default 192.168.187.1 CMD> `

romakrau commented 10 months ago

Nachdem ich ein ota switch ausgeführt habe kann ich mich mit dem Internet verbinden.