opsi-deploy-client-agent über VPN
Verfasst: 24 Feb 2015, 15:31
Hallo zusammen, wir haben hier 3 Standorte die jeweils mit VPNs miteinander verbunden sind. Wenn ich jetzt versuche das Skript auszuführen erhalte ich folgende Fehlermeldung:
Versuche ich das am selben Standort funktioniert es einwandfrei.. Auf der Firewall scheinen keine Ports geblockt zu werden und die Windows-Firewall ist ausgeschaltet.
Vom TIMEOUT her würde ich ableiten das es zu lange dauert .. ?
Code: Alles auswählen
[notice] Starting deployment to host 'pc-xx.xx.de'
[notice] Querying for ip address of host 'pc-xx.xx.de'
[notice] Got ip address '192.168.200.75' from syscall
[notice] Pinging host 192.168.200.75 ...
[notice] Host 192.168.200.75 is up
[notice] Getting hardware ethernet address of host 'pc-xx.xx.de'
[warning] Failed to get hardware ethernet address for host 'pc-xx'
[notice] Creating client 'pc-xx.xx.de'
[notice] Testing winexe
[error] Deployment to 'pc-xx.xx.de' failed: Failed to execute command on host 'pc-xx': winexe error: Command './winexe -U 'xx\Administrator%*** confidential ***' //pc-xx 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'' failed (1):
ERROR: Failed to open connection - NT_STATUS_IO_TIMEOUT
Vom TIMEOUT her würde ich ableiten das es zu lange dauert .. ?