I assume these are rules based on IP ranges.
Is it possible to provide us with both IP ranges?
Given the problem, I suspect the IP address given isn't a subnet IP.
[RESOLVED] GPO agent deployment issue
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
-
Christophe
- Messages: 85
- Registration: June 5, 2018 - 8:31 AM
- Location: Arras (62)
- Contact :
This is for one hub (1 depot). I have another one in Douai
- Attachments
-
- Screenshot 2023-10-25 1427178.png (23.87 KB) Viewed 6295 times
-
- Screenshot 2023-10-25 142612.png (14.99 KB) Viewed 6295 times
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
It's possible to have all the rules
The one you gave seems correct
to test:
The one you gave seems correct
to test:
Code: Select all
import ipaddress
ipaddress.ip_network("192.168.1.0/24")
-
Christophe
- Messages: 85
- Registration: June 5, 2018 - 8:31 AM
- Location: Arras (62)
- Contact :
Here are the others. We haven't made a rule for Arras because it's the main server
- Attachments
-
- Screenshot 2023-10-25 145225.png (21.89 KB) Viewed 6292 times
-
- Screenshot 2023-10-25 145210.png (15.56 KB) Viewed 6292 times
-
- Screenshot 2023-10-25 145154.png (15 KB) Viewed 6292 times
-
Christophe
- Messages: 85
- Registration: June 5, 2018 - 8:31 AM
- Location: Arras (62)
- Contact :
and another one
- Attachments
-
- Screenshot 2023-10-25 145241.png (19.89 KB) Viewed 6292 times
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Some of your rules are not valid:
Using this is very convenient: https://cric.grenoble.cnrs.fr/Administr ... culMasque/
Code: Select all
C:\Windows\System32>waptpython
Python 3.8.18 (default, Sep 21 2023, 18:30:17) [MSC v.1929 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ipaddress
>>> ipaddress.ip_network("172.20.166.0/20")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "ipaddress.py", line 74, in ip_network
def _compat_range(start, end, step=1):
File "ipaddress.py", line 1459, in __init__
@property
ValueError: 172.20.166.0/20 has host bits set
>>>
Code: Select all
C:\Windows\System32>waptpython
Python 3.8.18 (default, Sep 21 2023, 18:30:17) [MSC v.1929 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ipaddress
>>> ipaddress.ip_network("172.20.182.0/20")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "ipaddress.py", line 74, in ip_network
def _compat_range(start, end, step=1):
File "ipaddress.py", line 1459, in __init__
@property
ValueError: 172.20.182.0/20 has host bits set
-
Christophe
- Messages: 85
- Registration: June 5, 2018 - 8:31 AM
- Location: Arras (62)
- Contact :
Yes, there was indeed an error.
After correcting it, my GPO is working properly again.
Thank you so much for your help.
After correcting it, my GPO is working properly again.
Thank you so much for your help.
