Re: [I] help request: validate ipv6 is disabled [apisix]
Sarkie commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3639111911 Thanks. For anyone else, it was round the houses with regards to enabled at the infrastructure level. So we had to disable it there fully for us to fix this. Not sure if this needs to be raised with nginx more -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Baoyuantop commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3630472458 If there is still a problem, please open it again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Baoyuantop closed issue #12619: help request: validate ipv6 is disabled URL: https://github.com/apache/apisix/issues/12619 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Sarkie commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3455732601 The issue is related from client to apisix. We are still working on the ticket internally, it takes it's time. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Baoyuantop commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3454393137 Hi @Sarkie, any updates? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Baoyuantop commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3332136674 Hi @Sarkie, I'd like to confirm whether the IPv6 issue you encountered is between the client and APISIX, or between APISIX and the upstream service? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Sarkie commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3312422078 thanks @Baoyuantop let me check that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Sarkie commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3312442047 thanks @Crazy-xyr also, didn't see your reply. let me validate on these -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Baoyuantop commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-336929 In APISIX, when `enable_ipv6: false`, APISIX will set `resolver ... ipv6=off` in Nginx configuration. This is a DNS resolution-level IPv6 disablement. If the upstream node's domain name has already cached the IPv6 address during the DNS query, or in some edge cases, Nginx may still attempt an IPv6 connection. You can check whether your domain name resolution only returns IPV4 addresses. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: validate ipv6 is disabled [apisix]
Crazy-xyr commented on issue #12619: URL: https://github.com/apache/apisix/issues/12619#issuecomment-3305129779 @Sarkie Just as in the linked document`https://www.bentasker.co.uk/posts/documentation/linux/694-nginx-logs-two-upstream-statuses.html`, `enable_ipv6: false` only does not accept ipv6 from the client, but it can still connect to the upstream via ipv6.You can turn off ipv6 resolution using custom dns.Set the ipV6-only domain name in the hosts file, and set the apisix upstream address to it for testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
