-
Notifications
You must be signed in to change notification settings - Fork 25
Unable to use multiple VIPs for one peer #28
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
Comments
This is unsupported at the moment. What is your use case for announcing multiple VIPs for the same application ? |
Gocast is deployed for streaming HLS on multiple HW nodes (CDN) inside partners networks. In Our application one any-cast loopback is advertised for streaming. Simple solution for me is to advertise one more any-cast IP inside partner ISP network (middleware IP) and to use nginx proxy. So the middleware and CDN will get same private end user source IP with no need to NAT. The nginx in this case is used for streaming and for middleware - one application (one HTTP 80/443 port) but 2 IPs. |
as a workaround, are you able to define the 2 VIPs as 2 separate apps for now ? Something like this:
|
Hi,
I am getting the error while trying to add more than one IP address:
gocast[2196526]: F0205 15:10:26.962984 2196526 config.go:57] FATAL: Unable to decode yaml: yaml: unmarshal errors: gocast[2196526]: line 29: cannot unmarshal !!seq into string
Configured like this:
The text was updated successfully, but these errors were encountered: