The search returned 2342 results

by sfonteneau
July 16, 2026 - 09:37
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Wapt agent on PC Wordgroup
Answers: 2
Views : 13225

Re: Wapt agent on PC Wordgroup

Hello,

for upgrades you have the "waptupgrade" package which allows you to update the wapt agent itself :)
by sfonteneau
July 9, 2026 - 3:21 PM
Forum: WAPT Server
Subject: [RESOLVED] WADS - Server IP address changed during deployment
Answers: 4
Views : 28187

Re: WADS - Changing the server IP address during deployment


* A dedicated interface for post-installation clients (IP: 192.168.0.1);
* A second interface dedicated to WADS/PXE deployments (IP: 192.168.100.1).


This setup is not very practical and is not recommended because it will cause several problems when the workstation changes VLANs...
by sfonteneau
July 7, 2026 - 10:58
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 24
Views : 42351

Re: OS Deployment - Freezes

Can you tell me if booting from a WinPE USB drive works?
by sfonteneau
July 3, 2026 - 11:53
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

If you have a keytab file, it means there was a wapt account in Active Directory at some point.

You can delete the keytab and run postconf to force its re-creation (be careful not to delete the machine account afterward :) ).
by sfonteneau
July 3, 2026 - 11:01
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

The problem is this... apparently you are using Kerberos but you don't have a WAPT machine account in your Active Directory.

Do you have a /etc/nginx/http-krb5.keytab file on your WAPT server?
by sfonteneau
July 3, 2026 - 10:28
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

Apologies for the error in my previous message:

I'll correct it:

Can you verify that the machine account in your Active Directory server still exists?

If so, what is the value of the ServicePrincipalName attribute?
by sfonteneau
July 3, 2026 - 09:32
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

Good morning

Code: Select all

gss_init_sec_context() failed: Server not found in Kerberos database
Can you verify that the machine account in your wapt server still exists?

If so, what is the value of the ServicePrincipalName attribute?
by sfonteneau
July 2, 2026 - 4:44 PM
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

Isn't 192.168.1.11 listed in /etc/hosts? (bad configuration)

Kinit is trying to connect to 192.168.1.11...
by sfonteneau
July 2, 2026 - 3:59 PM
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

Code: Select all

 
 connect to 192.168.1.11 port 443 from 192.168.1.10 port 34656 failed: No route to host
 
What is the server's IP address?
by sfonteneau
July 2, 2026 - 2:53 PM
Forum: WAPT Server
Subject: [RESOLVED] WADS: wapt agent not registering
Answers: 18
Views : 13997

Re: WADS: wapt agent not registering

Can you tell me what this returns on the WAPT server?

https://www.wapt.fr/fr/doc/wapt-securit ... -with-curl

Could you also tell me what type of server you have? Red Hat? Alma? Debian?