IPSec zwischen Fritzbox und pfSense funktioniert nicht über FQDN

robinsonR

Mitglied
Mitglied seit
17 Apr 2006
Beiträge
560
Punkte für Reaktionen
0
Punkte
16
Es ist ja nicht wirklich ein Problem, nur sehr unschön und unpraktisch. Die VPN-Verbindung zwischen einer FRITZ!Box 7490 (FRITZ!OS 6.51) und einer pfSense 2.3 funktioniert eigentlich tadellos – wenn ich die jeweiligen IP-Adressen in den Konfigurationen angebe. Da die IP-Adressen aber nicht fix sind, möchte ich das gerne über DynDNS-Namen lösen. Und das funktioniert einfach nicht.
Die cfg-Datei für die Fritzbox sieht so aus:
Code:
vpncfg {        connections {
                enabled = yes;
                conn_type = conntype_lan;
                name = "Fritzbox_pfSense";
                always_renew = no;
                reject_not_encrypted = no;
                dont_filter_netbios = yes;
                localip = 0.0.0.0;
                local_virtualip = 0.0.0.0;                
                remotehostname = "pfsense.dynamic.dns"; 
                remote_virtualip = 0.0.0.0;
                localid {
                        fqdn = "fritzbox.dynamic.dns";
                }
                remoteid {
                        fqdn = "pfsense.dynamic.dns";
                }
                mode = phase1_mode_idp;
                phase1ss = "alt/all/all";
                keytype = connkeytype_pre_shared;
                key = "secret";
                cert_do_server_auth = no;
                use_nat_t = no;
                use_xauth = no;
                use_cfgmode = no;
                phase2localid {
                        ipnet {
                                ipaddr = 192.168.178.0;
                                mask = 255.255.255.0;
                        }
                }
                phase2remoteid {
                        ipnet {
                                ipaddr = 192.168.179.0;
                                mask = 255.255.255.0;
                        }
                }
                phase2ss = "esp-all-all/ah-all/comp-all/pfs";
                accesslist = "permit ip any 192.168.179.0 255.255.255.0",
                             "permit icmp any 192.168.179.0 255.255.255.0";
        
  }
        ike_forward_rules = "udp 0.0.0.0:500 0.0.0.0:500", 
                            "udp 0.0.0.0:4500 0.0.0.0:4500";
Und mit IP-Adressen so
Code:
vpncfg {        connections {
                enabled = yes;
                conn_type = conntype_lan;
                name = "Fritzbox_pfSense";
                always_renew = no;
                reject_not_encrypted = no;
                dont_filter_netbios = yes;
                localip = 0.0.0.0;
                local_virtualip = 0.0.0.0;                
                remoteip = 1.2.3.4; 
                remote_virtualip = 0.0.0.0;
                localid {
                        ipaddr = 5.6.7.8;
                }
                remoteid {
                        ipaddr = 1.2.3.4;
                }
                mode = phase1_mode_idp;
                phase1ss = "alt/all/all";
                keytype = connkeytype_pre_shared;
                key = "secret";
                cert_do_server_auth = no;
                use_nat_t = no;
                use_xauth = no;
                use_cfgmode = no;
                phase2localid {
                        ipnet {
                                ipaddr = 192.168.178.0;
                                mask = 255.255.255.0;
                        }
                }
                phase2remoteid {
                        ipnet {
                                ipaddr = 192.168.179.0;
                                mask = 255.255.255.0;
                        }
                }
                phase2ss = "esp-all-all/ah-all/comp-all/pfs";
                accesslist = "permit ip any 192.168.179.0 255.255.255.0",
                             "permit icmp any 192.168.179.0 255.255.255.0";
        
  }
        ike_forward_rules = "udp 0.0.0.0:500 0.0.0.0:500", 
                            "udp 0.0.0.0:4500 0.0.0.0:4500";


Auf der pfSense-Seite ist dieser Abschnitt verantwortlich
pfsense.png


Kann mir da jemand helfen?
 
Dann funktioniert es halt nicht ¯\_(ツ)_/¯
 
"main mode" und dynamische Adressen (genauer DynDNS-Namen) passen nicht so richtig zueinander ==> Suchmaschine bemühen zum Thema "IPSec main vs. aggressive mode with PSK".
 
Vielen Dank für die Infos. An sowas hatte ich natürlich nicht gedacht. Vor allem, weil ich einen zweiten VPN-Tunnel zwischen der pfSense und einem Draytek-Router betreibe: auch mit dynamischen DNS-Namen und im Main-Mode; woher soll auch IPSec wissen, ob der DNS-Namen statisch oder dynamisch ist.
Leider hat die Verbindung zwischen Fritzbox und pfSense auch so nicht über DNS-Namen geklappt.
 
@robinsonR:
Hast Du denn Informationen dazu gefunden?

Es geht ja nicht darum, daß "IPSec weiß", ob ein DNS-Name dynamisch oder statisch ist ... es geht um das Suchen und Finden des richtigen Eintrags für den Peer, wenn PSK (pre-shared keys) verwendet werden und keine Zertifikate. Da beim "main mode" bereits die Identität des Peers in verschlüsselter Form übermittelt wird, braucht es einen anderen zuverlässigen "selector" für den richtigen Peer (und in der Folge für den richtigen PSK) und der kann nun einmal nur in der Adresse liegen, wenn man eben "main mode" macht ... der DNS-Name der Gegenstelle steht nun mal nicht als Absender auf einem IP-Paket drauf und solange da keine Zertifikate verwendet werden, kann die Identität des Peers auch nicht darüber sichergestellt werden.

Verwendet man den "aggressive mode", ist die erste Kontaktaufnahme nur durch die "Stärke" des PSK geschützt (weil der Austausch der Identitäten eben nicht bereits verschlüsselt erfolgt bzw. nicht so, daß da ein Dritter auch mit Kenntnis des PSK nicht mehr mitlesen kann) und solange dann beide Seiten tatsächlich dieselben Selektoren für die Identifikation der Gegenstelle verwenden (Ist denn ein "Distinguished Name" bei pfSense tatsächlich ein "fully qualified domain name" (FQDN)? Ich vermute fast "nein", das sieht mir mehr nach einer ID_DER_ASN1_DN-Angabe (also einem "distinguished name" in ASN1-Notation) aus als nach einer ID_FQDN (einfach mal in RFC 4945 nachlesen) und das wäre damit eindeutig falsch, wenn in der FRITZ!Box "fqdn=" konfiguriert ist - das sind zwei verschiedene IDs beim IKEv1.) und ein starker PSK zum Einsatz kommt, kann man das ebenfalls machen und dann klappt das auch problemlos mit DynDNS-Namen ... wie man bei vielen Lesern dieses Forums schon feststellen konnte.

Aus dem Satz
robinsonR schrieb:
Leider hat die Verbindung zwischen Fritzbox und pfSense auch so nicht über DNS-Namen geklappt.
können vielleicht andere ableiten, welche Parameter der Verbindung da variiert wurden ... mich läßt so eine Bemerkung bloß recht ratlos zurück und ich fange an zu grübeln, wo beim IPSec dann die Grenzen der KI beginnen und ob sich so ein Daemon beim IKE seiner Existenz bewußt ist bzw. ob er um die Tatsache weiß, daß bzw. ob er mit dynamischen DNS-Namen oder mit statischen traktiert wird. Vielleicht hat so ein Daemon ja auch einfach mal keine Lust ... oder er will auf seine schlechten Arbeits- und Lebensbedingungen aufmerksam machen. Alles das geht einem dann im Kopf herum, wenn so ein IKE-Daemon offenbar (natürlich trotz korrekter Konfiguration) so vollkommen grundlos die Arbeit verweigert ... vielleicht kennt sich ja jemand mit Computern aus und kann hier dann helfen.
 
Ja, ich habe Hinweise dazu gefunden, dass Main-Mode dynamische IP-Adressen nicht unterstütze. Dass das bei meinem zweiten Tunnel (pfSense <-> Draytek) trotzdem klappt, irritiert dann schon. Deshalb mein Hinweis vorhin.
Danke übrigens für den Sarkasmus. ;-)
Ich dachte nicht, dass ich andere Parameter verändern muss.
Die VPN-Verbindung klappt ja, wenn ich bei der Fritzbox die IP-Adressen als IDs angebe und bei pfSense “My IP address” und “Peer IP address” angebe. Dazu eben “main mode”.
Dein Hinweis, “aggressive mode” zu verwenden, veranlasste mich, eben nur diesen Parameter zu ändern, bzw. die Identifier bei pfSense auf “Distinguished Name” zu wechseln. Die beiden Varianten der Fritzbox sind im ersten Beitrag angegeben.
Zu der Vermutung, der “Distinguished Name” bei pfSense sei gar kein FQDN kann ich nichts sagen. Ausser, dass man als Identifier auch “ASN.1 distinguished Name” auswählen kann. Das würde wohl deiner Vermutung widersprechen.
ASN.png
PS. Ich werde halt aus den Angaben in den Log-Dateien der pfSense auch nicht schlau, um auf diese Weise das Problem einkreisen zu können; die Fritzbox sagt ja in diesem Bereich leider gar nichts.
 
Wie sollte man auf diese unklare "Faktenlage" anders reagieren als mit Sarkasmus, noch dazu wenn Du Begründungen anführst, die nicht stichhaltig sind.

Wenn die Firmware der an der anderen funktionierenden Verbindung beteiligten Geräte zusätzlichen Aufwand betreibt, um die Verbindung dennoch identifizieren zu können, dann mag das auch da funktionieren. Das Problem bleibt ... wenn einer der Peers ständig die DynDNS-Adressen neu abfragt/auflöst und dann aus so einer Adressauflösung für die eigene Konfiguration im "main mode" wieder die jeweils aktuelle Adresse heranzieht zur Identifikation des Peers (ein Vorgehen, was besonders bei CGN spaßig und nicht immer sinnvoll ist), dann klappt das auch im "main mode" ... das ist u.a. ein Grund, wieso es auf "richtigen Linux-Rechnern" beim StrongSwan und/oder racoon durchaus die Möglichkeit gibt, beim Wechsel einer dynamischen Adresse das gesamte IPSec neu zu starten. Solange sich die bei diesem Start einmalig aufgelöste Adresse nicht ändert (das hat dann mit "dynamisch" aber nur noch bedingt zu tun), funktioniert auch das, wie Du sicherlich in ebenso vielen Tipps im Internet feststellen wirst, wo genau dieser Neustart beim Wechsel der Adresse als "workaround" erfolgt. Ob/wie das nun pfSense und/oder Dein Draytek-Router machen, müßtest Du einfach selbst erkunden.

Du hattest aber nach der FRITZ!Box gefragt und auch wenn diese tatsächlich selbst in regelmäßigen Intervallen DNS-Abfragen macht, nimmt sie einen Wechsel der Adresse des "remotehostname" nur zum Anlaß, dann ihrerseits zu dieser neuen Adresse eine Verbindung aufzubauen - das wird aber nicht zur geänderten Identifikation in P1 verwendet.

Die Feststellung Deinerseits, die FRITZ!Box würde zu ihrer Sicht des VPN nichts protokollieren, kann ich auch nicht nachvollziehen ... sie ist zwar nicht sehr geschwätzig, aber zumindest für entsprechende Anhaltspunkte reicht auch die vorhandene Protokollierung in den Support-Daten (alternativ per Shell-Zugang auszulesen) in vielen Fällen bereits aus.

Warum es auf der Basis von IP-Adressen eben auch beim "main mode" funktioniert (dann weiß man nämlich, woher die Pakete des Peers kommen), habe ich versucht zu erläutern ... ich will auch gar nicht mir Dir darüber "diskutieren".

Ich hatte die Absicht, Dir entsprechende Hinweise auf potentielle Fehler zu geben und - wenn Du irgendwann mal mit konkreten Fehlerbedingungen/Protokollen aufschlägst - bei der Suche nach der Ursache zu helfen.

Wenn wir erst noch darüber diskutieren wollen/müssen, ob bzw. welche Hinweise meinerseits wahrscheinlich sein könnten oder nicht, wird das sehr mühsam ... was wieder nicht heißen soll, daß vernünftig begründeter Widerspruch bei offensichtlichem Unsinn nicht eine gute Sache wäre ... aber so eine Begründung kann nun mal kein Vergleich von Äpfeln und Birnen sein und das braucht dann eben eine ausführlichere Erklärung dessen, was Du da getestet/geändert hast oder Deines "Einspruchs" - und nicht nur solche "hingeworfenen Brocken" wie in #4. Auch wenn in der Kürze ja ab und an mal Würze liegen mag, ist der Telegramm-Stil bei solchen Problemen eher weniger hilfreich - zumindest dann, wenn da so viele Informationen vorenthalten werden und sich der Leser immer seinen Teil dazudichten muß/soll.

Wenn ich das bei meinen Erklärungsversuchen auch so machen würde, hätte da nur "DynDNS / main mode" in meiner ersten Antwort gestanden.

Wenn ich auf eine Suchmaschine verweise und Du diesen Hinweis tatsächlich beherzigst, dann empfände ich es normal, wenn Du die dort gewonnenen Erkenntnisse wenigstens kurz ansprichst und wenn Du dann Deinerseits meinen Einwand mit dem (unpassenden) Argument "woher soll IPSec auch wissen" kontern willst, ohne den anderen grundsätzlichen Unterschied (und der liegt nun mal in den IDs für P1 und einige besonders "schlaue Implementierungen" aktualisieren dann eben die IP-Adressen in den IDs für P1 bei Änderungen im DNS) zu berücksichtigen, dann mußt Du auch den Sarkasmus aushalten können.

Ich gehe aufgrund des Smileys davon aus, daß Du das auch tatsächlich konntest ... wenn das stimmt, solltest Du einfach die Protokolle auch noch zu den Konfigurationen dazu packen (und hier meine ich jetzt tatsächlich wieder die Protokolle bei der Verwendung des "aggressive mode" und nicht die Deiner bisherigen Versuche, nur weil Dein zwischenzeitlicher Anlauf mit "aggressive mode" vielleicht nicht auf Anhieb geklappt hat) und dann findet man sicherlich auch schnell heraus (notfalls anhand eines Packet-Dumps auf der FRITZ!Box), wo es nun wirklich klemmt. Aber dazu muß man eben erst einmal wissen, ob bei der Verwendung von DynDNS-Namen überhaupt richtig aufgelöst wird ... wenn ich mich richtig erinnere, war das vorletzte Problem bzgl. eines nicht-funktionsfähigen VPN genau darin begründet, daß die DynDNS-Adresse des einen Peers nicht aktuell war.

Das war für die reine Erklärung, was an der "Fehlermeldung" insgesamt nicht stimmte, schon wieder viel zu viel Text meinerseits ... ich habe halt die Hoffnung, daß es irgendwann mal jemand mit einem ähnlichen Problem liest und dann tatsächlich gleich von Beginn an eine "passende Fragestellung" auf den Tisch des Hauses legt, wo man nicht immer erst dreimal nachfragen und ausdiskutieren muß, ob diese Neugierde denn tatsächlich notwendig und angebracht ist oder ob es nicht auch auf der Basis von Vermutungen (mittels Wahrscheinlichkeitsrechnung auf der Basis der "üblichen Fehler") zu lösen wäre.
 
Vielen Dank für deine Zeit. Ich muss gestehen, dass es auf meiner Seite wohl vor allem am fehlenden Fachwissen liegt. Darum vielleicht auch die unqualifizierten Aussagen. Was die Geschwätzigkeit der Fritzbox betrifft, meinte ich das, was über das GUI ausgegeben wird.
Und ich hatte halt angenommen, dass es reicht, wenn ich auf deinen Hinweis hin, einfach die Konfigurationen so belasse und nur den Main-Mode durch Aggressiv-Mode ersetze. Ich bin mir nicht sicher, ob es zielführend wäre, jetzt noch verschiedene andere Parameter ändern zu wollen.
Da der Tunnel von der pfSense aufgebaut werden soll, hilft vielleicht erstmal die Logs auf dieser Seite. Um nicht unnötig grosse Logdateien zu erzeugen, hilft es vielleicht, die entsprechenden Abschnitte genauer zu betrachten. Die Möglichkeiten sind da sehr granular. Welcher Bereich ist hier interessant/beachtenswert?

Logs.png

Hier mal die Log-Datei mit allen Bereichen auf Stufe Diag

Code:
Apr 18 20:47:13 pfsense charon: 14[IKE] <con1000|1> giving up after 5 retransmitsApr 18 20:47:13 pfsense charon: 14[IKE] <con1000|1> peer not responding, trying again (3/3)
Apr 18 20:47:13 pfsense charon: 19[LIB] created thread 19 [8027bec00]
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[IKE] <con1000|1> initiating Aggressive Mode IKE_SA con1000[1] to 5.6.7.8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type SECURITY_ASSOCIATION_V1 to message
Apr 18 20:47:13 pfsense charon: 14[LIB] <con1000|1> size of DH secret exponent: 1023 bits
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type KEY_EXCHANGE_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type NONCE_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> order payloads in message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type SECURITY_ASSOCIATION_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type KEY_EXCHANGE_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type NONCE_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> added payload of type VENDOR_ID_V1 to message
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating AGGRESSIVE request 0 [ SA KE No ID V V V V V ]
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> not encrypting payloads
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type HEADER
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 IKE_SPI
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 IKE_SPI
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 U_INT_4
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 U_INT_4
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 11 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 12 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 13 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 14 U_INT_32
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 15 HEADER_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating HEADER payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type SECURITY_ASSOCIATION_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 U_INT_32
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 11 U_INT_32
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 12 (1259)
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type PROPOSAL_SUBSTRUCTURE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 RESERVED_BYTE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 SPI_SIZE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 SPI
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 (1261)
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_SUBSTRUCTURE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 RESERVED_BYTE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BYTE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BYTE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 (1263)
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_ATTRIBUTE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 ATTRIBUTE_FORMAT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 ATTRIBUTE_TYPE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 ATTRIBUTE_LENGTH_OR_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 ATTRIBUTE_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_ATTRIBUTE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_ATTRIBUTE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 ATTRIBUTE_FORMAT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 ATTRIBUTE_TYPE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 ATTRIBUTE_LENGTH_OR_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 ATTRIBUTE_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_ATTRIBUTE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_ATTRIBUTE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 ATTRIBUTE_FORMAT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 ATTRIBUTE_TYPE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 ATTRIBUTE_LENGTH_OR_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 ATTRIBUTE_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_ATTRIBUTE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_ATTRIBUTE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 ATTRIBUTE_FORMAT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 ATTRIBUTE_TYPE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 ATTRIBUTE_LENGTH_OR_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 ATTRIBUTE_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_ATTRIBUTE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_ATTRIBUTE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 ATTRIBUTE_FORMAT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 ATTRIBUTE_TYPE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 ATTRIBUTE_LENGTH_OR_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 ATTRIBUTE_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_ATTRIBUTE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type TRANSFORM_ATTRIBUTE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 ATTRIBUTE_FORMAT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 ATTRIBUTE_TYPE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 ATTRIBUTE_LENGTH_OR_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 ATTRIBUTE_VALUE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_ATTRIBUTE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating TRANSFORM_SUBSTRUCTURE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating PROPOSAL_SUBSTRUCTURE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating SECURITY_ASSOCIATION_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type KEY_EXCHANGE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 RESERVED_BYTE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating KEY_EXCHANGE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type NONCE_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating NONCE_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type ID_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 RESERVED_BYTE
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 U_INT_16
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating ID_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type VENDOR_ID_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating VENDOR_ID_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type VENDOR_ID_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating VENDOR_ID_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type VENDOR_ID_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating VENDOR_ID_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type VENDOR_ID_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating VENDOR_ID_V1 payload finished
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating payload of type VENDOR_ID_V1
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 0 U_INT_8
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 1 FLAG
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 2 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 3 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 4 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 5 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 6 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 7 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 8 RESERVED_BIT
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 9 PAYLOAD_LENGTH
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1>   generating rule 10 CHUNK_DATA
Apr 18 20:47:13 pfsense charon: 14[ENC] <con1000|1> generating VENDOR_ID_V1 payload finished
Apr 18 20:47:17 pfsense charon: 09[IKE] <con1000|1> sending retransmit 1 of request message ID 0, seq 1
Apr 18 20:47:24 pfsense charon: 05[IKE] <con1000|1> sending retransmit 2 of request message ID 0, seq 1
Apr 18 20:47:37 pfsense charon: 10[IKE] <con1000|1> sending retransmit 3 of request message ID 0, seq 1
Apr 18 20:48:00 pfsense charon: 13[IKE] <con1000|1> sending retransmit 4 of request message ID 0, seq 1
Apr 18 20:48:42 pfsense charon: 08[IKE] <con1000|1> sending retransmit 5 of request message ID 0, seq 1
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: loglevel 2 for knl
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: loglevel 2 for knl
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: loglevel 2 for net
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: loglevel 2 for net
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: loglevel 2 for asn
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: loglevel 2 for asn
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading secrets
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading secrets
Apr 18 20:48:46 pfsense charon: 13[CFG] loading secrets from '/var/etc/ipsec/ipsec.secrets'
Apr 18 20:48:46 pfsense charon: 13[CFG] loading secrets from '/var/etc/ipsec/ipsec.secrets'
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any @reiden.myfirewall.org
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any @reiden.myfirewall.org
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any urs
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any urs
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any ASAM
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any ASAM
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any Reiden
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any Reiden
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any %any
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded IKE secret for %any %any
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded EAP secret for %any [email protected]
Apr 18 20:48:46 pfsense charon: 13[CFG]   loaded EAP secret for %any [email protected]
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading ca certificates from '/usr/local/etc/ipsec.d/cacerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading ca certificates from '/usr/local/etc/ipsec.d/cacerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading aa certificates from '/usr/local/etc/ipsec.d/aacerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading aa certificates from '/usr/local/etc/ipsec.d/aacerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading ocsp signer certificates from '/usr/local/etc/ipsec.d/ocspcerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading ocsp signer certificates from '/usr/local/etc/ipsec.d/ocspcerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading attribute certificates from '/usr/local/etc/ipsec.d/acerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading attribute certificates from '/usr/local/etc/ipsec.d/acerts'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading crls from '/usr/local/etc/ipsec.d/crls'
Apr 18 20:48:46 pfsense charon: 13[CFG] rereading crls from '/usr/local/etc/ipsec.d/crls'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: unroute 'con1000'
Apr 18 20:48:46 pfsense charon: 13[CFG] received stroke: unroute 'con1000'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 13[KNL] deleting policy 192.168.179.0/24|/0 === 192.168.178.0/24|/0 out
Apr 18 20:48:46 pfsense charon: 13[KNL] deleting policy 192.168.179.0/24|/0 === 192.168.178.0/24|/0 out
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 13[KNL] deleting policy 192.168.178.0/24|/0 === 192.168.179.0/24|/0 in
Apr 18 20:48:46 pfsense charon: 13[KNL] deleting policy 192.168.178.0/24|/0 === 192.168.179.0/24|/0 in
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense ipsec_starter[74559]: configuration 'con1000' unrouted
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense ipsec_starter[74559]: 
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 4 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 4 fds
Apr 18 20:48:46 pfsense charon: 06[CFG] received stroke: delete connection 'con1000'
Apr 18 20:48:46 pfsense charon: 06[CFG] received stroke: delete connection 'con1000'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 06[CFG] deleted connection 'con1000'
Apr 18 20:48:46 pfsense charon: 06[CFG] deleted connection 'con1000'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 12[CFG] received stroke: add connection 'con1000'
Apr 18 20:48:46 pfsense charon: 12[CFG] received stroke: add connection 'con1000'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 12[CFG] conn con1000
Apr 18 20:48:46 pfsense charon: 12[CFG] conn con1000
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 12[CFG]   left=1.2.3.4
Apr 18 20:48:46 pfsense charon: 12[CFG]   left=1.2.3.4
Apr 18 20:48:46 pfsense charon: 12[CFG]   leftsubnet=192.168.179.0/24
Apr 18 20:48:46 pfsense charon: 12[CFG]   leftsubnet=192.168.179.0/24
Apr 18 20:48:46 pfsense charon: 12[CFG]   leftauth=psk
Apr 18 20:48:46 pfsense charon: 12[CFG]   leftauth=psk
Apr 18 20:48:46 pfsense charon: 12[CFG]   leftid=fqdn:quidproquo.myfirewall.org
Apr 18 20:48:46 pfsense charon: 12[CFG]   leftid=fqdn:quidproquo.myfirewall.org
Apr 18 20:48:46 pfsense charon: 12[CFG]   right=reiden.myfirewall.org
Apr 18 20:48:46 pfsense charon: 12[CFG]   right=reiden.myfirewall.org
Apr 18 20:48:46 pfsense charon: 12[CFG]   rightsubnet=192.168.178.0/24
Apr 18 20:48:46 pfsense charon: 12[CFG]   rightsubnet=192.168.178.0/24
Apr 18 20:48:46 pfsense charon: 12[CFG]   rightauth=psk
Apr 18 20:48:46 pfsense charon: 12[CFG]   rightauth=psk
Apr 18 20:48:46 pfsense charon: 12[CFG]   rightid=fqdn:reiden.myfirewall.org
Apr 18 20:48:46 pfsense charon: 12[CFG]   rightid=fqdn:reiden.myfirewall.org
Apr 18 20:48:46 pfsense charon: 12[CFG]   ike=3des-sha1-modp1024!
Apr 18 20:48:46 pfsense charon: 12[CFG]   ike=3des-sha1-modp1024!
Apr 18 20:48:46 pfsense charon: 12[CFG]   esp=3des-sha1-modp1024!
Apr 18 20:48:46 pfsense charon: 12[CFG]   esp=3des-sha1-modp1024!
Apr 18 20:48:46 pfsense charon: 12[CFG]   dpddelay=10
Apr 18 20:48:46 pfsense charon: 12[CFG]   dpddelay=10
Apr 18 20:48:46 pfsense charon: 12[CFG]   dpdtimeout=60
Apr 18 20:48:46 pfsense charon: 12[CFG]   dpdtimeout=60
Apr 18 20:48:46 pfsense charon: 12[CFG]   dpdaction=3
Apr 18 20:48:46 pfsense charon: 12[CFG]   dpdaction=3
Apr 18 20:48:46 pfsense charon: 12[CFG]   mediation=no
Apr 18 20:48:46 pfsense charon: 12[CFG]   mediation=no
Apr 18 20:48:46 pfsense charon: 12[CFG]   keyexchange=ikev1
Apr 18 20:48:46 pfsense charon: 12[CFG]   keyexchange=ikev1
Apr 18 20:48:46 pfsense charon: 20[LIB] created thread 20 [80279e800]
Apr 18 20:48:46 pfsense charon: 12[KNL] 5.6.7.8 is not a local address or the interface is down
Apr 18 20:48:46 pfsense charon: 12[KNL] 5.6.7.8 is not a local address or the interface is down
Apr 18 20:48:46 pfsense charon: 12[CFG] added configuration 'con1000'
Apr 18 20:48:46 pfsense charon: 12[CFG] added configuration 'con1000'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 21 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 12[CFG] received stroke: route 'con1000'
Apr 18 20:48:46 pfsense charon: 12[CFG] received stroke: route 'con1000'
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 12[CFG] proposing traffic selectors for us:
Apr 18 20:48:46 pfsense charon: 12[CFG] proposing traffic selectors for us:
Apr 18 20:48:46 pfsense charon: 12[CFG]  192.168.179.0/24|/0
Apr 18 20:48:46 pfsense charon: 12[CFG]  192.168.179.0/24|/0
Apr 18 20:48:46 pfsense charon: 12[CFG] proposing traffic selectors for other:
Apr 18 20:48:46 pfsense charon: 12[CFG] proposing traffic selectors for other:
Apr 18 20:48:46 pfsense charon: 12[CFG]  192.168.178.0/24|/0
Apr 18 20:48:46 pfsense charon: 12[CFG]  192.168.178.0/24|/0
Apr 18 20:48:46 pfsense charon: 12[CFG] configured proposals: ESP:3DES_CBC/HMAC_SHA1_96/NO_EXT_SEQ
Apr 18 20:48:46 pfsense charon: 12[CFG] configured proposals: ESP:3DES_CBC/HMAC_SHA1_96/NO_EXT_SEQ
Apr 18 20:48:46 pfsense charon: 12[KNL] adding policy 192.168.179.0/24|/0 === 192.168.178.0/24|/0 out
Apr 18 20:48:46 pfsense charon: 12[KNL] adding policy 192.168.179.0/24|/0 === 192.168.178.0/24|/0 out
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 12[KNL] adding policy 192.168.178.0/24|/0 === 192.168.179.0/24|/0 in
Apr 18 20:48:46 pfsense charon: 12[KNL] adding policy 192.168.178.0/24|/0 === 192.168.179.0/24|/0 in
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense ipsec_starter[74559]: 'con1000' routed
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense ipsec_starter[74559]: 
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:46 pfsense charon: 12[KNL] received an SADB_ACQUIRE
Apr 18 20:48:46 pfsense charon: 12[KNL] received an SADB_ACQUIRE
Apr 18 20:48:46 pfsense charon: 12[KNL] creating acquire job for policy 1.2.3.4/32|/0 === 5.6.7.8/32|/0 with reqid {2}
Apr 18 20:48:46 pfsense charon: 12[KNL] creating acquire job for policy 1.2.3.4/32|/0 === 5.6.7.8/32|/0 with reqid {2}
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:46 pfsense charon: 13[MGR] checkout IKE_SA by config
Apr 18 20:48:46 pfsense charon: 13[MGR] checkout IKE_SA by config
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:46 pfsense charon: 13[MGR] found existing IKE_SA 1 with a 'con1000' config
Apr 18 20:48:46 pfsense charon: 13[MGR] found existing IKE_SA 1 with a 'con1000' config
Apr 18 20:48:46 pfsense charon: 13[IKE] queueing QUICK_MODE task
Apr 18 20:48:46 pfsense charon: 13[IKE] <con1000|1> queueing QUICK_MODE task
Apr 18 20:48:46 pfsense charon: 13[IKE] delaying task initiation, AGGRESSIVE exchange in progress
Apr 18 20:48:46 pfsense charon: 13[IKE] <con1000|1> delaying task initiation, AGGRESSIVE exchange in progress
Apr 18 20:48:46 pfsense charon: 13[MGR] checkin IKE_SA con1000[1]
Apr 18 20:48:46 pfsense charon: 13[MGR] <con1000|1> checkin IKE_SA con1000[1]
Apr 18 20:48:46 pfsense charon: 13[MGR] checkin of IKE_SA successful
Apr 18 20:48:46 pfsense charon: 13[MGR] <con1000|1> checkin of IKE_SA successful
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 22 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 22 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 12[CFG] vici client 16 connected
Apr 18 20:48:56 pfsense charon: 12[CFG] vici client 16 connected
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 12[CFG] vici client 16 registered for: list-sa
Apr 18 20:48:56 pfsense charon: 12[CFG] vici client 16 registered for: list-sa
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 15[CFG] vici client 16 requests: list-sas
Apr 18 20:48:56 pfsense charon: 15[CFG] vici client 16 requests: list-sas
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 12[CFG] vici client 16 disconnected
Apr 18 20:48:56 pfsense charon: 12[CFG] vici client 16 disconnected
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:56 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 22 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 22 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 15[CFG] vici client 17 connected
Apr 18 20:48:59 pfsense charon: 15[CFG] vici client 17 connected
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 15[CFG] vici client 17 registered for: list-sa
Apr 18 20:48:59 pfsense charon: 15[CFG] vici client 17 registered for: list-sa
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 12[CFG] vici client 17 requests: list-sas
Apr 18 20:48:59 pfsense charon: 12[CFG] vici client 17 requests: list-sas
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to write
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 7 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watched FD 24 ready to read
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 14[CFG] vici client 17 disconnected
Apr 18 20:48:59 pfsense charon: 14[CFG] vici client 17 disconnected
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:48:59 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:44 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watched FD 16 ready to read
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:47 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:51 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:49:51 pfsense charon: 02[JOB] watched FD 11 ready to read
Apr 18 20:49:51 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:51 pfsense charon: 02[JOB] watcher going to poll() 5 fds
Apr 18 20:49:51 pfsense charon: 05[KNL] received an SADB_ACQUIRE
Apr 18 20:49:51 pfsense charon: 05[KNL] received an SADB_ACQUIRE
Apr 18 20:49:51 pfsense charon: 05[KNL] creating acquire job for policy 1.2.3.4/32|/0 === 5.6.7.8/32|/0 with reqid {2}
Apr 18 20:49:51 pfsense charon: 05[KNL] creating acquire job for policy 1.2.3.4/32|/0 === 5.6.7.8/32|/0 with reqid {2}
Apr 18 20:49:51 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:51 pfsense charon: 02[JOB] watcher got notification, rebuilding
Apr 18 20:49:51 pfsense charon: 07[CFG] ignoring acquire, connection attempt pending
Apr 18 20:49:51 pfsense charon: 07[CFG] ignoring acquire, connection attempt pending
Apr 18 20:49:51 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:51 pfsense charon: 02[JOB] watcher going to poll() 6 fds
Apr 18 20:49:58 pfsense charon: 01[JOB] got event, queuing job for execution
Apr 18 20:49:58 pfsense charon: 01[JOB] got event, queuing job for execution
Apr 18 20:49:58 pfsense charon: 01[JOB] no events, waiting
Apr 18 20:49:58 pfsense charon: 01[JOB] no events, waiting
Apr 18 20:49:58 pfsense charon: 05[MGR] checkout IKEv1 SA with SPIs 630b155444c4dc35_i 0000000000000000_r
Apr 18 20:49:58 pfsense charon: 05[MGR] checkout IKEv1 SA with SPIs 630b155444c4dc35_i 0000000000000000_r
Apr 18 20:49:58 pfsense charon: 05[MGR] IKE_SA con1000[1] successfully checked out
Apr 18 20:49:58 pfsense charon: 05[MGR] IKE_SA con1000[1] successfully checked out
Apr 18 20:49:58 pfsense charon: 05[IKE] giving up after 5 retransmits
Apr 18 20:49:58 pfsense charon: 05[IKE] <con1000|1> giving up after 5 retransmits
Apr 18 20:49:58 pfsense charon: 05[IKE] establishing IKE_SA failed, peer not responding
Apr 18 20:49:58 pfsense charon: 05[IKE] <con1000|1> establishing IKE_SA failed, peer not responding
Apr 18 20:49:58 pfsense charon: 05[MGR] checkin and destroy IKE_SA con1000[1]
Apr 18 20:49:58 pfsense charon: 05[MGR] <con1000|1> checkin and destroy IKE_SA con1000[1]
Apr 18 20:49:58 pfsense charon: 05[IKE] IKE_SA con1000[1] state change: CONNECTING => DESTROYING
Apr 18 20:49:58 pfsense charon: 05[IKE] <con1000|1> IKE_SA con1000[1] state change: CONNECTING => DESTROYING
Apr 18 20:49:58 pfsense charon: 05[MGR] checkin and destroy of IKE_SA successful
Apr 18 20:49:58 pfsense charon: 05[MGR] checkin and destroy of IKE_SA successful

PS. Und ja, ich halte Sarkasmus aus.

- - - Aktualisiert - - -

Die Feststellung Deinerseits, die FRITZ!Box würde zu ihrer Sicht des VPN nichts protokollieren, kann ich auch nicht nachvollziehen ... sie ist zwar nicht sehr geschwätzig, aber zumindest für entsprechende Anhaltspunkte reicht auch die vorhandene Protokollierung in den Support-Daten (alternativ per Shell-Zugang auszulesen) in vielen Fällen bereits aus.

Und wie komme ich an die Support-Daten, wenn telnet nicht mehr aktiviert werden kann? Oder wie kann ich das bei der FRITZ!Box 7490 FRITZ!OS 06.51 machen? Momentan habe ich keinen physischen Zugang zur Box. :-(
 
Support-Daten gibt es im FRITZ!OS über das GUI und das geht sogar per Fernzugriff über https ... das ist auch der erste Punkt, wo man nachsehen muß.

Dein charon (pfSense benutzt ja StongSwan, wenn ich mich recht erinnere) meldet ja, daß die Gegenseite nict antwortet (peer not responding), da ist die Frage, ob da nichts ankommt oder das Ankommende nur nicht verstanden wird.

Ich kann auch den Impuls nachvollziehen, die öffentlichen IP-Adressen zu maskieren, aber ist das tatsächlich notwendig? Normalerweise reicht es ja, die Verbindung auf PPPoE-Ebene beim DSL einfach neu aufzubauen, dann gibt es i.d.R. auch eine neue IP-Adresse.

Wenn das nicht so sein sollte, ist es auch in Ordnung, die zu verfremden ... aber Dein Protokoll des charon fängt auch nicht am Beginn an (das startet ja schon mit der ersten Fehlernachricht zu fehlgeschlagenen Übertragungen).

"diag" als Stufe für die Details in den Paketen ist als Einstieg schon sehr heftig, weniger reicht auch - dreh mal alles runter, was derzeit auf "diag" steht und stelle das, was derzeit "silent" ist, auf die nächst höhere Stufe.

Da ist im Moment viel Müll im Log, der mit der Verbindungsaufnahme nur peripher zu tun hat bzw. erst dann interessant wird, wenn die sich zwar sehen, aber nicht verstehen ... und was ich so gar nicht verstehe, ist das Verfremden der lokalen Adressen.

Wenn das tatsächlich 192.168.179.0/24 auf der anderen Seite sein sollte, dann ist das nicht unbedingt die beste Wahl, weil das beim FRITZ!OS das erste Netz ist, was für die Adressierung im Gastnetz als Kandidat herangezogen wird. Das muß zwar nicht von Beginn an Probleme bereiten, aber wenn man dann später mal das Gastnetz einschalten will, sucht man sich einen Wolf - insofern wäre das eher ein "no-go" für das entfernte Netz.
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.