Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] Looking for peers

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] Looking for peers


Chronological Thread 
  • From: Jonah Aragon <jonah AT opennic.org>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] Looking for peers
  • Date: Mon, 24 Dec 2018 17:04:26 -0600
  • Arc-authentication-results: i=1; mail.opennic.org; auth=pass smtp.auth=jonah.aragon AT opennic.org smtp.mailfrom=jonah AT opennic.org
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=opennic.org; s=dkim; t=1545692679; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=a/dr7kFCeObPIOX0HpB5eocA53v7mqdrM65MrpIy7m8=; b=cnypwhrbnBz4Vvugay6CMSJkFr0dU6EzDOYreIivohFpljyoCq5iftCWz7fDGkoyVptjd2 qkv7N6ZzylFzXCuEzFsTDJUb+eV4d0dbrS08BlppCeYfRd1mUOsa0zNbs/Pw3NWqnXgil2 wSL0phWi6o8XGaoEdwzM9JhcwxTKPJYhVCR5b6pNyMwyNREYJrbLGfhSNdgphUiwxaqNMl qLhyH+JyLK1rAx9LsS8zSvJjfUSbm8EJVsHguu4WdbxBsoIqhYHkj3oVCA5yDu1Bo72M/2 tOGgMZjEU88P0/9x8MyWXey4wghsA343qWCjnsOvLkETD7Dd24tj7PKzDTV+Ig==
  • Arc-seal: i=1; s=dkim; d=opennic.org; t=1545692679; a=rsa-sha256; cv=none; b=GaN1kZoMnPJwAhm+935y1Vd9DSDbFwkNL20n9ZFEoqVC/2ok5AiFjPc2rFNMEWOkluQUXi 5yP9ndP5UjgBpxoWg5YiE3ehestAaPOURy3usKwonwQ/MwyhzRpWfSYBsjWzejbc9xiEzv koWAXnIgRmYTOm/r8tQqYHVQrJG3nVQpxE6+Issrx7RGJOLsIzcbYOkwkv2ejhrzvi58ma NN9nI8Z8jLleddu0JXjQTfHC/ogqpcPNEIJycVBEyQRmYdXevZdrQTxH3qrwuFnY5+aEgh /ll0HVAX3B/E1M8m1BlUc5rnl4eRTKbAf+9aB8cqFls9lsoBj+TzskhXKkBFeg==

Hello!

Looks like the records you have there were from the FreeNIC network that
Angelica, vvande, and I were running. I can’t speak for gris and quoque, but
smart is offline, as is the entire overall FreeNIC network for the time
being. Feel free to remove smart from your servers.

I’d love to work with you on this project, but I took a look at your website
and it was very difficult to determine what exactly it is that you’re doing.
You say it’s similar to dn42 but it looks more like just a less restrictive
OpenNIC, much like FreeNIC was/is trying to accomplish. Unless you plan on
extending to other technologies besides DNS in the future. I know dn42 is
kind of making their own virtual internet with VPN tunnels, which is a lot
more complex than simply peering DNS servers.

All that being said, shoot me an email if you’d like to discuss this further,
looks like an interesting project! I’m in the process of moving my servers
from DigitalOcean to an OVH dedicated server and as a result I have a lot
more server space I could cheaply dedicate to stuff like this.

Merry Christmas! All the best,
Jonah

> On Dec 24, 2018, at 3:22 PM, kevin <krattai AT gmail.com> wrote:
>
> FRX update:
>
> OK, FRX is running two servers now:
>
> 199.101.56.46
> 24.76.93.80
>
> They are functioning as openNIC T2 servers, as well. Not fully
> resolving IPv6 right now. My radvd is malfunctioning for some reason.
>
> And, they are now slaving the following tlds from a previous agreement
> with some members. The IPs are live and two of them resolve
> identifiers so I'm assuming they are still functioning.
>
> NB: For those who operate these tlds, let me know if I shouldn't be
> slaving them.
>
> zone "gris" {
> type slave;
> masters { x.x.x.x; };
> file "/etc/bind/gris.zone";
> };
>
> zone "quoque" {
> type slave;
> masters { x.x.x.x; };
> file "/etc/bind/quoque.zone";
> };
>
> zone "smart" {
> type slave;
> masters { x.x.x.x; };
> file "/etc/bind/smart.zone";
> };
>
> I've updated the frxdns.html page to reflect the new server.
>
> I will likely be putting bind info onto my github page soon to reflect
> and to expedite and support the automation of collaboration and
> peering.
>
> Cheers,
>
> Kevin
>
> On Mon, 2018-12-24 at 10:57 -0600, kevin wrote:
>> That's awesome! Thanks Sebastian and the others who have responded
>> to
>> the call.
>>
>> I will also be working to get back in touch with those who were
>> playing
>> around with a dns peer project a while back. Hopefully those who
>> were
>> part of that will also be able and willing to continue that good
>> work.
>>
>> I will ashamedly admit that the FRX site is somewhat inaccurate about
>> how long I've been toying with the idea. It originally started in
>> proof of concept not 15ish years ago, but rather 20 years ago during
>> the Terra Vista VRML project era. :D I just didn't quite want to
>> admit my age. lol
>>
>> Anyhow, good things take time. B)
>>
>> Cheers,
>>
>> Kevin
>>
>> On Mon, 2018-12-24 at 13:54 +0100, Sebastian Makowiecki wrote:
>>>
>>> Hey Kev, hey all :)
>>>
>>> Good stuff. I have (some) time, attention and resources to spare so
>>> keep us updated.
>>>
>>> Wishing you all happy holiday season. Take care :)
>>>
>>> ~
>>> Sebastian MakowieckiOn 24 Dec 2018 6:34 am, kevin <krattai AT gmail.co
>>> m>
>>> wrote:
>>>>
>>>>
>>>>
>>>> Hey folks,
>>>>
>>>> Merry (almost) christmas eve to those of you who are reading this
>>>> on
>>>> the (23rd) 24th. 8)
>>>>
>>>> I'm working on a project called FRX (FReedom eXchange) and I am
>>>> looking
>>>> for people who are willing to peer DNS servers. The goal is also
>>>> to do
>>>> something similar to dn42 (https://dn42.net/home) if not to
>>>> connect
>>>> to
>>>> it directly, as well as other technology frameworks. FRX is
>>>> being
>>>> built out as a distributed infrastructure for distributed
>>>> applications
>>>> and discourse.
>>>>
>>>> The social community discussion is located on the distributed,
>>>> blockchain social community (U.Community), here -> https://u.comm
>>>> un
>>>> ity/
>>>> posts/2976
>>>>
>>>> The project page for non-network connected people is here:
>>>> http://aebl.asuscomm.com/frx/
>>>>
>>>> If connected to the network, it can be visited here:
>>>> http://home.frx/
>>>>
>>>> And to speak directly to any questions as to why I don't apply to
>>>> have
>>>> the tlds incorporated into opennic. Let's just say that it is
>>>> my
>>>> opinion that, even though I really love opennic and what it stood
>>>> for,
>>>> it is far too polluted and exclusive to have a tld on the network
>>>> after
>>>> the recent changes, as opposed to how it once was. But, I will
>>>> keep
>>>> moving forward with what I'm doing.
>>>>
>>>> Thanks in advance for your considerations.
>>>>
>>>> Cheers,
>>>>
>>>> Kevin
>>>>
>>>>
>>>>
>>>> --------
>>>> You are a member of the OpenNIC Discuss list.
>>>> You may unsubscribe by emailing discuss-unsubscribe AT lists.opennic
>>>> pr
>>>> oject.org
>
>
> --------
> You are a member of the OpenNIC Discuss list.
> You may unsubscribe by emailing discuss-unsubscribe AT lists.opennicproject.org




Archive powered by MHonArc 2.6.19.

Top of Page