La partie interessant je pense:
Les deux lignes "dhcp client: bound <ip public>/255.255.255.0 via x.x.x.254 for 300 seconds." apparaissent a moins de 300s d'interval, donc a priori, rien à voir avec le bail.
C'est pas super clair, mais on dirait qu'il y a:
- soit un watchdog "WAN Connection: WAN(0) link down." qui vérifie si Internet fonctionne et déclenche une action "rc_service: httpd 1416:notify_rc restart_wan_if 0;restart_stubby". Ce qui déclenche un renew de l'IP et un restart de miniupnpd au passage.
- soit le cable qui bagotte entre l'ONT et ton routeur.
Comme piste de résolution, je dirais:
- T'aurais pas une case coché quelque part qui permet de savoir si Internet est UP ou non, pour un failover sur un autre lien par exemple?
- As tu essayé avec un autre cable réseau?
Code Sélectionner
Sep 15 11:53:22 rc_service: httpd 1416:notify_rc restart_wan_if 0;restart_stubby
Sep 15 11:53:23 WAN Connection: WAN(0) link down.
Sep 15 11:53:53 wan: finish adding multi routes
Sep 15 11:53:55 miniupnpd[7785]: shutting down MiniUPnPd
Sep 15 11:53:55 miniupnpd: it is advised to use network interface name instead of 192.168.50.1/255.255.255.0
Sep 15 11:53:55 miniupnpd[8483]: HTTP listening on port 52514
Sep 15 11:53:55 miniupnpd[8483]: Listening for NAT-PMP/PCP traffic on port 5351
Sep 15 11:53:55 dhcp client: bound <ip public>/255.255.255.0 via x.x.x.x.254 for 300 seconds.
Sep 15 11:53:59 WAN Connection: WAN was restored.
Sep 15 11:54:29 ntp: start NTP update
Sep 15 11:55:32 rc_service: httpd 1416:notify_rc restart_wan_if 0;restart_stubby
Sep 15 11:55:34 wan: finish adding multi routes
Sep 15 11:55:34 miniupnpd[8483]: shutting down MiniUPnPd
Sep 15 11:55:34 miniupnpd: it is advised to use network interface name instead of 192.168.50.1/255.255.255.0
Sep 15 11:55:34 miniupnpd[8934]: HTTP listening on port 55270
Sep 15 11:55:34 miniupnpd[8934]: Listening for NAT-PMP/PCP traffic on port 5351
Sep 15 11:55:49 ntp: start NTP update
Sep 15 11:57:24 rc_service: httpd 1416:notify_rc restart_wan_if 0;restart_stubby
Sep 15 11:57:26 wan: finish adding multi routes
Sep 15 11:57:27 miniupnpd[8934]: shutting down MiniUPnPd
Sep 15 11:57:27 miniupnpd: it is advised to use network interface name instead of 192.168.50.1/255.255.255.0
Sep 15 11:57:27 miniupnpd[9403]: HTTP listening on port 55662
Sep 15 11:57:27 miniupnpd[9403]: Listening for NAT-PMP/PCP traffic on port 5351
Sep 15 11:57:27 dhcp client: bound <ip public>/255.255.255.0 via x.x.x.254 for 300 seconds.
Sep 15 11:57:44 WAN Connection: WAN was restored.
Les deux lignes "dhcp client: bound <ip public>/255.255.255.0 via x.x.x.254 for 300 seconds." apparaissent a moins de 300s d'interval, donc a priori, rien à voir avec le bail.
C'est pas super clair, mais on dirait qu'il y a:
- soit un watchdog "WAN Connection: WAN(0) link down." qui vérifie si Internet fonctionne et déclenche une action "rc_service: httpd 1416:notify_rc restart_wan_if 0;restart_stubby". Ce qui déclenche un renew de l'IP et un restart de miniupnpd au passage.
- soit le cable qui bagotte entre l'ONT et ton routeur.
Comme piste de résolution, je dirais:
- T'aurais pas une case coché quelque part qui permet de savoir si Internet est UP ou non, pour un failover sur un autre lien par exemple?
- As tu essayé avec un autre cable réseau?