You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ziti-edge-tunnel-event.sock does not provide allowed source addresses, portRanges and protocols for hosted services. So it is currently required to scan the log file in order to get the allowedSourceAddresses for a bind service.
ziti-edge-tunnel-event.sock does not provide allowed source addresses, portRanges and protocols for hosted services. So it is currently required to scan the log file in order to get the allowedSourceAddresses for a bind service.
event sock:
{"Op":"bulkservice","Action":"updated","Identifier":"dctun01.json","Fingerprint":"dctun01","AddedServices":[{"Id":"w2uZG6tCQAmcmdz5MIBNv","Name":"dc-access","Protocols":["tcp"],"Addresses":[{"IsHost":false,"IP":"172.16.240.139","Prefix":32}],"Ports":[{"High":22,"Low":22}],"OwnsIntercept":true,"IsAccessible":false,"Timeout":-1,"TimeoutRemaining":-1,"Permissions":{"Bind":true,"Dial":false}}],"RemovedServices":[]}
log file:
config[host.v1]={"allowedAddresses":["172.16.240.139"],"allowedPortRanges":[{"high":22,"low":22}],"allowedProtocols":["tcp"],"allowedSourceAddresses":["192.168.1.0/24"],"forwardAddress":true,"forwardPort":true,"forwardProtocol":true}
The text was updated successfully, but these errors were encountered: