KKaslana Posted August 17, 2021 Share Posted August 17, 2021 Greetings! I would like to download the latest development version of 0AD from its SVN repository. Unfortunately, after I typed in this command svn co https://svn.wildfiregames.com/public/ps/trunk/ 0ad as instructed, these errors were displayed and the process terminated. svn: E170013: Unable to connect to a repository at URL 'https://svn.wildfiregames.com/public/ps/trunk' svn: E000101: Error running context: Network is unreachable Initially, I suspected that there is a fault with my ISP, so I tried some pings. Given that I could access all websites through my Google Chrome browser, I am confused by these ping results: ping www.youtube.com PING www.youtube.com(lhr48s08-in-x0e.1e100.net (2a00:1450:4009:818::200e)) 56 data bytes From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=1 Destination unreachable: No route From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=2 Destination unreachable: No route From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=3 Destination unreachable: No route From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=4 Destination unreachable: No route ping www.google.co.uk PING www.google.co.uk(lhr25s34-in-x03.1e100.net (2a00:1450:4009:820::2003)) 56 data bytes From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=1 Destination unreachable: No route From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=2 Destination unreachable: No route From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=3 Destination unreachable: No route ^C --- www.google.co.uk ping statistics --- 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2004ms ping www.wildfiregames.com PING www.wildfiregames.com(mail.kofrezo.io (2a01:4f8:212:c9c::2)) 56 data bytes From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=1 Destination unreachable: No route From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=2 Destination unreachable: No route ^C --- www.wildfiregames.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1002ms However, even more surprisingly, I was able to ping the German Google server, even though I am currently located in England: ping www.google.co.de PING www.google.co.de (88.99.192.80) 56(84) bytes of data. 64 bytes from www2.kv.de (88.99.192.80): icmp_seq=1 ttl=56 time=25.8 ms 64 bytes from www2.kv.de (88.99.192.80): icmp_seq=2 ttl=56 time=25.7 ms 64 bytes from www2.kv.de (88.99.192.80): icmp_seq=3 ttl=56 time=25.7 ms 64 bytes from www2.kv.de (88.99.192.80): icmp_seq=4 ttl=56 time=26.0 ms 64 bytes from www2.kv.de (88.99.192.80): icmp_seq=5 ttl=56 time=25.8 ms Moreover, Git clone does work as usual: git clone https://github.com/0ad/0ad.git Cloning into '0ad'... remote: Enumerating objects: 529292, done. remote: Counting objects: 100% (4226/4226), done. remote: Compressing objects: 100% (705/705), done. ^Cceiving objects: 6% (35824/529292), 68.78 MiB | 17.19 MiB/s Operating System: Arch Linux x86_64 Kernel: 5.13.10-arch1-1 I would appreciate any help or advice that the community can offer, and I can't thank the developers enough for creating such an amazing game for free! Link to comment Share on other sites More sharing options...
Stan` Posted August 17, 2021 Share Posted August 17, 2021 Hey there, Indeed it's strange. There have been some issues with Spanish ISP in the past months which was a bit strange. They decided to block all wildfiregames.com websites. Can you try to use the Google dns see if the link works ? If that's the case it means your ISP if not we'll see if we can diagnose it. 1 Link to comment Share on other sites More sharing options...
nwtour Posted August 17, 2021 Share Posted August 17, 2021 (edited) 1 hour ago, KKaslana said: PING www.youtube.com(lhr48s08-in-x0e.1e100.net (2a00:1450:4009:818::200e)) 56 data bytes From 2a02:c7f:a82:e700::1 (2a02:c7f:a82:e700::1) icmp_seq=1 Destination unreachable: No route 1 hour ago, KKaslana said: PING www.google.co.de (88.99.192.80) 56(84) bytes of data. 64 bytes from www2.kv.de (88.99.192.80): icmp_seq=1 ttl=56 time=25.8 ms IMHO you have a problem with IPv6 addresses. Try: ping -4 svn.wildfiregames.com If it ping work, try: sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 Edited August 17, 2021 by nwtour 2 Link to comment Share on other sites More sharing options...
KKaslana Posted August 17, 2021 Author Share Posted August 17, 2021 Thank you very much for your tips, @nwtour @Stan`, it has been fixed: ping www.wildfiregames.com PING www.wildfiregames.com (136.243.44.163) 56(84) bytes of data. 64 bytes from wildfiregames.com (136.243.44.163): icmp_seq=1 ttl=56 time=24.5 ms 64 bytes from wildfiregames.com (136.243.44.163): icmp_seq=2 ttl=56 time=24.5 ms 64 bytes from wildfiregames.com (136.243.44.163): icmp_seq=3 ttl=56 time=24.4 ms 64 bytes from wildfiregames.com (136.243.44.163): icmp_seq=4 ttl=56 time=24.4 ms 64 bytes from wildfiregames.com (136.243.44.163): icmp_seq=5 ttl=56 time=24.8 ms 64 bytes from wildfiregames.com (136.243.44.163): icmp_seq=6 ttl=56 time=24.4 ms ^C --- www.wildfiregames.com ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5008ms rtt min/avg/max/mdev = 24.377/24.496/24.844/0.157 ms These two lines did the trick for me: 5 hours ago, nwtour said: sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now