Nguyen Minh Thai

Results 1 comments of Nguyen Minh Thai

Try to disable ipv6 which on my case it helped. On Ubuntu: ``` sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1 ```