Giter Club home page Giter Club logo

Comments (4)

mbenkmann avatar mbenkmann commented on August 15, 2024

From [email protected] on November 23, 2012 09:19:45

The learned networks should be stored in a persistent file separate from the clientdb, because someone might want to delete the clientdb but we don't want to lose the learned networks because WOL would regress.

from limux-gosa.

mbenkmann avatar mbenkmann commented on August 15, 2024

From [email protected] on December 04, 2012 13:05:40

Current state of the implementation:

"2) try to resolve the plain name" has been dropped. There's not really a justification for assuming that if "foo.bar.com" fails to resolve we should use "foo.otherdomain.org" just because the name happens to start with "foo". If a system is stored in LDAP with a fully qualified domain name that's a strong statement by the admin that he wants to identify the system with precision.

Most of the algorithm is contained in db.SystemFullyQualifiedNameforMAC(). Step 5), the numeric network spamming is contained directly in action.Wake()

The following parts are still missing:

  1. Add learned numeric networks to db.SystemNetworksKnown()

1.1) Learn numeric networks from (confirm_)new_server messages' elements

1.2) Learn numeric networks from new_foreign_client messages

1.3) Learn numeric networks directly from incoming connections' TCPConn.RemoteAddr(). This takes care of learning server peers as well as client peers, so there's no need to parse elements on new_server or here_i_am.

NOTE: Learning ipHostNumber networks is not included in this list because I believe it offers no additional benefit over the above set.

  1. Learn domains for being returned by db.SystemDomainsKnown()

2.1) Learn domains from peer servers listed in DNS (config.ReadNetwork())

2.2) From reverse lookup, whenever we learn a NEW numeric network from an address in 1) above.

from limux-gosa.

mbenkmann avatar mbenkmann commented on August 15, 2024

From [email protected] on February 18, 2013 10:04:37

=> Bonus

Labels: -Priority-Normal Priority-Bonus

from limux-gosa.

mbenkmann avatar mbenkmann commented on August 15, 2024

From [email protected] on February 18, 2013 10:57:49

Status => Accepted

Status: Accepted

from limux-gosa.

Related Issues (20)

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.