Throughput test with iperf...

2013-09-27 Thread takCoder
hi everyone, this might be a bit off-topic but i am really confused and in need of your helps.. :( i need to understand what exactly iperf does while testing network throughput? i'm trying to run a throughput+frame loss test on a router using iperf, and i am really confused with the definitions

Throughput test with iperf..

2013-09-27 Thread Talayeh Asadi
hi everyone, this might be a bit off-topic but i am really confused and in need of your helps.. :( i need to understand what exactly iperf does while testing network throughput? i'm trying to run a throughput+frame loss test on a router using iperf, and i am really confused with the definitions

Freebsd-current kernel freezes

2013-09-27 Thread Juris Kaminskis
Hi, Yesterday i made: Svn update Make buildworld Make buildkernel Make installkernel But when I reboot kernel freezes with last line pci1 I can only boot my previous freebsd9.2 kernel, already tried several times, so can you help me how to troubleshoot? Tks Juris ___

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Michael Sierchio
On Fri, Sep 27, 2013 at 4:11 PM, Frank Leonhardt wrote: > On 27/09/2013 23:08, Terje Elde wrote: >> >> On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: >> >>> If I understand the way it works correctly, the resolver pulls a list of >>> the NS and hard-sets the port number for each to 53 (via a

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Frank Leonhardt
On 27/09/2013 23:08, Terje Elde wrote: On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: If I understand the way it works correctly, the resolver pulls a list of the NS and hard-sets the port number for each to 53 (via a manifest constant) . See libc/resolv/res_init.c. All you need to do(!)

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Terje Elde
On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: > If I understand the way it works correctly, the resolver pulls a list of the > NS and hard-sets the port number for each to 53 (via a manifest constant) . > See libc/resolv/res_init.c. All you need to do(!) is change this to a value > of you

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Frank Leonhardt
On 27/09/2013 19:20, Laurent SALIN wrote: Hello, I wondering how i can send queries to a dns resolver listening on a different port than the normaly 53 tcp/udp ? The situation: I've got a vps who running NSD as a autoritative nameserver, listening on tcp/udp 53 and unbound as personnal resolver,

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread jb
Laurent SALIN laposte.net> writes: > > Hello, > I wondering how i can send queries to a dns resolver listening on a > different port than the normaly 53 tcp/udp ? > > The situation: > I've got a vps who running NSD as a autoritative nameserver, listening > on tcp/udp 53 and unbound as personnal

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread loran42o
Is there any way to use multiple IPs? hi, no I can't. Each VPS got only one IPv4 and I'm really not aware yet about how IPv6 works. Laurent SALIN ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questi

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread loran42o
Le 27/09/2013 22:28, Terje Elde a écrit : Why is that a "bad" solution? You'd cache locally, which is often considered a good thing? Granted, it's a bit of a weird setup, but still. I hope it could be esay as put the ip of my "resolver VPS" in the /etc/resolv.conf and let PF translate the de

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Terje Elde
On 27. sep. 2013, at 20:20, Laurent SALIN wrote: > I've got a "bad" solution, use unbound on the second VPS and maybe tell > him to ask the 1rst VPS on the unusual tcp/udp port Why is that a "bad" solution? You'd cache locally, which is often considered a good thing? Granted, it's a bit of a w

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Mark Felder
On Fri, Sep 27, 2013, at 13:20, Laurent SALIN wrote: > Hello, > I wondering how i can send queries to a dns resolver listening on a > different port than the normaly 53 tcp/udp ? > > The situation: > I've got a vps who running NSD as a autoritative nameserver, listening > on tcp/udp 53 and unbound

Re: General questions regarding FreeBSD 10

2013-09-27 Thread Julian H. Stacey
Hi, Reference: > From: Nikolas Britton > Date: Fri, 27 Sep 2013 12:47:08 -0500 Nikolas Britton wrote: > General questions regarding FreeBSD 10: > > 1. Did virtualization containers (VPS) make it into FreeBSD 10? The > documentation I’ve read implies that you can have nested con

How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Laurent SALIN
Hello, I wondering how i can send queries to a dns resolver listening on a different port than the normaly 53 tcp/udp ? The situation: I've got a vps who running NSD as a autoritative nameserver, listening on tcp/udp 53 and unbound as personnal resolver, listening on a different tcp/udp port. It w

Re: General questions regarding FreeBSD 10

2013-09-27 Thread Teske, Devin
On Sep 27, 2013, at 10:47 AM, Nikolas Britton wrote: > General questions regarding FreeBSD 10: > > 1. Did virtualization containers (VPS) make it into FreeBSD 10? The > documentation I’ve read implies that you can have nested containers, with > little to no performance penalty, is this correct?

General questions regarding FreeBSD 10

2013-09-27 Thread Nikolas Britton
General questions regarding FreeBSD 10: 1. Did virtualization containers (VPS) make it into FreeBSD 10? The documentation I’ve read implies that you can have nested containers, with little to no performance penalty, is this correct? How is networking handled inside these containers? 2. I'm assumi

tcpdump behavior with netgraph

2013-09-27 Thread Riaan Kruger
I am trying to troubleshoot my netgraph setup. I have a custom node connected to ng_ether's orphan and upper hooks. This node inserts a special ethernet tag into certain UDP broadcast packets going out and strip it coming back in. With tcpdump I see two entries for each packet sent, one without th

Is it possible to suspend to disk with geli+Root on ZFS installation

2013-09-27 Thread yudi v
Hi all, Is it possible to suspend to disk (hibernate) when using geli for full disk encryption. My set-up is listed below. So I am going to have an encrypted container and ZFS on top. There are two options for the swap with this set-up, either use a swap file on the ZFS pool or use a separate part

Joystick for FreeBSD/Flightgear

2013-09-27 Thread Matthias Petermann
Hello, I'm curious which of the currently available joysticks are supposed to work with FreeBSD. I'd like to use it for playing games/flightgear. There was some discussion[1] which looks like joysticks should work in general, and I guess there are some models supported better than others.