Page 1 of 1

export csv

Published: Dec 8, 2017 - 2:26 PM
by beemoon
Hello,
following my visit to the JRES2017 booth, I'm testing WAPT!

One question: can the CSV field separator be modified? If so, how?

Optional note, but potentially useful in some cases:
my WAPT server is in one VLAN, my clients in another. The Wake-on-LAN (WoL) function uses the server's IP broadcast. I've added a server to the clients' VLAN. There, WoL works, but all clients become unreachable. For organizational reasons, our servers should NOT be in the same VLAN as the clients. While waiting to figure out how to broadcast WoL across routers, is it possible to add one or more IP addresses when creating the agent? I found a workaround to modify the firewall rule, but it would be simpler if this could be integrated into the agent installer.

Re: CSV export

Published: Dec 8, 2017 - 8:22 PM
by sfonteneau
Hello,

this is a question I asked a long time ago. Modifications have been made to WAPT accordingly:

https://github.com/tranquilit/WAPT/blob ... r.py#L1111.

The Wake-on-LAN is sent to 255.255.255.255, but also to the broadcast address registered in WAPT, for example, 172.20.255.255.

Therefore, if you modify your router configuration accordingly, it should work.

Regarding the unreachable issue, it's indeed that firewall rule 8080 is no longer correct with respect to the IP address.

This problem will be resolved in a future version of WAPT.