The search returned 9 results

by Regis
March 6, 2026 - 3:46 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

It seems to be booting into UEFI mode, not Legacy mode; it's currently blocked due to a domain name issue when it launches the DOS console...
by Regis
March 6, 2026 - 1:59 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

It works on my server itself, but not on a client machine.

On the WAPT client side, when I try to start it, I now get the message...
by Regis
March 6, 2026 - 12:44
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

Hello,

I modified the file /usr/lib/systemd/system/wapttftpserver.service and restarted the service.

But when I run this command, it still doesn't work, so on the Wapt client side, it still doesn't work:

tftp srvwapt3.domain.fr
tftp> binary
tftp> get efi/boot/bootmgfw.efi
Transfer ...
by Regis
March 4, 2026 - 6:15 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

The result is:

2.6.1.17705-092e11fc
by Regis
March 4, 2026 - 5:51 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

Adding Tranquil IT repository:

`cat > /etc/yum.repos.d/wapt.repo <
[wapt]
name=WAPT Server Repo
baseurl=https://wapt.tranquil.it/redhat10/wapt-2.6/
enabled=1
gpgcheck=1
EOF`

So I installed version wapt-2.6
by Regis
March 4, 2026 - 5:20 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

Even when running:

tftp 127.0.0.1
tftp> binary
tftp> get efi/boot/bootmgfw.efi
tftp> quit,

it takes a very, very long time, which isn't normal. And the command:
ss -tulnp gives:

udp UNCONN 8448 0 0.0.0.0:69 0.0.0.0:* users:(("wapttftpserver.",pid=256906,fd=3))

The port isn't listening, which is strange.
by Regis
March 4, 2026 - 5:07 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

When I test TFTP, it takes too long. I wonder if the problem lies there:

`tftp wapt.iplesp.upmc.fr`
`tftp> binary`
`tftp> get bootmgfw.efi`
`Transfer timed out`.

When I test the TFTP server status:

`systemctl status wapttftpserver`
`● wapttftpserver.service - WAPT/WADS TFTP Server startup script ...`
by Regis
March 4, 2026 - 2:35 PM
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Re: Problem accessing the Wapt server on the client side

Hello,

I ran the command:

/opt/wapt/waptserver/scripts/compile_ipxe.sh and got:
.......................................................................................................................................................................................................

install git ...
by Regis
March 4, 2026 - 12:21
Forum: WAPT Server
Subject: Problem accessing the Wapt server on the client side
Answers: 15
Views : 11840

Problem accessing the Wapt server on the client side

Hello,

I'm testing Windows deployment via WAPT on a VirtualBox 7.2.4 environment.

As a reminder, I installed WAPT version 2.6 on Rocky 10.

I've configured the DHCP server; here's the dhcpd.conf file...