2026-03-11T09:24:40
Notice
ppp
[wan_link0] PPPoE: can't connect "[c]:"->"mpd55091-0" and "[8]:"->"left": No such file or directory
2026-03-11T09:24:40
Notice
ppp
[wan_link0] Link: reconnection attempt 1
2026-03-11T09:24:36
Notice
opnsense
/usr/local/etc/rc.newwanip: Failed to detect IP for interface wan
2026-03-11T09:24:36
Notice
ppp
[wan_link0] Link: reconnection attempt 1 in 4 seconds
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: state change Stopping --> Starting
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: Down event
2026-03-11T09:24:36
Notice
ppp
[wan_link0] Link: DOWN event
2026-03-11T09:24:36
Notice
ppp
[wan_link0] can't remove hook mpd55091-0 from node "[c]:": No such file or directory
2026-03-11T09:24:36
Notice
ppp
[wan_link0] PPPoE: connection closed
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: LayerDown
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: SendTerminateReq #3
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: state change Closing --> Initial
2026-03-11T09:24:36
Notice
ppp
[wan] Bundle: No NCPs left. Closing links...
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: LayerFinish
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: Down event
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: state change Closing --> Initial
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: LayerFinish
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: Down event
2026-03-11T09:24:36
Notice
ppp
[wan] IFACE: Rename interface pppoe1 to pppoe1
2026-03-11T09:24:36
Notice
ppp
[wan] IFACE: Down event
2026-03-11T09:24:36
Notice
ppp
ppp-linkdown: executing on pppoe1 for inet6
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: LayerDown
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: SendTerminateReq #2
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: state change Opened --> Closing
2026-03-11T09:24:36
Notice
ppp
[wan] IPV6CP: Close event
2026-03-11T09:24:36
Notice
ppp
ppp-linkdown: executing on pppoe1 for inet
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: LayerDown
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: SendTerminateReq #4
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: state change Opened --> Closing
2026-03-11T09:24:36
Notice
ppp
[wan] IPCP: Close event
2026-03-11T09:24:36
Notice
ppp
[wan] Bundle: Status update: up 0 links, total bandwidth 9600 bps
2026-03-11T09:24:36
Notice
ppp
[wan_link0] Link: Leave bundle "wan"
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: state change Opened --> Stopping
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: peer not responding to echo requests
2026-03-11T09:24:36
Notice
ppp
[wan_link0] LCP: no reply to 5 echo request(s)
2026-03-11T09:24:26
Notice
ppp
[wan_link0] LCP: no reply to 4 echo request(s)
2026-03-11T09:24:16
Notice
ppp
[wan_link0] LCP: no reply to 3 echo request(s)
2026-03-11T09:24:06
Notice
ppp
[wan_link0] LCP: no reply to 2 echo request(s)try:
basic_auth = requests.auth.HTTPBasicAuth(tokenname, token)
cert_uuid = "ed543dbb-6b81-4c92-b831-cd678214a853"
cert_data = {
"cert": {
"action": "import",
"descr": "MyCertDescription",
"cert_type": "usr_cert",
"private_key_location": "firewall",
"crt_payload": cert, # string content of certificate file
"prv_payload": key, # string content of privkey file
"csr_payload": ""
}
}
req_url1 = 'https://' + api_url + '/api/trust/cert/set/' + cert_uuid
req_url2 = 'https://' + api_url + '/api/trust/cert/add'
req = requests.post(req_url1, auth=basic_auth, data=cert_data)
resp = req.json()
{'errorMessage': 'missing CA key\n error:0480006C:PEM routines::no start line error:0480006C:PEM routines::no start line', 'errorTitle': 'Certificate error'}
{'result': 'failed', 'validations': {'cert.descr': 'A value is required.'}}
Quote from: Wuensch-AG-Adm on February 23, 2026, 03:26:00 PMDear community,
I am trying to disable the rules (the manual part) in order to set up the rules using policies only, but when I select all entries (or 1000/500/200) and click the "Disable" button, the waiting circle appears, and when it is finished, nothing happens; the checkboxes are not empty.
Is this a known bug or something similar? Because it's crazy to manually deactivate about 30,000 entries.
Thank you in advance for your help.
Best regards,
Joel.