From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 3 17:21:00 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7936E106564A for ; Tue, 3 Jan 2012 17:21:00 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 346818FC20 for ; Tue, 3 Jan 2012 17:20:59 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQPAB4xA0+DaFvO/2dsb2JhbABEggWDC6hVgXIBAQEEAQEBICsgCwwPEQQBAQECAg0WAwIpAQkVCQgGCAcEARwEh2GkIJEWgS+JSoEWBIg3iiaCJZJS X-IronPort-AV: E=Sophos;i="4.71,450,1320642000"; d="scan'208";a="152340998" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 03 Jan 2012 11:52:19 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 852BFB3F0F; Tue, 3 Jan 2012 11:52:19 -0500 (EST) Date: Tue, 3 Jan 2012 11:52:19 -0500 (EST) From: Rick Macklem To: Devin Teske Message-ID: <2092634439.782373.1325609539518.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <04a201ccca33$fe6115a0$fb2340e0$@fisglobal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: freebsd-hackers@freebsd.org, Dave Robison , Devin Teske , Mohacsi Janos Subject: Re: [ANN] host-setup 4.0 released X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 17:21:00 -0000 David Teske wrote: > > -----Original Message----- > > From: Mohacsi Janos [mailto:mohacsi@niif.hu] > > Sent: Tuesday, January 03, 2012 3:59 AM > > To: Devin Teske > > Cc: freebsd-hackers@freebsd.org; Dave Robison; Devin Teske > > Subject: Re: [ANN] host-setup 4.0 released > > > > Hi Devin, > > I had a look at the code. It is very nice, > > Thank you. > > > > however there are same missing > > elements: > > - IPv6 support > > Open to suggestions. > > Maybe adding a "ipaddr6" below "ipaddr" in the interface configuration > menu. > > Also, do you happen to know what the RFC number is for IPv6 address > format? I > need to know all the special "features" (for example, I know you can > specify > "::1" for localhost, but can you simply omit octets at-will? e.g., > ::ff:12:00::: > ?) > The basics are in RFC4291, but I think that inet_pton(3) knows how to deal with it. (I think "::" can be used once to specify the longest # of 16bit fields that are all zeros.) After inet_pton() has translated it to a binary address, then the macros in sys/netinet6/in6.h can be used to determine if the address is a loopback, etc. I'm no ip6 guy by any means, so others, please correct/improve on this, as required. rick > > > - VLAN tagging support - creation/deleting > > How is that done these days? and how might we present it in the user > interface? > -- > Devin > > > > > > Best Regards, > > > > Janos Mohacsi > > Head of HBONE+ project > > Network Engineer, Deputy Director of Network Planning and Projects > > NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 > > 6F64 7B00 70EF 9882 > > > > On Mon, 2 Jan 2012, Devin Teske wrote: > > > > > Hi fellow -hackers, > > > > > > I'd like to announce the release of a major new revision (4.0) of > > > my > > > FreeBSD setup utility "host-setup". > > > > > > http://druidbsd.sourceforge.net/ > > > > > > Direct Link: > > > http://druidbsd.sourceforge.net/download/host-setup.txt > > > > > > NOTE: Make sure to hit "refresh" to "defeat the cache" > > > > > > Major highlights of this version are listed on the druidbsd > > > homepage. > > > > > > For those unfamiliar with my "host-setup", it's a manly shell > > > script > > > designed to make it super-easy to configure the following: > > > 1. Timezone > > > 2. Hostname/Domain > > > 3. Network Interface Settings > > > 4. Default Router/Gateway > > > 5. DNS nameservers > > > > > > All from an easy-to-use dialog(1) or Xdialog(1)* interface > > > > > > * Fully compatible and tested -- simply pass `-X' while in a > > > usable X > > > environment > > > -- > > > Devin > > > > > > P.S. Feedback most certainly is welcomed! > > > > > > _____________ > > > The information contained in this message is proprietary and/or > confidential. If > > you are not the intended recipient, please: (i) delete the message > > and all > copies; > > (ii) do not disclose, distribute or use the message in any manner; > > and (iii) > notify > > the sender immediately. In addition, please be aware that any > > message > > addressed to our domain is subject to archiving and review by > > persons other > than > > the intended recipient. Thank you. > > > _______________________________________________ > > > freebsd-hackers@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > > To unsubscribe, send any mail to > > > "freebsd-hackers-unsubscribe@freebsd.org" > > > > > _____________ > The information contained in this message is proprietary and/or > confidential. If you are not the intended recipient, please: (i) > delete the message and all copies; (ii) do not disclose, distribute or > use the message in any manner; and (iii) notify the sender > immediately. In addition, please be aware that any message addressed > to our domain is subject to archiving and review by persons other than > the intended recipient. Thank you. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org"