Aansluiten Ubiquiti Unifi-apparatuur + tv-ontvangers

Ik heb er nog / niet naar gekeken omdat ik niet goed weet waar ik moet kijken om dit “uit te schakelen dus moet in overleg met mijn grote vriend google

Hi Reinier,

We zijn inmiddels klaar met onze verhuizing en vandaag heb ik wat tijd gepakt om de FRITZ!Box te vervangen door de USG (i.c.m. de meegeleverde converter van Tweak). Dit is nog niet volledig gelukt.

  1. Internet werkt, maar Dynamic DNS en port forwarding (zowel via extern IP als via Dynamic DNS) niet. Zo kan ik bijv. niet meer op mijn NAS komen met de externe route die ik hier normaliter voor gebruikte (en wat met de FRITZ!Box wél werkte)

  2. De TV-ontvanger geeft foutmelding S002 Zenderlijst - Zenderlijst of netwerkverbinding niet beschikbaar. Dit gebeurt als ik Port Profile ‘Tweak - TV’ toewijs aan de betreffende poort op de switch, maar ook als ik hier ‘All’ selecteer.

Ik heb de JSON van Github gebruikt: https://github.com/janvanzoggel/unifi-security-gateway-tweak Wellicht mis ik daar toch nog wat settings in?

Bij de USG zie ik overigens WAN IP 0.0.0.0 staan; iets wat ook niet helemaal lijkt te kloppen:

image

Ik vermoed dat je in ieder geval de macadressen moet teovoegen. TV vlan en Internet VLAN moeten aparte macadressen hebben.
Eerder zijn er andere configs gedeeld (ook door mij) waar deze regels wel in zitten. daarnaast mis je wat regels voor NAT/VPN omdat de controler niet meer het correcte internet netwerk kan herkennen. dus dit moet je handmatig meegeven.

{  
    "interfaces":{  
        "ethernet":{  
            "eth0":{
                "vif":{  
                    "4":{  
                        "address":[  
                            "dhcp"
                        ],
                        "description":"IPTV",
                        "mac":"xx:xx:xx:xx:xx:14",
                        "dhcp-options":{  
                            "client-option":[  
                                "send vendor-class-identifier "IPTV_RG";",
                                "request subnet-mask, routers, rfc3442-classless-static-routes;"
                            ],
                            "default-route":"no-update",
                            "default-route-distance":"220",
                            "name-server":"update"
                        },
                        "ip":{  
                            "source-validation":"loose"
                        }
                    },
                    "34":{  
                        "mac":"xx:xx:xx:xx:xx:12"
                    }
                }
            }
        }
    },
    "port-forward":{  
        "auto-firewall":"enable",
        "wan-interface":"eth0.34"
    },
    "protocols":{  
        "static":{  
            "interface-route":{  
                "0.0.0.0/0":{  
                    "next-hop-interface":{  
                        "eth0.34":"''"
                    }
                }
            },
            "route": {
                "185.24.175.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                },
                "185.41.48.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                }
            }
        },
        "igmp-proxy":{  
            "interface":{  
                "eth0.4":{  
                    "alt-subnet":[  
                        "0.0.0.0/0"
                    ],
                    "role":"upstream",
                    "threshold":"1"
                },
                "eth1.444":{  
                    "role":"downstream",
                    "threshold":"1",
                    "whitelist":[
                         "239.0.3.0/16",
                         "225.0.71.0/24",
                         "224.0.0.0/16"
					]
                },
                "eth0.34":{  
                    "role":"disabled",
                    "threshold":"1"
                },
                "eth1":{  
                    "role":"disabled",
                    "threshold":"1"
                }
            }
        }
    },
    "service":{  
        "lldp":{  
            "interface":{  
                "eth0":{  
                    "disable":"''"
                }
            }
        },
        "dns":{  
            "forwarding":{  
                "except-interface":[  
                    "eth0",
                    "eth0.34",
                    "eth0.4"
                ]
            }
        },
        "nat":{  
            "rule":{  
                "5001":{  
                    "description":"MASQ corporate_network to IPTV network",
                    "log":"disable",
                    "outbound-interface":"eth0.4",
                    "protocol":"all",
                    "type":"masquerade"
                },
                "6001":{  
                    "description":"MASQ corporate_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"corporate_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6002":{  
                    "description":"MASQ remote_user_vpn_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"remote_user_vpn_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6003":{  
                    "description":"MASQ guest_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"guest_network"
                        }
                    },
                    "type":"masquerade"
                }
            }
        }
    },
    "vpn":{  
        "ipsec":{  
            "auto-firewall-nat-exclude":"disable",
            "ipsec-interfaces":{  
                "interface":[  
                    "eth0.34"
                ]
            },
            "nat-traversal":"enable"
        },
        "l2tp":{  
            "remote-access":{  
                "dhcp-interface":"eth0.34"
            }
        }
    }
}


Let op ik heb bovenstaande geedit. beste eerst door een json checker halen.
Maar geeft een idee wat bij mij jaren goed heeft gewerkt. VLAN444 in het netwerk waarom de kastjes werkten. (eigen netwerk om storingen te voorkomen)
Daarnaast moet de config in de controller voor de WAN interface eerst goed gezet worden (vlan etc)

Het 0.0.0.0 wan adres blijft. totdat Ubiquiti dit heeft gecoorigeerd. maar ze hebben het al een tijdje belooft, maar het werkt nog steeds niet.

Enneh… Moet ik de MAC adressen zo laten staan of moeten de ‘xx:xx:xx:xx:xx’-reeksen met bepaalde waardes worden gevuld?

Ik zal het zo eens proberen met jouw JSON!

die xx moet je vervangen door een eigen macadres. zolang beide maar niet gelijk zijn.
Ik had daar het macadres van de fritzbox staan en voor de TV gedeelte +2 (12 en 14 aan het einde)
Let wel op ik had een USG Pro. ik heb wel de interfaces aangepast in bovenstaande maar kan een foutje gemaakt hebben.

Hi Reinier,

Ik krijg het niet aan de praat; hopelijk kun je me verder helpen. Onderstaande codes komen letterlijk uit mijn geteste JSON-bestanden:

Nummer 1:

{  
    "interfaces":{  
        "ethernet":{  
            "eth0":{
                "description": "WAN",
                "duplex": "auto",
                "speed": "auto",
                "vif":{  
                    "4": {
                        "address": [
                            "dhcp"
                        ],
                        "description": "eth0.4 - IPTV",
                        "dhcp-options": {
                            "client-option": [
                                "request subnet-mask, routers, rfc3442-classless-static-routes;"
                            ],
                            "default-route": "no-update",
                            "default-route-distance": "210"
                        }
                    },
                    "34":{  
                        "description": "eth0.34 - Internet",
                        "address":[  
                            "dhcp"
                        ],
                        "egress-qos":"0:2",
                        "dhcp-options":{  
                             "default-route":"update",
                             "default-route-distance":"1",
                             "name-server":"no-update"
                        },
                        "firewall":{  
                            "in":{  
                                "ipv6-name":"WANv6_IN",
                                "name":"WAN_IN"
                            },
                            "local":{  
                                "ipv6-name":"WANv6_LOCAL",
                                "name":"WAN_LOCAL"
                            },
                            "out":{  
                                "ipv6-name":"WANv6_OUT",
                                "name":"WAN_OUT"
                            }
                        }
                    }
                }
            }
        }
    },
    "protocols": {
        "igmp-proxy": {
            "interface": {
                "eth1": {
                    "role": "downstream",
                    "threshold": "1",
                    "whitelist": [
                        "239.0.0.0/16",
                        "225.0.71.0/24",
                        "224.0.0.0/16"
                    ]
                },
                "eth0": {
                    "role": "disabled",
                    "threshold": "1"
                },
                "eth0.4": {
                    "alt-subnet": [
                        "0.0.0.0/0"
                    ],
                    "role": "upstream",
                    "threshold": "1"
                },
                "eth0.34": {
                    "role": "disabled",
                    "threshold": "1"
                },
                "eth2": {
                    "role": "disabled",
                    "threshold": "1"
                }
            }
        }
    },
    "service": {
        "nat": {
            "rule": {
                "5000": {
                    "description": "MASQ corporate_network to IPTV network",
                    "log": "disable",
                    "outbound-interface": "eth0.4",
                    "protocol": "all",
                    "type": "masquerade"
                },
                "5001": {
                    "description": "MASQ corporate_network to WAN",
                    "log": "disable",
                    "outbound-interface": "eth0.34",
                    "protocol": "all",
                    "type": "masquerade"
                }
            }
        }
    }
}
  • Internet werkt
  • Port forwarding werkt niet
  • Dynamic DNS werkt niet
  • Live TV via ontvanger werkt niet

Nummer 2:

{  
    "interfaces":{  
        "ethernet":{  
            "eth0":{
				"description": "WAN",
                "duplex": "auto",
                "speed": "auto",
                "vif":{  
                    "4":{  
                        "address":[  
                            "dhcp"
                        ],
                        "description":"eth0.4 - IPTV",
                        "mac":"DC:15:C8:B6:CD:7E",
                        "dhcp-options":{  
                            "client-option":[  
                                "send vendor-class-identifier "IPTV_RG";",
                                "request subnet-mask, routers, rfc3442-classless-static-routes;"
                            ],
                            "default-route":"no-update",
                            "default-route-distance":"220",
                            "name-server":"update"
                        },
                        "ip":{  
                            "source-validation":"loose"
                        }
                    },
                    "34":{  
                        "mac":"DC:15:C8:B6:CD:8D"
                    }
                }
            }
        }
    },
    "port-forward":{  
        "auto-firewall":"enable",
        "wan-interface":"eth0.34"
    },
    "protocols":{  
        "static":{  
            "interface-route":{  
                "0.0.0.0/0":{  
                    "next-hop-interface":{  
                        "eth0.34":"''"
                    }
                }
            },
            "route": {
                "185.24.175.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                },
                "185.41.48.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                }
            }
        },
        "igmp-proxy":{  
            "interface":{  
                "eth0.4":{  
                    "alt-subnet":[  
                        "0.0.0.0/0"
                    ],
                    "role":"upstream",
                    "threshold":"1"
                },
                "eth1.444":{  
                    "role":"downstream",
                    "threshold":"1",
                    "whitelist":[
                         "239.0.3.0/16",
                         "225.0.71.0/24",
                         "224.0.0.0/16"
					]
                },
                "eth0.34":{  
                    "role":"disabled",
                    "threshold":"1"
                },
                "eth1":{  
                    "role":"disabled",
                    "threshold":"1"
                }
            }
        }
    },
    "service":{  
        "lldp":{  
            "interface":{  
                "eth0":{  
                    "disable":"''"
                }
            }
        },
        "dns":{  
            "forwarding":{  
                "except-interface":[  
                    "eth0",
                    "eth0.34",
                    "eth0.4"
                ]
            }
        },
        "nat":{  
            "rule":{  
                "5001":{  
                    "description":"MASQ corporate_network to IPTV network",
                    "log":"disable",
                    "outbound-interface":"eth0.4",
                    "protocol":"all",
                    "type":"masquerade"
                },
                "6001":{  
                    "description":"MASQ corporate_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"corporate_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6002":{  
                    "description":"MASQ remote_user_vpn_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"remote_user_vpn_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6003":{  
                    "description":"MASQ guest_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"guest_network"
                        }
                    },
                    "type":"masquerade"
                }
            }
        }
    },
    "vpn":{  
        "ipsec":{  
            "auto-firewall-nat-exclude":"disable",
            "ipsec-interfaces":{  
                "interface":[  
                    "eth0.34"
                ]
            },
            "nat-traversal":"enable"
        },
        "l2tp":{  
            "remote-access":{  
                "dhcp-interface":"eth0.34"
            }
        }
    }
}
  • USG blijft in een provisioning-loop hangen. Internet en TV werken beide niet.

Ik heb echt geen flauw idee wat ik over het hoofd zie en waarom het niet werkt. Het is anderen blijkbaar wel gelukt om een vergelijkbare setup werkend te krijgen. Moet ik - naast het JSON-bestand met code ‘Nummer 2’ nog andere zaken in de UI wijzigen om het werkend te krijgen? Of is de provisioning-loop sowieso een teken dat íéts niet goed gaat en moet het in de JSON worden gezocht?

Heb je de json door een tester gehaald? Een misplaatste komma en het werkt niet. Bijv https://jsonlint.com

Oh ik gebruik vlan444 intern voor de tv kastjes. Als dat vlan niet bestaat moet je die uit de json verwijderen. Ik neem aaan dat internet wel werk zonder config bestand? Mijn config gaat er vanuit dat je demonteren connectie in de controller inregeld.

Internet werkt inderdaad zonder config bestand, mits ik onderstaande settings voor WAN gebruik:

image

Bij de eerste poging met de USG, werkte Internet (en logischerwijs TV) in zijn geheel níét; dat was verholpen nadat ik deze VLAN-setting heb ingevoerd.

Ik heb vlan444 weggehaald. Deze gebruik ik niet; ik had er niet bij stilgestaan dat dit problemen met de verbinding kon veroorzaken.

Ik heb de JSON aangepast naar onderstaande:

{  
    "interfaces":{  
        "ethernet":{  
            "eth0":{
				"description": "WAN",
                "duplex": "auto",
                "speed": "auto",
                "vif":{  
                    "4":{  
                        "address":[  
                            "dhcp"
                        ],
                        "description":"eth0.4 - IPTV",
                        "mac":"DC:15:C8:B6:CD:7E",
                        "dhcp-options":{  
                            "client-option":[  
                                "send vendor-class-identifier "IPTV_RG";",
                                "request subnet-mask, routers, rfc3442-classless-static-routes;"
                            ],
                            "default-route":"no-update",
                            "default-route-distance":"220",
                            "name-server":"update"
                        },
                        "ip":{  
                            "source-validation":"loose"
                        }
                    },
                    "34":{  
                        "mac":"DC:15:C8:B6:CD:8D"
                    }
                }
            }
        }
    },
    "port-forward":{  
        "auto-firewall":"enable",
        "wan-interface":"eth0.34"
    },
    "protocols":{  
        "static":{  
            "interface-route":{  
                "0.0.0.0/0":{  
                    "next-hop-interface":{  
                        "eth0.34":"''"
                    }
                }
            },
            "route": {
                "185.24.175.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                },
                "185.41.48.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                }
            }
        },
        "igmp-proxy": {
            "interface": {
                "eth1": {
                    "role": "downstream",
                    "threshold": "1",
                    "whitelist": [
                        "239.0.0.0/16",
                        "225.0.71.0/24",
                        "224.0.0.0/16"
                    ]
                },
                "eth0": {
                    "role": "disabled",
                    "threshold": "1"
                },
                "eth0.4": {
                    "alt-subnet": [
                        "0.0.0.0/0"
                    ],
                    "role": "upstream",
                    "threshold": "1"
                },
                "eth0.34": {
                    "role": "disabled",
                    "threshold": "1"
                },
                "eth2": {
                    "role": "disabled",
                    "threshold": "1"
                }
            }
        }
    },
    "service":{  
        "lldp":{  
            "interface":{  
                "eth0":{  
                    "disable":"''"
                }
            }
        },
        "dns":{  
            "forwarding":{  
                "except-interface":[  
                    "eth0",
                    "eth0.34",
                    "eth0.4"
                ]
            }
        },
        "nat":{  
            "rule":{  
                "5001":{  
                    "description":"MASQ corporate_network to IPTV network",
                    "log":"disable",
                    "outbound-interface":"eth0.4",
                    "protocol":"all",
                    "type":"masquerade"
                },
                "6001":{  
                    "description":"MASQ corporate_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"corporate_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6002":{  
                    "description":"MASQ remote_user_vpn_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"remote_user_vpn_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6003":{  
                    "description":"MASQ guest_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"guest_network"
                        }
                    },
                    "type":"masquerade"
                }
            }
        }
    },
    "vpn":{  
        "ipsec":{  
            "auto-firewall-nat-exclude":"disable",
            "ipsec-interfaces":{  
                "interface":[  
                    "eth0.34"
                ]
            },
            "nat-traversal":"enable"
        },
        "l2tp":{  
            "remote-access":{  
                "dhcp-interface":"eth0.34"
            }
        }
    }
}

Op dit moment lijkt Internet stabiel te werken en ook live tv werkt. Ik heb met PuTTy ingelogd om mijn USG (dus niet op mijn Cloud Key) en ‘sudo modprobe nf_nat_rtsp’ uitgevoerd. Daarna werkt terugkijken van programma’s via de tv-ontvanger (en ‘begin gemist’) ook goed!

Ook de externe toegangen via dynamic DNS lijken allemaal te werken!

Dat ziet er dus allemaal fantastisch uit. Wat ik alleen niet snap: hoe komt het dat ik geen poorten op mijn switch(es) hoef te taggen? Daar ben ik namelijk vanuit gegaan, maar dit (b)lijkt niet nodig te zijn.

Waarom wil je poorten taggen? Als je maar 1 lan hebt ? En je Usg hangt neem ik aan direct aan de mediaconverter?

Ik dacht dat dit nodig was omdat Internet en TV via twee verschillende VLAN’s lopen.

USG hangt inderdaad rechtstreeks aan de converter.

Ik merk wel dat de tv-ontvanger verre van goed functioneert. De meeste keren dat deze wordt opgestart, krijg ik een zwart beeld met af en toe een witte flits. Tv kijken gaat in dat geval niet en menu etc. is ook niet te openen. Er wordt geen foutmelding getoond.

Edit: net de Amino even van de spanning gehaald en weer aangesloten. Deze blijft een tijd hangen op Canal Digitaal-scherm met ‘Starting Network’ links onderin beeld, voordat-ie verder gaat met ‘Synchronizing system clock’. Dat staat nu al enkele minuten in beeld.

Ik vermoed dat de 10.10.48.1 bij jou dan anders moet zijn. Je kan inloggen op de USG en controleren wat de gateway is van de eth0.4 gelukkig wijzigd deze bij tweak zelden tot nooit.
Ik heb helaas geen USG meer maar het was iets als
Show dhcp cliënt ……
Daarnaast moet wel igmosnooping aanstaan op het netwerk en moet je (indien je deze hebt aangemaakt) die extra vlan only netwerken met I’d 34 en 4 worden verwijderd.

1 like

De extra VLAN Only-netwerken waren al verwijderd. Ik heb net IGMP Snooping ingeschakeld op LAN1:

image

Hierna gaat mijn USG weer in een Provisioning-/reboot-loop. Logischerwijs heb ik IGMP Snooping weer uitgeschakeld op LAN1… met helaas een ongewijzigd resultaat. USG blijft lange tijd op ‘Provisioning’ staan, waarna deze weer opnieuw opstart. Dit herhaalt zich inmiddels voor de vijfde keer.

Wanneer USG op status ‘Provisioning’ staat, werkt Internet overigens wel gewoon. Dit duurt elke keer een aantal minuten, voordat de verbinding weer wegvalt en de USG opnieuw gaat starten/provisionen.

Dit is dus een stap terug ten opzichte van gisterenavond :frowning:

Kun je ok de error zien die je krijgt tijdens de loop?
IN de oude interface staat die bij de alerts. Je kan eventueel ook inloggen op de USG en dan een:
tail -f /var/log/messages doen.
Dan komt de error voorbij. kan namelijk iets heel simpels zijn. Alle vlans die je hebt moeten wel gespecificeerd zijn in het igmpproxy stukje.

Het enige dat ik bij de alerts zie, is dit:

image

Bij uitvoeren van tail -f /var/log/messages, zie ik onderstaande twee meldingen (10.20.0.241 is IP-adres van mijn Cloud Key en Gateway-FuseBox is de naam van de USG):

image

In de logging van de USG (bestand messages in /var/log) zie ik nog wat meer regels (waar ik gegevens zoals extern IP en Dynamic DNS adres even heb weggehaald):

Feb  4 13:38:24 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 13:38:24 Gateway-FuseBox kernel: Linux version 3.10.107-UBNT (ubnt@c48f4db561b3) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Wed Oct 20 08:38:35 UTC 2021
Feb  4 13:38:24 Gateway-FuseBox kernel: CVMSEG size: 2 cache lines (256 bytes)
Feb  4 13:38:24 Gateway-FuseBox kernel: Checking for the multiply/shift bug... no.
Feb  4 13:38:24 Gateway-FuseBox kernel: Checking for the daddiu bug... no.
Feb  4 13:38:24 Gateway-FuseBox kernel: Zone ranges:
Feb  4 13:38:24 Gateway-FuseBox kernel:  DMA32    [mem 0x00400000-0xefffffff]
Feb  4 13:38:24 Gateway-FuseBox kernel:  Normal   [mem 0xf0000000-0x41fefffff]
Feb  4 13:38:24 Gateway-FuseBox kernel: Movable zone start for each node
Feb  4 13:38:24 Gateway-FuseBox kernel: Early memory node ranges
Feb  4 13:38:24 Gateway-FuseBox kernel:  node   0: [mem 0x00400000-0x00a86fff]
Feb  4 13:38:24 Gateway-FuseBox kernel:  node   0: [mem 0x00d00000-0x080fffff]
Feb  4 13:38:24 Gateway-FuseBox kernel:  node   0: [mem 0x08300000-0x0fefffff]
Feb  4 13:38:24 Gateway-FuseBox kernel:  node   0: [mem 0x410300000-0x41fefffff]
Feb  4 13:38:24 Gateway-FuseBox kernel: Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
Feb  4 13:38:24 Gateway-FuseBox kernel: Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
Feb  4 13:38:24 Gateway-FuseBox kernel: Secondary unified cache 128kB, 8-way, 128 sets, linesize 128 bytes.
Feb  4 13:38:24 Gateway-FuseBox kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125878
Feb  4 13:38:24 Gateway-FuseBox kernel: Kernel command line:  bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
Feb  4 13:38:24 Gateway-FuseBox kernel: Checking for the daddi bug... no.
Feb  4 13:38:24 Gateway-FuseBox kernel: SCSI subsystem initialized
Feb  4 13:38:24 Gateway-FuseBox kernel: octeon_pci_console: Console not created.
Feb  4 13:38:24 Gateway-FuseBox kernel: Bootbus flash: Setting flash for 8MB flash at 0x1f400000
Feb  4 13:38:24 Gateway-FuseBox kernel: phys_mapped_flash: Swapping erase regions for top-boot CFI table.
Feb  4 13:38:24 Gateway-FuseBox kernel: number of CFI chips: 1
Feb  4 13:38:24 Gateway-FuseBox kernel: 3 cmdlinepart partitions found on MTD device phys_mapped_flash
Feb  4 13:38:24 Gateway-FuseBox kernel: Creating 3 MTD partitions on "phys_mapped_flash":
Feb  4 13:38:24 Gateway-FuseBox kernel: 0x000000000000-0x000000080000 : "boot0"
Feb  4 13:38:24 Gateway-FuseBox kernel: 0x000000080000-0x000000100000 : "boot1"
Feb  4 13:38:24 Gateway-FuseBox kernel: 0x000000100000-0x000000110000 : "eeprom"
Feb  4 13:38:24 Gateway-FuseBox kernel: scsi 0:0:0:0: Direct-Access              UDinfo UF2 4GB   PMAP PQ: 0 ANSI: 6
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  4 13:38:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Feb  4 13:38:24 Gateway-FuseBox kernel: Algorithmics/MIPS FPU Emulator v1.5
Feb  4 13:38:24 Gateway-FuseBox kernel: ubnt_platform: module license 'Proprietary' taints kernel.
Feb  4 13:38:24 Gateway-FuseBox kernel: Disabling lock debugging due to kernel taint
Feb  4 13:38:24 Gateway-FuseBox kernel: octeon-ethernet 2.0
Feb  4 13:38:24 Gateway-FuseBox kernel: Node 0 Interface 0 has 3 ports (RGMII)
Feb  4 13:38:26 Gateway-FuseBox kernel: ip_set: protocol 6
Feb  4 13:38:29 Gateway-FuseBox zebra[753]: Zebra 0.99.20.1 starting: vty@0
Feb  4 13:38:33 Gateway-FuseBox rl-system.init: Checking/creating SSH host keys.
Feb  4 13:38:52 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 13:38:52 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 13:39:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:39:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <UP,BROADCAST,MULTICAST>.
Feb  4 13:39:37 Gateway-FuseBox kernel: eth2: Link down
Feb  4 13:39:38 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <BROADCAST,MULTICAST>.
Feb  4 13:39:41 Gateway-FuseBox zebra[753]: interface eth1 index 3 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:39:41 Gateway-FuseBox kernel: eth1: 1000 Mbps Full duplex, port 1
Feb  4 13:39:47 Gateway-FuseBox zebra[753]: interface eth0 index 2 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:39:47 Gateway-FuseBox kernel: eth0: 1000 Mbps Full duplex, port 0
Feb  4 13:39:49 Gateway-FuseBox zebra[753]: interface eth1.20 index 6 <BROADCAST,MULTICAST> added.
Feb  4 13:39:49 Gateway-FuseBox zebra[753]: interface eth1.20 index 6 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:39:53 Gateway-FuseBox zebra[753]: interface eth1.10 index 7 <BROADCAST,MULTICAST> added.
Feb  4 13:39:53 Gateway-FuseBox zebra[753]: interface eth1.10 index 7 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:39:58 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 <BROADCAST,MULTICAST> added.
Feb  4 13:39:58 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:40:02 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 <BROADCAST,MULTICAST> added.
Feb  4 13:40:02 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 13:40:12 Gateway-FuseBox ntpd[2617]: ntpd 4.2.6p2@1.2194-o Wed Oct 20 08:07:57 UTC 2021 (1)
Feb  4 13:40:12 Gateway-FuseBox ntpd[2618]: proto: precision = 48.782 usec
Feb  4 13:40:14 Gateway-FuseBox ntpd_intres[2620]: host name not found: 0.ubnt.pool.ntp.org
Feb  4 13:40:14 Gateway-FuseBox ntpd_intres[2620]: host name not found: 1.ubnt.pool.ntp.org
Feb  4 13:40:14 Gateway-FuseBox ntpd_intres[2620]: host name not found: 2.ubnt.pool.ntp.org
Feb  4 13:40:14 Gateway-FuseBox ntpd_intres[2620]: host name not found: 3.ubnt.pool.ntp.org
Feb  4 13:40:15 Gateway-FuseBox ntpd[2618]: ntpd exiting on signal 15
Feb  4 13:40:17 Gateway-FuseBox ntpd[2795]: ntpd 4.2.6p2@1.2194-o Wed Oct 20 08:07:57 UTC 2021 (1)
Feb  4 13:40:17 Gateway-FuseBox ntpd[2796]: proto: precision = 55.601 usec
Feb  4 13:40:18 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 13:40:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=16, pid=0
Feb  4 13:40:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=17, pid=0
Feb  4 13:40:19 Gateway-FuseBox ntpd_intres[2799]: host name not found: 0.ubnt.pool.ntp.org
Feb  4 13:40:19 Gateway-FuseBox ntpd_intres[2799]: host name not found: 1.ubnt.pool.ntp.org
Feb  4 13:40:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=18, pid=0
Feb  4 13:40:19 Gateway-FuseBox ntpd_intres[2799]: host name not found: 2.ubnt.pool.ntp.org
Feb  4 13:40:19 Gateway-FuseBox ntpd_intres[2799]: host name not found: 3.ubnt.pool.ntp.org
Feb  4 13:40:19 Gateway-FuseBox ubnt-service-ssh: waiting for netplugd to be started...
Feb  4 13:40:21 Gateway-FuseBox ubnt-service-igmpproxy: waiting for netplugd to be started...
Feb  4 13:40:23 Gateway-FuseBox ubnt-service-gui: waiting for netplugd to be started...
Feb  4 13:40:24 Gateway-FuseBox avahi-daemon[2947]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Feb  4 13:40:27 Gateway-FuseBox dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R8
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Copyright 2004-2013 Internet Systems Consortium.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: All rights reserved.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Wrote 0 class decls to leases file.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Wrote 0 deleted host decls to leases file.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Wrote 84 leases to leases file.
Feb  4 13:40:27 Gateway-FuseBox dhcpd: 
Feb  4 13:40:27 Gateway-FuseBox dhcpd: No subnet declaration for eth0.34 (IP-adres weggehaald).
Feb  4 13:40:27 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.34.  If this is not what
Feb  4 13:40:27 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  4 13:40:27 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  4 13:40:27 Gateway-FuseBox dhcpd:    to which interface eth0.34 is attached. **
Feb  4 13:40:27 Gateway-FuseBox dhcpd: 
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Listening on LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 13:40:27 Gateway-FuseBox dhcpd: 
Feb  4 13:40:27 Gateway-FuseBox dhcpd: No subnet declaration for eth0.4 (10.10.45.96).
Feb  4 13:40:27 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.4.  If this is not what
Feb  4 13:40:27 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  4 13:40:27 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  4 13:40:27 Gateway-FuseBox dhcpd:    to which interface eth0.4 is attached. **
Feb  4 13:40:27 Gateway-FuseBox dhcpd: 
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Listening on LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Sending on   LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Listening on LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 13:40:27 Gateway-FuseBox dhcpd: Sending on   Socket/fallback/fallback-net
Feb  4 13:40:27 Gateway-FuseBox dhcpd: DHCPDISCOVER from f4:f5:d8:eb:33:ac (Chromecast) via eth1
Feb  4 13:40:28 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.110 to f4:f5:d8:eb:33:ac (Chromecast) via eth1
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[2] = Chromecast.localdomain
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.110
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[4] = f4:f5:d8:eb:33:ac
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 13:40:28 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 13:40:29 Gateway-FuseBox kernel: IPv4: martian source 8.8.8.8 from 192.168.255.249, on dev eth1
Feb  4 13:40:29 Gateway-FuseBox kernel: ll header: 00000000: ff ff ff ff ff ff f4 f5 d8 eb 33 ac 08 06        ..........3...
Feb  4 13:40:29 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.110 (10.20.0.1) from f4:f5:d8:eb:33:ac (Chromecast) via eth1
Feb  4 13:40:29 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.110 to f4:f5:d8:eb:33:ac (Chromecast) via eth1
Feb  4 13:40:30 Gateway-FuseBox kernel: IPv4: martian source 8.8.8.8 from 192.168.255.249, on dev eth1
Feb  4 13:40:30 Gateway-FuseBox kernel: ll header: 00000000: ff ff ff ff ff ff f4 f5 d8 eb 33 ac 08 06        ..........3...
Feb  4 13:40:31 Gateway-FuseBox kernel: IPv4: martian source 8.8.8.8 from 192.168.255.249, on dev eth1
Feb  4 13:40:31 Gateway-FuseBox kernel: ll header: 00000000: ff ff ff ff ff ff f4 f5 d8 eb 33 ac 08 06        ..........3...
Feb  4 13:40:35 Gateway-FuseBox dhcpd: DHCPDISCOVER from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 13:40:36 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[2] = Google-Home-Mini.localdomain
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.57
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[4] = 44:7:b:c4:4c:dd
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 13:40:36 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 13:40:36 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.57 (10.20.0.1) from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 13:40:36 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 13:40:39 Gateway-FuseBox dhcpd: DHCPDISCOVER from c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 13:40:40 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.35 to c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[2] = HarmonyHub.localdomain
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.35
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[4] = c8:db:26:6:46:70
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 13:40:40 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 13:40:40 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.35 (10.20.0.1) from c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 13:40:40 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.35 to c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 13:40:46 Gateway-FuseBox ddclient[3212]: WARNING:  updating (DynDNS - weggehaald): nochg: No update required; unnecessary attempts to change to the current address are considered abusive
Feb  4 13:40:47 Gateway-FuseBox ubnt-service-upnp2: waiting for netplugd to be started...
Feb  4 13:40:58 Gateway-FuseBox netplugd: Starting network plug daemon: netplugd.
Feb  4 13:41:01 Gateway-FuseBox mcad: mcad[3404]: ace_reporter.set_default_localtime(): failed to get /usr/lib/build.properties
Feb  4 13:41:02 Gateway-FuseBox ubnt-service-gui: starting the GUI service.
Feb  4 13:41:03 Gateway-FuseBox dpi_wlan_fw_rules.pl: dpi_wlan_fw_rules.pl started
Feb  4 13:41:03 Gateway-FuseBox ubnt-service-igmpproxy: starting the IGMP proxy service (see messages from igmpproxy).
Feb  4 13:41:04 Gateway-FuseBox ubnt-service-ssh: starting the SSH service (see messages from sshd).
Feb  4 13:41:06 Gateway-FuseBox ubnt-service-upnp2: starting the UPNP2 service (see messages from miniupnpd).
Feb  4 13:41:06 Gateway-FuseBox miniupnpd[3525]: could not open lease file: /var/log/upnp.leases
Feb  4 13:41:06 Gateway-FuseBox miniupnpd[3525]: HTTP listening on port 41231
Feb  4 13:41:06 Gateway-FuseBox miniupnpd[3525]: Listening for NAT-PMP/PCP traffic on port 5351
Feb  4 13:41:11 Gateway-FuseBox perl_wrapper: perl_wrapper.pl started
Feb  4 13:41:11 Gateway-FuseBox mca-monitor: mca-monitor[3408]: mca-client.service(): Failed sending request to '/tmp/.mcad' - 'No such file or directory'
Feb  4 13:43:36 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=19, pid=0
Feb  4 13:43:36 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=20, pid=0
Feb  4 13:43:37 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=21, pid=0
Feb  4 13:43:39 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=23, pid=0
Feb  4 13:43:41 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 changed <BROADCAST,MULTICAST>.
Feb  4 13:43:41 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 deleted.
Feb  4 13:43:41 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=24, pid=0
Feb  4 13:44:01 Gateway-FuseBox ubnt-service-gui: starting the GUI service.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R8
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Copyright 2004-2013 Internet Systems Consortium.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: All rights reserved.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Wrote 0 class decls to leases file.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Wrote 0 deleted host decls to leases file.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Wrote 84 leases to leases file.
Feb  4 13:44:05 Gateway-FuseBox dhcpd: 
Feb  4 13:44:05 Gateway-FuseBox dhcpd: No subnet declaration for eth0.34 (IP-adres weggehaald).
Feb  4 13:44:05 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.34.  If this is not what
Feb  4 13:44:05 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  4 13:44:05 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  4 13:44:05 Gateway-FuseBox dhcpd:    to which interface eth0.34 is attached. **
Feb  4 13:44:05 Gateway-FuseBox dhcpd: 
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Listening on LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Listening on LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Sending on   LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Listening on LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 13:44:05 Gateway-FuseBox dhcpd: Sending on   Socket/fallback/fallback-net
Feb  4 13:44:19 Gateway-FuseBox mcad: mcad[3404]: ace_reporter.reporter_fail(): Unknown[11] (http://10.20.0.241:8080/inform)
Feb  4 13:44:19 Gateway-FuseBox mcad: mcad[3404]: ace_reporter.reporter_fail(): initial contact failed #1, url=http://10.20.0.241:8080/inform, rc=11

Heeft het mogelijk iets te maken met de meldingen ‘No subnet declaration for eth0.34’ en ‘No subnet declaration for eth0.4’?

Edit: Ik zie dat je aangeeft ‘Alle vlans die je hebt moeten wel gespecificeerd zijn in het igmpproxy stukje.’… daar gaat zeer waarschijnlijk iets mis. Ik heb de volgende Networks in gebruik:

Wat moet ik voor Guest- en Security-netwerk nog toevoegen aan de JSON (VLAN 10 en 20)? Beide het volgende?:

“role”: “disabled”,
“threshold”: “1”

En dan hebben we het over eth1.10 en eth1.20, toch?

Correct. Ik zie trouwens in jou log ook geen provision error voorbij komen. Als er bij mij iets fout ging dat zag je dat netjes in de log voorbij komen. (hij probeerde het vaak genoeg)
Je ziet inderdaad alleen een melding dat de ck niet benaderd kon worden.

Ik ga het nu (16:38) nog eens proberen met beide VLANS (10 en 20) toegevoegd aan de JSON.

Resultaat is helaas hetzelfde als de vorige keer: een provisioning loop:

Feb  4 16:40:24 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 16:40:24 Gateway-FuseBox kernel: Linux version 3.10.107-UBNT (ubnt@c48f4db561b3) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Wed Oct 20 08:38:35 UTC 2021
Feb  4 16:40:24 Gateway-FuseBox kernel: CVMSEG size: 2 cache lines (256 bytes)
Feb  4 16:40:24 Gateway-FuseBox kernel: Checking for the multiply/shift bug... no.
Feb  4 16:40:24 Gateway-FuseBox kernel: Checking for the daddiu bug... no.
Feb  4 16:40:24 Gateway-FuseBox kernel: Zone ranges:
Feb  4 16:40:24 Gateway-FuseBox kernel:  DMA32    [mem 0x00400000-0xefffffff]
Feb  4 16:40:24 Gateway-FuseBox kernel:  Normal   [mem 0xf0000000-0x41fefffff]
Feb  4 16:40:24 Gateway-FuseBox kernel: Movable zone start for each node
Feb  4 16:40:24 Gateway-FuseBox kernel: Early memory node ranges
Feb  4 16:40:24 Gateway-FuseBox kernel:  node   0: [mem 0x00400000-0x00a86fff]
Feb  4 16:40:24 Gateway-FuseBox kernel:  node   0: [mem 0x00d00000-0x080fffff]
Feb  4 16:40:24 Gateway-FuseBox kernel:  node   0: [mem 0x08300000-0x0fefffff]
Feb  4 16:40:24 Gateway-FuseBox kernel:  node   0: [mem 0x410300000-0x41fefffff]
Feb  4 16:40:24 Gateway-FuseBox kernel: Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
Feb  4 16:40:24 Gateway-FuseBox kernel: Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
Feb  4 16:40:24 Gateway-FuseBox kernel: Secondary unified cache 128kB, 8-way, 128 sets, linesize 128 bytes.
Feb  4 16:40:24 Gateway-FuseBox kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125878
Feb  4 16:40:24 Gateway-FuseBox kernel: Kernel command line:  bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
Feb  4 16:40:24 Gateway-FuseBox kernel: Checking for the daddi bug... no.
Feb  4 16:40:24 Gateway-FuseBox kernel: SCSI subsystem initialized
Feb  4 16:40:24 Gateway-FuseBox kernel: octeon_pci_console: Console not created.
Feb  4 16:40:24 Gateway-FuseBox kernel: Bootbus flash: Setting flash for 8MB flash at 0x1f400000
Feb  4 16:40:24 Gateway-FuseBox kernel: phys_mapped_flash: Swapping erase regions for top-boot CFI table.
Feb  4 16:40:24 Gateway-FuseBox kernel: number of CFI chips: 1
Feb  4 16:40:24 Gateway-FuseBox kernel: 3 cmdlinepart partitions found on MTD device phys_mapped_flash
Feb  4 16:40:24 Gateway-FuseBox kernel: Creating 3 MTD partitions on "phys_mapped_flash":
Feb  4 16:40:24 Gateway-FuseBox kernel: 0x000000000000-0x000000080000 : "boot0"
Feb  4 16:40:24 Gateway-FuseBox kernel: 0x000000080000-0x000000100000 : "boot1"
Feb  4 16:40:24 Gateway-FuseBox kernel: 0x000000100000-0x000000110000 : "eeprom"
Feb  4 16:40:24 Gateway-FuseBox kernel: scsi 0:0:0:0: Direct-Access              UDinfo UF2 4GB   PMAP PQ: 0 ANSI: 6
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  4 16:40:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Feb  4 16:40:24 Gateway-FuseBox kernel: Algorithmics/MIPS FPU Emulator v1.5
Feb  4 16:40:24 Gateway-FuseBox kernel: ubnt_platform: module license 'Proprietary' taints kernel.
Feb  4 16:40:24 Gateway-FuseBox kernel: Disabling lock debugging due to kernel taint
Feb  4 16:40:24 Gateway-FuseBox kernel: octeon-ethernet 2.0
Feb  4 16:40:24 Gateway-FuseBox kernel: Node 0 Interface 0 has 3 ports (RGMII)
Feb  4 16:40:25 Gateway-FuseBox kernel: ip_set: protocol 6
Feb  4 16:40:29 Gateway-FuseBox zebra[753]: Zebra 0.99.20.1 starting: vty@0
Feb  4 16:40:33 Gateway-FuseBox rl-system.init: Checking/creating SSH host keys.
Feb  4 16:40:52 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 16:40:52 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 16:41:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:41:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <UP,BROADCAST,MULTICAST>.
Feb  4 16:41:37 Gateway-FuseBox kernel: eth2: Link down
Feb  4 16:41:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <BROADCAST,MULTICAST>.
Feb  4 16:41:40 Gateway-FuseBox zebra[753]: interface eth1 index 3 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:41:40 Gateway-FuseBox kernel: eth1: 1000 Mbps Full duplex, port 1
Feb  4 16:41:46 Gateway-FuseBox zebra[753]: interface eth0 index 2 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:41:46 Gateway-FuseBox kernel: eth0: 1000 Mbps Full duplex, port 0
Feb  4 16:41:49 Gateway-FuseBox zebra[753]: interface eth1.20 index 6 <BROADCAST,MULTICAST> added.
Feb  4 16:41:49 Gateway-FuseBox zebra[753]: interface eth1.20 index 6 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:41:53 Gateway-FuseBox zebra[753]: interface eth1.10 index 7 <BROADCAST,MULTICAST> added.
Feb  4 16:41:53 Gateway-FuseBox zebra[753]: interface eth1.10 index 7 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:41:57 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 <BROADCAST,MULTICAST> added.
Feb  4 16:41:57 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:42:01 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 <BROADCAST,MULTICAST> added.
Feb  4 16:42:01 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  4 16:42:12 Gateway-FuseBox ntpd[2636]: ntpd 4.2.6p2@1.2194-o Wed Oct 20 08:07:57 UTC 2021 (1)
Feb  4 16:42:12 Gateway-FuseBox ntpd[2637]: proto: precision = 50.462 usec
Feb  4 16:42:14 Gateway-FuseBox ntpd_intres[2639]: host name not found: 0.ubnt.pool.ntp.org
Feb  4 16:42:14 Gateway-FuseBox ntpd_intres[2639]: host name not found: 1.ubnt.pool.ntp.org
Feb  4 16:42:14 Gateway-FuseBox ntpd_intres[2639]: host name not found: 2.ubnt.pool.ntp.org
Feb  4 16:42:14 Gateway-FuseBox ntpd_intres[2639]: host name not found: 3.ubnt.pool.ntp.org
Feb  4 16:42:15 Gateway-FuseBox ntpd[2637]: ntpd exiting on signal 15
Feb  4 16:42:17 Gateway-FuseBox ntpd[2808]: ntpd 4.2.6p2@1.2194-o Wed Oct 20 08:07:57 UTC 2021 (1)
Feb  4 16:42:17 Gateway-FuseBox ntpd[2809]: proto: precision = 49.483 usec
Feb  4 16:42:18 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  4 16:42:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=16, pid=0
Feb  4 16:42:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=17, pid=0
Feb  4 16:42:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=18, pid=0
Feb  4 16:42:19 Gateway-FuseBox ntpd_intres[2811]: host name not found: 0.ubnt.pool.ntp.org
Feb  4 16:42:19 Gateway-FuseBox ntpd_intres[2811]: host name not found: 1.ubnt.pool.ntp.org
Feb  4 16:42:19 Gateway-FuseBox ntpd_intres[2811]: host name not found: 2.ubnt.pool.ntp.org
Feb  4 16:42:19 Gateway-FuseBox ntpd_intres[2811]: host name not found: 3.ubnt.pool.ntp.org
Feb  4 16:42:19 Gateway-FuseBox ubnt-service-ssh: waiting for netplugd to be started...
Feb  4 16:42:21 Gateway-FuseBox ubnt-service-igmpproxy: waiting for netplugd to be started...
Feb  4 16:42:23 Gateway-FuseBox ubnt-service-gui: waiting for netplugd to be started...
Feb  4 16:42:23 Gateway-FuseBox avahi-daemon[2950]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Feb  4 16:42:26 Gateway-FuseBox dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R8
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Copyright 2004-2013 Internet Systems Consortium.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: All rights reserved.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Wrote 0 class decls to leases file.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Wrote 0 deleted host decls to leases file.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Wrote 84 leases to leases file.
Feb  4 16:42:26 Gateway-FuseBox dhcpd: 
Feb  4 16:42:26 Gateway-FuseBox dhcpd: No subnet declaration for eth0.34 (IP-adres weggehaald).
Feb  4 16:42:26 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.34.  If this is not what
Feb  4 16:42:26 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  4 16:42:26 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  4 16:42:26 Gateway-FuseBox dhcpd:    to which interface eth0.34 is attached. **
Feb  4 16:42:26 Gateway-FuseBox dhcpd: 
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Listening on LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 16:42:26 Gateway-FuseBox dhcpd: 
Feb  4 16:42:26 Gateway-FuseBox dhcpd: No subnet declaration for eth0.4 (10.10.45.96).
Feb  4 16:42:26 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.4.  If this is not what
Feb  4 16:42:26 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  4 16:42:26 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  4 16:42:26 Gateway-FuseBox dhcpd:    to which interface eth0.4 is attached. **
Feb  4 16:42:26 Gateway-FuseBox dhcpd: 
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Listening on LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Sending on   LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Listening on LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 16:42:26 Gateway-FuseBox dhcpd: Sending on   Socket/fallback/fallback-net
Feb  4 16:42:30 Gateway-FuseBox dhcpd: DHCPDISCOVER from a8:03:2a:75:1e:9b (espressif) via eth1
Feb  4 16:42:31 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.109 to a8:03:2a:75:1e:9b (espressif) via eth1
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[2] = espressif.localdomain
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.109
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[4] = a8:3:2a:75:1e:9b
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 16:42:31 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 16:42:32 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.109 (10.20.0.1) from a8:03:2a:75:1e:9b (espressif) via eth1
Feb  4 16:42:32 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.109 to a8:03:2a:75:1e:9b (espressif) via eth1
Feb  4 16:42:34 Gateway-FuseBox dhcpd: DHCPDISCOVER from c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 16:42:35 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.35 to c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[2] = HarmonyHub.localdomain
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.35
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[4] = c8:db:26:6:46:70
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 16:42:35 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 16:42:35 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.35 (10.20.0.1) from c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 16:42:35 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.35 to c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  4 16:42:41 Gateway-FuseBox ddclient[3190]: WARNING:  updating (DynDNS - weggehaald): nochg: No update required; unnecessary attempts to change to the current address are considered abusive
Feb  4 16:42:42 Gateway-FuseBox ubnt-service-upnp2: waiting for netplugd to be started...
Feb  4 16:42:46 Gateway-FuseBox dhcpd: DHCPDISCOVER from b0:09:da:5d:7c:2f via eth1
Feb  4 16:42:47 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.102 to b0:09:da:5d:7c:2f via eth1
Feb  4 16:42:47 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 16:42:47 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 16:42:47 Gateway-FuseBox dhcpd: execute: bad arg 2
Feb  4 16:42:47 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.102 (10.20.0.1) from b0:09:da:5d:7c:2f via eth1
Feb  4 16:42:47 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.102 to b0:09:da:5d:7c:2f via eth1
Feb  4 16:42:48 Gateway-FuseBox netplugd: Starting network plug daemon: netplugd.
Feb  4 16:42:52 Gateway-FuseBox mcad: mcad[3363]: ace_reporter.set_default_localtime(): failed to get /usr/lib/build.properties
Feb  4 16:42:53 Gateway-FuseBox ubnt-service-igmpproxy: starting the IGMP proxy service (see messages from igmpproxy).
Feb  4 16:42:53 Gateway-FuseBox dpi_wlan_fw_rules.pl: dpi_wlan_fw_rules.pl started
Feb  4 16:42:53 Gateway-FuseBox ubnt-service-ssh: starting the SSH service (see messages from sshd).
Feb  4 16:42:56 Gateway-FuseBox ubnt-service-upnp2: starting the UPNP2 service (see messages from miniupnpd).
Feb  4 16:42:56 Gateway-FuseBox miniupnpd[3471]: could not open lease file: /var/log/upnp.leases
Feb  4 16:42:56 Gateway-FuseBox miniupnpd[3471]: HTTP listening on port 56175
Feb  4 16:42:56 Gateway-FuseBox miniupnpd[3471]: Listening for NAT-PMP/PCP traffic on port 5351
Feb  4 16:42:57 Gateway-FuseBox dhcpd: DHCPDISCOVER from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 16:42:57 Gateway-FuseBox ubnt-service-gui: starting the GUI service.
Feb  4 16:42:58 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[2] = Google-Home-Mini.localdomain
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.57
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[4] = 44:7:b:c4:4c:dd
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 16:42:58 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 16:42:59 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.57 (10.20.0.1) from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 16:42:59 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 16:43:01 Gateway-FuseBox perl_wrapper: perl_wrapper.pl started
Feb  4 16:43:02 Gateway-FuseBox mca-monitor: mca-monitor[3366]: mca-client.service(): Failed sending request to '/tmp/.mcad' - 'No such file or directory'
Feb  4 16:45:05 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=19, pid=0
Feb  4 16:45:06 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=20, pid=0
Feb  4 16:45:06 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=21, pid=0
Feb  4 16:45:09 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=23, pid=0
Feb  4 16:45:11 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 changed <BROADCAST,MULTICAST>.
Feb  4 16:45:11 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 deleted.
Feb  4 16:45:11 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=24, pid=0
Feb  4 16:45:31 Gateway-FuseBox ubnt-service-gui: starting the GUI service.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R8
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Copyright 2004-2013 Internet Systems Consortium.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: All rights reserved.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Wrote 0 class decls to leases file.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Wrote 0 deleted host decls to leases file.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Wrote 84 leases to leases file.
Feb  4 16:45:35 Gateway-FuseBox dhcpd: 
Feb  4 16:45:35 Gateway-FuseBox dhcpd: No subnet declaration for eth0.34 (IP-adres weggehaald).
Feb  4 16:45:35 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.34.  If this is not what
Feb  4 16:45:35 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  4 16:45:35 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  4 16:45:35 Gateway-FuseBox dhcpd:    to which interface eth0.34 is attached. **
Feb  4 16:45:35 Gateway-FuseBox dhcpd: 
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Listening on LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Listening on LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Sending on   LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Listening on LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  4 16:45:35 Gateway-FuseBox dhcpd: Sending on   Socket/fallback/fallback-net
Feb  4 16:45:49 Gateway-FuseBox mcad: mcad[3363]: ace_reporter.reporter_fail(): Unknown[11] (http://10.20.0.241:8080/inform)
Feb  4 16:45:49 Gateway-FuseBox mcad: mcad[3363]: ace_reporter.reporter_fail(): initial contact failed #1, url=http://10.20.0.241:8080/inform, rc=11
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[2] = Google-Home-Mini.localdomain
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.57
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[4] = 44:7:b:c4:4c:dd
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 16:46:12 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 16:46:12 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.57 from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 16:46:12 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  4 16:46:15 Gateway-FuseBox dhcpd: uid lease 10.20.0.73 for client a8:a1:59:1d:fe:0c is duplicate on net_LAN_1_eth1_10.20.0.0-24
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[2] = WOUTER-PC
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.30
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[4] = a8:a1:59:1d:fe:c
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  4 16:46:15 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  4 16:46:15 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.30 from a8:a1:59:1d:fe:0c via eth1
Feb  4 16:46:15 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.30 to a8:a1:59:1d:fe:0c via eth1

Ik kom met de inhoud van het messages-bestand geen steek verder. Geen idee wat (mogelijk) de problemen veroorzaakt.

En eth2 (zag ik in mijn config nog staan) heb je die ook? de USG heeft minder poorten dan de USG-Pro.
En misschien domme vraag, maar heb je al eens een reboot gedaan van de USG?
Daarnaast ben ik wel nieuwschierig naar de uiteindelijke config?
mca-ctrl -t dump-cfg > config.gateway.json-compleet
(uitvoeren op de USG geeft de complete config. dus de json file + de config van de controller, deze verder niet gebruiken maar is te controle of de door de json aangepaste opties ook goed doorkomen)

Misschien eerst op de USG inloggen en de tail -f /var/log/messages starten en daarna pas de provision doen?
Ik zie dat jou log begint nadat de controller de error heeft gegeven.
je kan ook het bestand zelf openenen. de tail -f geeft alleen de laatste regels (en de nieuwe)
een “more /var/log/messages” of ipv more een cat geeft alles in het bestand. maar dat kan best veel zijn.

Ik heb zojuist onderstaande JSON ingeladen:

{  
    "interfaces":{  
        "ethernet":{  
            "eth0":{
				"description": "WAN",
                "duplex": "auto",
                "speed": "auto",
                "vif":{  
                    "4":{  
                        "address":[  
                            "dhcp"
                        ],
                        "description":"eth0.4 - IPTV",
                        "mac":"DC:15:C8:B6:CD:7E",
                        "dhcp-options":{  
                            "client-option":[  
                                "send vendor-class-identifier &quot;IPTV_RG&quot;;",
                                "request subnet-mask, routers, rfc3442-classless-static-routes;"
                            ],
                            "default-route":"no-update",
                            "default-route-distance":"220",
                            "name-server":"update"
                        },
                        "ip":{  
                            "source-validation":"loose"
                        }
                    },
                    "34":{  
                        "mac":"DC:15:C8:B6:CD:8D"
                    }
                }
            }
        }
    },
    "port-forward":{  
        "auto-firewall":"enable",
        "wan-interface":"eth0.34"
    },
    "protocols":{  
        "static":{  
            "interface-route":{  
                "0.0.0.0/0":{  
                    "next-hop-interface":{  
                        "eth0.34":"''"
                    }
                }
            },
            "route": {
                "185.24.175.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                },
                "185.41.48.0/24": {
                    "next-hop": {
                        "10.10.48.1": "''"
                    }
                }
            }
        },
        "igmp-proxy": {
            "interface": {
                "eth1": {
                    "role": "downstream",
                    "threshold": "1",
                    "whitelist": [
                        "239.0.0.0/16",
                        "225.0.71.0/24",
                        "224.0.0.0/16"
                    ]
                },
                "eth0": {
                    "role": "disabled",
                    "threshold": "1"
                },
				"eth1.10": {
                    "role": "disabled",
                    "threshold": "1"
                },
				"eth1.20": {
                    "role": "disabled",
                    "threshold": "1"
                },
                "eth0.4": {
                    "alt-subnet": [
                        "0.0.0.0/0"
                    ],
                    "role": "upstream",
                    "threshold": "1"
                },
                "eth0.34": {
                    "role": "disabled",
                    "threshold": "1"
                },
                "eth2": {
                    "role": "disabled",
                    "threshold": "1"
                }
            }
        }
    },
    "service":{  
        "lldp":{  
            "interface":{  
                "eth0":{  
                    "disable":"''"
                }
            }
        },
        "dns":{  
            "forwarding":{  
                "except-interface":[  
                    "eth0",
                    "eth0.34",
                    "eth0.4"
                ]
            }
        },
        "nat":{  
            "rule":{  
                "5001":{  
                    "description":"MASQ corporate_network to IPTV network",
                    "log":"disable",
                    "outbound-interface":"eth0.4",
                    "protocol":"all",
                    "type":"masquerade"
                },
                "6001":{  
                    "description":"MASQ corporate_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"corporate_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6002":{  
                    "description":"MASQ remote_user_vpn_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"remote_user_vpn_network"
                        }
                    },
                    "type":"masquerade"
                },
                "6003":{  
                    "description":"MASQ guest_network to WAN",
                    "log":"disable",
                    "outbound-interface":"eth0.34",
                    "protocol":"all",
                    "source":{  
                        "group":{  
                            "network-group":"guest_network"
                        }
                    },
                    "type":"masquerade"
                }
            }
        }
    },
    "vpn":{  
        "ipsec":{  
            "auto-firewall-nat-exclude":"disable",
            "ipsec-interfaces":{  
                "interface":[  
                    "eth0.34"
                ]
            },
            "nat-traversal":"enable"
        },
        "l2tp":{  
            "remote-access":{  
                "dhcp-interface":"eth0.34"
            }
        }
    }
}

Dit levert de volgende logging op. Eerst tijdens provisioning tot het moment dat de verbinding met de USG wordt verbroken omdat deze wordt herstart:

Feb  6 16:24:15 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 changed <BROADCAST,MULTICAST>.
Feb  6 16:24:15 Gateway-FuseBox dhclient: receive_packet failed on eth0.34: Network is down
Feb  6 16:24:15 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 changed <UP,BROADCAST,MULTICAST>.
Feb  6 16:24:15 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:24:15 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=28, pid=0
Feb  6 16:24:16 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=29, pid=0
Feb  6 16:24:16 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 39.120.9.193, on dev eth0.34
Feb  6 16:24:16 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:16 Gateway-FuseBox kernel: ll header: 00000010: 00 3a                                            .:
Feb  6 16:24:17 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 93.203.20.21, on dev eth0.34
Feb  6 16:24:17 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:17 Gateway-FuseBox kernel: ll header: 00000010: 00 81                                            ..
Feb  6 16:24:17 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 39.120.9.193, on dev eth0.34
Feb  6 16:24:17 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:17 Gateway-FuseBox kernel: ll header: 00000010: 00 7d                                            .}
Feb  6 16:24:17 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 39.120.9.193, on dev eth0.34
Feb  6 16:24:17 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:17 Gateway-FuseBox kernel: ll header: 00000010: 00 83                                            ..
Feb  6 16:24:17 Gateway-FuseBox zebra[753]: interface eth0.4 index 10 <BROADCAST,MULTICAST> added.
Feb  6 16:24:17 Gateway-FuseBox zebra[753]: interface eth0.4 index 10 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:24:17 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=30, pid=0
Feb  6 16:24:18 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 46.166.148.209, on dev eth0.34
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000010: 00 34                                            .4
Feb  6 16:24:18 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 46.166.148.209, on dev eth0.34
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000010: 00 40                                            .@
Feb  6 16:24:18 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 46.166.148.209, on dev eth0.34
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000010: 00 40                                            .@
Feb  6 16:24:18 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 39.120.9.193, on dev eth0.34
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000010: 00 83                                            ..
Feb  6 16:24:18 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 46.166.148.209, on dev eth0.34
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:18 Gateway-FuseBox kernel: ll header: 00000010: 00 40                                            .@
Feb  6 16:24:19 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 88.125.140.80, on dev eth0.34
Feb  6 16:24:19 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:19 Gateway-FuseBox kernel: ll header: 00000010: 05 c4                                            ..
Feb  6 16:24:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=31, pid=0
Feb  6 16:24:21 Gateway-FuseBox kernel: net_ratelimit: 31 callbacks suppressed
Feb  6 16:24:21 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 211.108.184.139, on dev eth0.34
Feb  6 16:24:21 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:21 Gateway-FuseBox kernel: ll header: 00000010: 00 3a                                            .:
Feb  6 16:24:22 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 35.157.63.226, on dev eth0.34
Feb  6 16:24:22 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:22 Gateway-FuseBox kernel: ll header: 00000010: 00 28                                            .(
Feb  6 16:24:22 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 120.79.171.50, on dev eth0.34
Feb  6 16:24:22 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:22 Gateway-FuseBox kernel: ll header: 00000010: 00 f6                                            ..
Feb  6 16:24:22 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 211.208.232.11, on dev eth0.34
Feb  6 16:24:22 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:22 Gateway-FuseBox kernel: ll header: 00000010: 05 dc                                            ..
Feb  6 16:24:23 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 185.24.175.5, on dev eth0.34
Feb  6 16:24:23 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 80  .......0......E.
Feb  6 16:24:23 Gateway-FuseBox kernel: ll header: 00000010: 00 47                                            .G
Feb  6 16:24:23 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 185.24.175.5, on dev eth0.34
Feb  6 16:24:23 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 80  .......0......E.
Feb  6 16:24:23 Gateway-FuseBox kernel: ll header: 00000010: 00 47                                            .G
Feb  6 16:24:23 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 185.24.175.5, on dev eth0.34
Feb  6 16:24:23 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 80  .......0......E.
Feb  6 16:24:23 Gateway-FuseBox kernel: ll header: 00000010: 00 47                                            .G
Feb  6 16:24:24 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 88.125.140.80, on dev eth0.34
Feb  6 16:24:24 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Broadcast message from root@Gateway-FuseBox (Sun Feb  6 16:25:24 2022):
The system is going down for reboot NOW!
Feb  6 16:24:24 Gateway-FuseBox kernel: ll header: 00000010: 05 c4                                            ..
Feb  6 16:24:24 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 39.120.9.193, on dev eth0.34
Feb  6 16:24:24 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:24:24 Gateway-FuseBox kernel: ll header: 00000010: 00 83                                            ..
Feb  6 16:24:24 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 185.24.175.5, on dev eth0.34
Feb  6 16:24:24 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 80  .......0......E.
Feb  6 16:24:24 Gateway-FuseBox kernel: ll header: 00000010: 00 47                                            .G
Feb  6 16:24:25 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=33, pid=0
Feb  6 16:24:25 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=34, pid=0
Feb  6 16:24:26 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=35, pid=0
Feb  6 16:24:27 Gateway-FuseBox kernel: net_ratelimit: 8 callbacks suppressed
Feb  6 16:24:27 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 35.157.63.226, on dev eth0.34
Feb  6 16:24:27 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.

Zodra de USG weer operationeel is, verschijnt de volgende logging:

Feb  6 16:25:24 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  6 16:25:24 Gateway-FuseBox kernel: Linux version 3.10.107-UBNT (ubnt@c48f4db561b3) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Wed Oct 20 08:38:35 UTC 2021
Feb  6 16:25:24 Gateway-FuseBox kernel: CVMSEG size: 2 cache lines (256 bytes)
Feb  6 16:25:24 Gateway-FuseBox kernel: Checking for the multiply/shift bug... no.
Feb  6 16:25:24 Gateway-FuseBox kernel: Checking for the daddiu bug... no.
Feb  6 16:25:24 Gateway-FuseBox kernel: Zone ranges:
Feb  6 16:25:24 Gateway-FuseBox kernel:  DMA32    [mem 0x00400000-0xefffffff]
Feb  6 16:25:24 Gateway-FuseBox kernel:  Normal   [mem 0xf0000000-0x41fefffff]
Feb  6 16:25:24 Gateway-FuseBox kernel: Movable zone start for each node
Feb  6 16:25:24 Gateway-FuseBox kernel: Early memory node ranges
Feb  6 16:25:24 Gateway-FuseBox kernel:  node   0: [mem 0x00400000-0x00a86fff]
Feb  6 16:25:24 Gateway-FuseBox kernel:  node   0: [mem 0x00d00000-0x080fffff]
Feb  6 16:25:24 Gateway-FuseBox kernel:  node   0: [mem 0x08300000-0x0fefffff]
Feb  6 16:25:24 Gateway-FuseBox kernel:  node   0: [mem 0x410300000-0x41fefffff]
Feb  6 16:25:24 Gateway-FuseBox kernel: Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
Feb  6 16:25:24 Gateway-FuseBox kernel: Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
Feb  6 16:25:24 Gateway-FuseBox kernel: Secondary unified cache 128kB, 8-way, 128 sets, linesize 128 bytes.
Feb  6 16:25:24 Gateway-FuseBox kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125878
Feb  6 16:25:24 Gateway-FuseBox kernel: Kernel command line:  bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
Feb  6 16:25:24 Gateway-FuseBox kernel: Checking for the daddi bug... no.
Feb  6 16:25:24 Gateway-FuseBox kernel: SCSI subsystem initialized
Feb  6 16:25:24 Gateway-FuseBox kernel: octeon_pci_console: Console not created.
Feb  6 16:25:24 Gateway-FuseBox kernel: Bootbus flash: Setting flash for 8MB flash at 0x1f400000
Feb  6 16:25:24 Gateway-FuseBox kernel: phys_mapped_flash: Swapping erase regions for top-boot CFI table.
Feb  6 16:25:24 Gateway-FuseBox kernel: number of CFI chips: 1
Feb  6 16:25:24 Gateway-FuseBox kernel: 3 cmdlinepart partitions found on MTD device phys_mapped_flash
Feb  6 16:25:24 Gateway-FuseBox kernel: Creating 3 MTD partitions on "phys_mapped_flash":
Feb  6 16:25:24 Gateway-FuseBox kernel: 0x000000000000-0x000000080000 : "boot0"
Feb  6 16:25:24 Gateway-FuseBox kernel: 0x000000080000-0x000000100000 : "boot1"
Feb  6 16:25:24 Gateway-FuseBox kernel: 0x000000100000-0x000000110000 : "eeprom"
Feb  6 16:25:24 Gateway-FuseBox kernel: scsi 0:0:0:0: Direct-Access              UDinfo UF2 4GB   PMAP PQ: 0 ANSI: 6
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb  6 16:25:24 Gateway-FuseBox kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Feb  6 16:25:24 Gateway-FuseBox kernel: Algorithmics/MIPS FPU Emulator v1.5
Feb  6 16:25:24 Gateway-FuseBox kernel: ubnt_platform: module license 'Proprietary' taints kernel.
Feb  6 16:25:24 Gateway-FuseBox kernel: Disabling lock debugging due to kernel taint
Feb  6 16:25:24 Gateway-FuseBox kernel: octeon-ethernet 2.0
Feb  6 16:25:24 Gateway-FuseBox kernel: Node 0 Interface 0 has 3 ports (RGMII)
Feb  6 16:25:25 Gateway-FuseBox kernel: ip_set: protocol 6
Feb  6 16:25:29 Gateway-FuseBox zebra[753]: Zebra 0.99.20.1 starting: vty@0
Feb  6 16:25:32 Gateway-FuseBox rl-system.init: Checking/creating SSH host keys.
Feb  6 16:25:51 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  6 16:25:52 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  6 16:26:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:26:37 Gateway-FuseBox kernel: eth2: Link down
Feb  6 16:26:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <UP,BROADCAST,MULTICAST>.
Feb  6 16:26:37 Gateway-FuseBox zebra[753]: interface eth2 index 4 changed <BROADCAST,MULTICAST>.
Feb  6 16:26:40 Gateway-FuseBox zebra[753]: interface eth1 index 3 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:26:40 Gateway-FuseBox kernel: eth1: 1000 Mbps Full duplex, port 1
Feb  6 16:26:46 Gateway-FuseBox zebra[753]: interface eth0 index 2 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:26:46 Gateway-FuseBox kernel: eth0: 1000 Mbps Full duplex, port 0
Feb  6 16:26:49 Gateway-FuseBox zebra[753]: interface eth1.20 index 6 <BROADCAST,MULTICAST> added.
Feb  6 16:26:49 Gateway-FuseBox zebra[753]: interface eth1.20 index 6 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:26:53 Gateway-FuseBox zebra[753]: interface eth1.10 index 7 <BROADCAST,MULTICAST> added.
Feb  6 16:26:53 Gateway-FuseBox zebra[753]: interface eth1.10 index 7 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:26:57 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 <BROADCAST,MULTICAST> added.
Feb  6 16:26:57 Gateway-FuseBox zebra[753]: interface eth0.34 index 8 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:27:01 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 <BROADCAST,MULTICAST> added.
Feb  6 16:27:01 Gateway-FuseBox zebra[753]: interface eth0.4 index 9 changed <UP,BROADCAST,RUNNING,MULTICAST>.
Feb  6 16:27:12 Gateway-FuseBox ntpd[2631]: ntpd 4.2.6p2@1.2194-o Wed Oct 20 08:07:57 UTC 2021 (1)
Feb  6 16:27:12 Gateway-FuseBox ntpd[2632]: proto: precision = 55.570 usec
Feb  6 16:27:14 Gateway-FuseBox kernel: IPv4: martian source [extern IP - weggehaald] from 146.120.77.178, on dev eth0.34
Feb  6 16:27:14 Gateway-FuseBox kernel: ll header: 00000000: dc 15 c8 b6 cd 8d 00 30 88 16 ac fd 08 00 45 00  .......0......E.
Feb  6 16:27:14 Gateway-FuseBox kernel: ll header: 00000010: 00 91                                            ..
Feb  6 16:27:14 Gateway-FuseBox ntpd_intres[2634]: host name not found: 0.ubnt.pool.ntp.org
Feb  6 16:27:14 Gateway-FuseBox ntpd_intres[2634]: host name not found: 1.ubnt.pool.ntp.org
Feb  6 16:27:14 Gateway-FuseBox ntpd_intres[2634]: host name not found: 2.ubnt.pool.ntp.org
Feb  6 16:27:14 Gateway-FuseBox ntpd_intres[2634]: host name not found: 3.ubnt.pool.ntp.org
Feb  6 16:27:15 Gateway-FuseBox ntpd[2632]: ntpd exiting on signal 15
Feb  6 16:27:17 Gateway-FuseBox ntpd[2803]: ntpd 4.2.6p2@1.2194-o Wed Oct 20 08:07:57 UTC 2021 (1)
Feb  6 16:27:17 Gateway-FuseBox ntpd[2804]: proto: precision = 56.047 usec
Feb  6 16:27:18 Gateway-FuseBox rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
Feb  6 16:27:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=16, pid=0
Feb  6 16:27:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=17, pid=0
Feb  6 16:27:19 Gateway-FuseBox zebra[753]: netlink-cmd error: Network is unreachable, type=RTM_NEWROUTE(24), seq=18, pid=0
Feb  6 16:27:19 Gateway-FuseBox ntpd_intres[2807]: host name not found: 0.ubnt.pool.ntp.org
Feb  6 16:27:19 Gateway-FuseBox ntpd_intres[2807]: host name not found: 1.ubnt.pool.ntp.org
Feb  6 16:27:19 Gateway-FuseBox ntpd_intres[2807]: host name not found: 2.ubnt.pool.ntp.org
Feb  6 16:27:19 Gateway-FuseBox ntpd_intres[2807]: host name not found: 3.ubnt.pool.ntp.org
Feb  6 16:27:19 Gateway-FuseBox ubnt-service-ssh: waiting for netplugd to be started...
Feb  6 16:27:21 Gateway-FuseBox ubnt-service-igmpproxy: waiting for netplugd to be started...
Feb  6 16:27:23 Gateway-FuseBox ubnt-service-gui: waiting for netplugd to be started...
Feb  6 16:27:24 Gateway-FuseBox avahi-daemon[2945]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Feb  6 16:27:27 Gateway-FuseBox dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R8
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Copyright 2004-2013 Internet Systems Consortium.
Feb  6 16:27:27 Gateway-FuseBox dhcpd: All rights reserved.
Feb  6 16:27:27 Gateway-FuseBox dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Wrote 0 class decls to leases file.
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Wrote 0 deleted host decls to leases file.
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Wrote 84 leases to leases file.
Feb  6 16:27:27 Gateway-FuseBox dhcpd:
Feb  6 16:27:27 Gateway-FuseBox dhcpd: No subnet declaration for eth0.34 ([extern IP - weggehaald]).
Feb  6 16:27:27 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.34.  If this is not what
Feb  6 16:27:27 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  6 16:27:27 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  6 16:27:27 Gateway-FuseBox dhcpd:    to which interface eth0.34 is attached. **
Feb  6 16:27:27 Gateway-FuseBox dhcpd:
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Listening on LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  6 16:27:27 Gateway-FuseBox dhcpd:
Feb  6 16:27:27 Gateway-FuseBox dhcpd: No subnet declaration for eth0.4 (10.10.45.96).
Feb  6 16:27:27 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.4.  If this is not what
Feb  6 16:27:27 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  6 16:27:27 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  6 16:27:27 Gateway-FuseBox dhcpd:    to which interface eth0.4 is attached. **
Feb  6 16:27:27 Gateway-FuseBox dhcpd:
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Listening on LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Sending on   LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Listening on LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  6 16:27:27 Gateway-FuseBox dhcpd: Sending on   Socket/fallback/fallback-net
Feb  6 16:27:29 Gateway-FuseBox dhcpd: DHCPDISCOVER from b0:09:da:5d:7c:2f via eth1
Feb  6 16:27:30 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.102 to b0:09:da:5d:7c:2f via eth1
Feb  6 16:27:30 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  6 16:27:30 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  6 16:27:30 Gateway-FuseBox dhcpd: execute: bad arg 2
Feb  6 16:27:30 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.102 (10.20.0.1) from b0:09:da:5d:7c:2f via eth1
Feb  6 16:27:30 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.102 to b0:09:da:5d:7c:2f via eth1
Feb  6 16:27:30 Gateway-FuseBox dhcpd: DHCPDISCOVER from c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  6 16:27:31 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.35 to c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[2] = HarmonyHub.localdomain
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.35
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[4] = c8:db:26:6:46:70
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  6 16:27:31 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  6 16:27:31 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.35 (10.20.0.1) from c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  6 16:27:31 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.35 to c8:db:26:06:46:70 (HarmonyHub) via eth1
Feb  6 16:27:33 Gateway-FuseBox dhcpd: DHCPDISCOVER from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  6 16:27:34 Gateway-FuseBox dhcpd: DHCPOFFER on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[2] = Google-Home-Mini.localdomain
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.57
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[4] = 44:7:b:c4:4c:dd
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  6 16:27:34 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  6 16:27:34 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.57 (10.20.0.1) from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  6 16:27:34 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  6 16:27:42 Gateway-FuseBox ddclient[3184]: WARNING:  updating [DynDNS - weggehaald]: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
Feb  6 16:27:43 Gateway-FuseBox ubnt-service-upnp2: waiting for netplugd to be started...
Feb  6 16:27:49 Gateway-FuseBox netplugd: Starting network plug daemon: netplugd.
Feb  6 16:27:53 Gateway-FuseBox mcad: mcad[3357]: ace_reporter.set_default_localtime(): failed to get /usr/lib/build.properties
Feb  6 16:27:53 Gateway-FuseBox ubnt-service-igmpproxy: starting the IGMP proxy service (see messages from igmpproxy).
Feb  6 16:27:54 Gateway-FuseBox ubnt-service-ssh: starting the SSH service (see messages from sshd).
Feb  6 16:27:54 Gateway-FuseBox dpi_wlan_fw_rules.pl: dpi_wlan_fw_rules.pl started
Feb  6 16:27:57 Gateway-FuseBox ubnt-service-upnp2: starting the UPNP2 service (see messages from miniupnpd).
Feb  6 16:27:57 Gateway-FuseBox miniupnpd[3461]: could not open lease file: /var/log/upnp.leases
Feb  6 16:27:57 Gateway-FuseBox miniupnpd[3461]: HTTP listening on port 38684
Feb  6 16:27:57 Gateway-FuseBox miniupnpd[3461]: Listening for NAT-PMP/PCP traffic on port 5351
Feb  6 16:27:57 Gateway-FuseBox ubnt-service-gui: starting the GUI service.
Feb  6 16:28:03 Gateway-FuseBox mca-monitor: mca-monitor[3360]: mca-client.service(): Failed sending request to '/tmp/.mcad' - 'No such file or directory'
Feb  6 16:28:03 Gateway-FuseBox perl_wrapper: perl_wrapper.pl started
Feb  6 16:29:59 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  6 16:29:59 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  6 16:29:59 Gateway-FuseBox dhcpd: execute: bad arg 2
Feb  6 16:29:59 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.96 from 5e:f3:38:3f:31:4e via eth1
Feb  6 16:29:59 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.96 to 5e:f3:38:3f:31:4e via eth1
Feb  6 16:30:21 Gateway-FuseBox ubnt-service-gui: starting the GUI service.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R8
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Copyright 2004-2013 Internet Systems Consortium.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: All rights reserved.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Wrote 0 class decls to leases file.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Wrote 0 deleted host decls to leases file.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Wrote 84 leases to leases file.
Feb  6 16:30:24 Gateway-FuseBox dhcpd:
Feb  6 16:30:24 Gateway-FuseBox dhcpd: No subnet declaration for eth0.34 ([extern IP - weggehaald]).
Feb  6 16:30:24 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.34.  If this is not what
Feb  6 16:30:24 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  6 16:30:24 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  6 16:30:24 Gateway-FuseBox dhcpd:    to which interface eth0.34 is attached. **
Feb  6 16:30:24 Gateway-FuseBox dhcpd:
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Listening on LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  6 16:30:24 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.20/fc:ec:da:4d:36:9e/net_LAN_3_Guest_eth1_10.20.20.0-24
Feb  6 16:30:24 Gateway-FuseBox dhcpd:
Feb  6 16:30:24 Gateway-FuseBox dhcpd: No subnet declaration for eth0.4 (10.10.45.96).
Feb  6 16:30:24 Gateway-FuseBox dhcpd: ** Ignoring requests on eth0.4.  If this is not what
Feb  6 16:30:24 Gateway-FuseBox dhcpd:    you want, please write a subnet declaration
Feb  6 16:30:24 Gateway-FuseBox dhcpd:    in your dhcpd.conf file for the network segment
Feb  6 16:30:24 Gateway-FuseBox dhcpd:    to which interface eth0.4 is attached. **
Feb  6 16:30:24 Gateway-FuseBox dhcpd:
Feb  6 16:30:25 Gateway-FuseBox dhcpd: Listening on LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  6 16:30:25 Gateway-FuseBox dhcpd: Sending on   LPF/eth1/fc:ec:da:4d:36:9e/net_LAN_1_eth1_10.20.0.0-24
Feb  6 16:30:25 Gateway-FuseBox dhcpd: Listening on LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  6 16:30:25 Gateway-FuseBox dhcpd: Sending on   LPF/eth1.10/fc:ec:da:4d:36:9e/net_LAN_2_Security_eth1_10.20.10.0-24
Feb  6 16:30:25 Gateway-FuseBox dhcpd: Sending on   Socket/fallback/fallback-net
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] ▒[ vpn ]
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] L2TP VPN configuration error: IPsec authentication mode not defined.
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] ▒0
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] ▒[ service gui ]
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] Starting the GUI service.
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] ▒1
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] ▒[ service dhcp-server ]
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] Stopping DHCP server daemon...
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] Starting DHCP server daemon...
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] ▒1
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit error] Commit failed
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [delete] failure: 0 success: 1
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [set] failure: 0 success: 1
Feb  6 16:30:36 Gateway-FuseBox mcad: mcad[3357]: mca-edgemax._edgemax_parse_set_commit_save_results(): [commit] failure: 1 success: 1
Feb  6 16:30:37 Gateway-FuseBox mcad: mcad[3357]: ace_reporter.reporter_handle_response(): edgemax apply config failed (error code: 4)
Feb  6 16:30:37 Gateway-FuseBox mcad: mcad[3357]: ace_reporter.reporter_handle_response(): commit errors, {"COMMIT": {"error": "▒[ vpn ]\nL2TP VPN configuration error: IPsec authentication mode not defined.\n\n▒0\n▒[ service gui ]\nStarting the GUI service.\n\n▒1\n▒[ service dhcp-server ]\nStopping DHCP server daemon...\nStarting DHCP server daemon...\n\n▒1\nCommit failed\n", "failure": "1", "success": "1"}, "DELETE": {"failure": "0", "success": "1"}, "SESSION_ID": "b389bdd0b5d43f40592bfa47dd", "SET": {"failure": "0", "success": "1"}}#012
Feb  6 16:30:37 Gateway-FuseBox mcad: mcad[3357]: ace_reporter.reporter_fail(): Unknown[11] (http://10.20.0.241:8080/inform)
Feb  6 16:30:37 Gateway-FuseBox mcad: mcad[3357]: ace_reporter.reporter_fail(): initial contact failed #1, url=http://10.20.0.241:8080/inform, rc=11
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[0] = /opt/vyatta/sbin/on-dhcp-event.sh
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[1] = commit
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[2] = Google-Home-Mini.localdomain
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[3] = 10.20.0.57
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[4] = 44:7:b:c4:4c:dd
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[5] = localdomain
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[6] = enable
Feb  6 16:30:43 Gateway-FuseBox dhcpd: execute_statement argv[7] = disable
Feb  6 16:30:43 Gateway-FuseBox dhcpd: DHCPREQUEST for 10.20.0.57 from 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1
Feb  6 16:30:43 Gateway-FuseBox dhcpd: DHCPACK on 10.20.0.57 to 44:07:0b:c4:4c:dd (Google-Home-Mini) via eth1

De USG komt in dezelfde provisioning/reboot loop terecht als eerder. Ik heb - voor de zekerheid - de USG net een keer spanningsloos gemaakt en na een minuut weer aangesloten. Daarna komt deze weer in dezelfde provisioning/reboot loop.