Re: Dynamin/Static Resolver Table [netstat like]

2011-06-16 Thread jhell
On Fri, Jun 17, 2011 at 12:40:29PM +0900, Hiroki Sato wrote: > jhell wrote > in <20110617022950.ga58...@dataix.net>: > > jh> Gosh, Wouldnt it be something if we could store our dynamic resolver > jh> information with the interface in the same sort of fashion that

Re: Dynamin/Static Resolver Table [netstat like] ( was [RFC] resolvconf(8) interface id )

2011-06-16 Thread jhell
On Thu, Jun 16, 2011 at 10:29:50PM -0400, jhell wrote: > > > On Thu, Jun 16, 2011 at 01:53:17AM +0900, Hiroki Sato wrote: > > Hi, > > > > I would like your comments about the following issue and proposal. > > > > The background is as follo

Re: bjoern just received the itojun award at the ietf

2010-11-11 Thread jhell
ou will find Bjoern on the front page. Congrats! Bjoern You deserve it. -- jhell,v ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/146534: [icmp6] wrong source address in echo reply

2010-09-18 Thread jhell
The following reply was made to PR kern/146534; it has been noted by GNATS. From: jhell To: bug-follo...@freebsd.org Cc: Subject: Re: kern/146534: [icmp6] wrong source address in echo reply Date: Sat, 18 Sep 2010 18:59:20 -0400 This is a multi-part message in MIME format

Re: kern/146534: [icmp6] wrong source address in echo reply

2010-09-18 Thread jhell
The following reply was made to PR kern/146534; it has been noted by GNATS. From: jhell To: bug-follo...@freebsd.org Cc: Subject: Re: kern/146534: [icmp6] wrong source address in echo reply Date: Sat, 18 Sep 2010 16:52:21 -0400 This is a multi-part message in MIME format

Re: startup network configuration choice

2010-08-17 Thread jhell
h keyword BEFORE NETWORK would wait for the user to press 1, 2, 3, 4 if network_profiles="YES" and then source its respective variables from /etc/netprofile.1 .2 .3 .4 and continue on its way through the rest of the configuration after a predetermined hard coded timeout. There is a ton of wa

Re: patch review for kern/146534

2010-07-05 Thread jhell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2010 04:00, Earl Lapus wrote: > Hi, > > I just want to follow-up on this PR. Basically a working icmp6 > functionality that exists in 7.x and below broke in 8.x and CURRENT. I > believe it's too late to have it fixed in 8.1. Maybe someone on

Re: Multicast tftpd

2010-05-19 Thread jhell
remember which one but there should be a thread for this out there somewhere. -- jhell ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Questions about NFS and NTFS

2010-05-17 Thread jhell
oes not then I recommend restarting the daemons on the server in the following order. service rpcbind restart ;services nfsd restart ;service mountd restart Good luck, -- jhell ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: rc(8) script -- waiting for the network to become usable

2010-05-08 Thread jhell
version and to better fit my schema. Here it is: http://code.google.com/p/jhell/source/browse/base/head/scripts/rc.d/netwait/netwait Regards, - -- jhell -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJL5RtEAAoJEJBXh4mJ2FR+yBwH/11k0MOaPUnlxHSI+

Re: net80211 and PPI header

2010-03-13 Thread jhell
new 11n router. ;) As I have a 11n card in this machine I have only been using 11g. This is exciting! -- jhell ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "fr

Re: NIS is not updating passwd

2010-03-13 Thread jhell
wheel130 Mar 11 11:28 ypservers Regards, Thomas Can you try: pw -y /var/yp useradd test1234 Please see man page for pw(8) for the usage of -y and NIS. Without the above you are effectively adding a local user only. Please also see the usage for nispasswd= in pw.conf(5) Regards, -- jhe

Re: Un-obsolete'ing ipv6_enable

2010-03-08 Thread jhell
a thought in a hay stack. Regards, -- jhell ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Wireshark, netperf and sctp problem

2010-03-04 Thread jhell
x27;t explain, why freebsd receives more packages as delivered from ubuntu? (I have currently only one freebsd system). Any ideas or something additional notes to help me? Is the problem by wireshark or the kernel implementation? Regards Frank

Re: [PATCH] net:: ECMP Phase 1 Fixes for FreeBSD 7.2

2010-02-10 Thread jhell
On Wed, 10 Feb 2010 01:53, balajig81@ wrote: Hi Jhell Delete keys get in the way some times ;) I am sorry i didn't understand your comment. Is it wrong or should i change something, please let me know so that i could create an other patch . Please see below. PS: I had also se

Re: [PATCH] net:: ECMP Phase 1 Fixes for FreeBSD 7.2

2010-02-09 Thread jhell
, - Balaji In ecmp_patch1 you have, @@ -320,8 +320,9 @@ #endif extern int in6_inithead(void **head, int off); -extern int in_inithead(void **head, int off); +extern int in_inthead(void **head, int off); ?? Delete keys get in the way some times ;) -- jhell

Re: How to enable IPv6 on a subset of interfaces

2010-01-13 Thread jhell
e has a better solution that fits properly within the > confines of rc.conf, please speak up. > Not sure if 8.0 still has this cap but you could put you interface commands in /etc/start_if.em0 /etc/start_if.bge0. If this works out let me know I would be i

Re: IPSEC NAT-T

2009-11-01 Thread jhell
lient to browse the stable source in a way that you might be looking for. -- Sun Nov 1 22:10:51 2009 -0500 jhell ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "