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

first dialable service is assigned to tun IP #498

Closed
dovholuknf opened this issue Sep 27, 2022 · 1 comment · Fixed by #499
Closed

first dialable service is assigned to tun IP #498

dovholuknf opened this issue Sep 27, 2022 · 1 comment · Fixed by #499
Assignees
Labels
bug Something isn't working

Comments

@dovholuknf
Copy link
Member

Steps to reproduce:

ziti edge create config "winrdp.host.v1" host.v1 '{"protocol":"tcp", "address":"localhost","port":3389}'
ziti edge create config "winrdp.intercept.v1" intercept.v1 '{"protocols":["tcp"],"addresses":["win.rdp.ziti"], "portRanges":[{"low":3389, "high":3389}]}'
ziti edge create service "winrdp.svc" --configs "winrdp.intercept.v1","winrdp.host.v1"
ziti edge create service-policy "winrdp-binding" Bind --service-roles @winrdp.svc --identity-roles @redditwin
ziti edge create service-policy "winrdp-dialing" Dial --service-roles @winrdp.svc --identity-roles @redditubu

observe the IP assigned to win.rdp.ziti is 100.64.0.1 - check the TUN and see it's also 100.64.0.1.

@scareything
Copy link
Member

this was introduced with #478

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants