Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When IPv6 is configured as an intercept the Address is not properly output in the log and event channel service events #872

Open
r-caamano opened this issue Jun 20, 2024 · 0 comments

Comments

@r-caamano
Copy link
Member

intercept.v1 = {"addresses":["192.168.1.0/24","2601:efad:c02:ffc9::1021"],"portRanges":[{"high":22,"low":22}],"protocols":["tcp"],"sourceIp":"$src_ip:$src_port"}

The log shows the correct address (above) in the interceptV1 config but the service event list the IPv6 address as an empty string excerpt from event channel (below)

"Services":[{"Id":"5XzC8mf1RrFO2vmfHGG5GL","Name":"ssh-192.168.1.0","Protocols":["tcp"],"Addresses":[{"IsHost":false,"IP":"192.168.1.0","Prefix":24},{"IsHost":false,"IP":"","Prefix":128}],"Ports":[{"High":22,"Low":22}],"OwnsIntercept":true,"IsAccessible":true,"Timeout":-1,"TimeoutRemaining":-1,"Permissions":{"Bind":false,"Dial":true}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant