Code Monkey home page Code Monkey logo

Comments (3)

mdrankin avatar mdrankin commented on August 30, 2024

Thought this was fixed but still not working. It is binding to the IPv4 address correctly but is listening on IPv6 only;
image

from generic-seeder.

joeuhren avatar joeuhren commented on August 30, 2024

Don't worry about port 53 looking like its always binding to IPv6 because that is exactly what it does, regardless of whether you want to use an IPv4 or IPv6 address (an IPv4 address can be bound to an IPv6 socket).

I am finding that on newer ubuntu versions, it is necessary to bind the IP address as you have shown with -a 107.173.82.10, so you definitely need that part for the DNS server to work on ubuntu 20.04.

Your command is mostly OK although I notice you are using the server IP address instead of the "A" record, which leads me to believe that you may not have your DNS records properly set up. In the event my assumption is correct, you will need to make sure you follow the step-by-step guide more closely, starting from the Local DNS Server Setup section: https://github.com/team-exor/generic-seeder/blob/master/SETUP.md#local-dns-server-setup

Basically you want to create both an "A" record and an NS record, or else your seeder will not respond to DNS requests. I would recommend to create "A" record = vps.bitcreds.org in your case. Then update your command by changing -n 107.173.82.10 to match your "A" record, for example:

./dnsseed -a 107.173.82.10 -h dnsseed2.bitcreds.org -n vps.bitcreds.org -m [email protected]

Once you have your two DNS records set up correctly and you run the seeder with the modification to the nameserver part, your DNS server should start working immediately. If after those changes you are still not getting a response, it is probably due to cached DNS so try another nslookup dnsseed2.bitcreds.org from a separate remote computer or you can even try an online service such as https://www.whatsmydns.net

from generic-seeder.

joeuhren avatar joeuhren commented on August 30, 2024

Closing due to inactivity. Please feel free to reopen if you are still having issues.

from generic-seeder.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.