Date: Thu, 23 May 2013 09:42:02 -0400 From: Joe <fbsd8@a1poweruser.com> To: Devin Teske <dteske@freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: netgraph network setup for jail(8) vnet jails. Message-ID: <519E1CAA.2020909@a1poweruser.com> In-Reply-To: <13CA24D6AB415D428143D44749F57D7201F50BEC@ltcfiswmsgmb26> References: <5197A06A.9080401@a1poweruser.com> <13CA24D6AB415D428143D44749F57D7201F5076A@ltcfiswmsgmb26> <5198221D.5040601@a1poweruser.com> <13CA24D6AB415D428143D44749F57D7201F50BEC@ltcfiswmsgmb26>
next in thread | previous in thread | raw e-mail | index | archive | help
Teske, Devin wrote:
> snip...............
>
> I rendered your output by saving it in a file ("joe.dot") and then running:
>
> dot -Tsvg -o joe.svg < joe.dot
>
> I then uploaded "joe.svg" to my website:
>
> http://druidbsd.sf.net/download/joe.svg
>
> Compare your output to any of the following:
>
> http://druidbsd.sf.net/download/warden0.jbsd.svg
> http://druidbsd.sourceforge.net/download/folsom.svg
>
> It looks like everything is connected properly.
>
> A couple thoughts off the top of my head:
>
> a. Did you enable promiscuous mode on rl0 via ngctl? (in your script perhaps?)
>
> b. Have you tried giving ngeth0 a new MAC address? (I do this through ngctl too, but I imagine ifconfig from within the jail could achieve the same thing)
> --
> Devin
>
>
Yes I enabled promiscuous mode and setautosrc 0 on rl0 via ngctl.
I can find no documentation on why this is done. Can you point me to some?
Yes I gave the jail a unique MAC address.
I tried to generate my own network map, but having problem.
ngctl dot > file.dot works.
dot -Tsvg -o file.svg < file.dot
gives me "command dot not found".
Tried ngctl dot -Tsvg -o file.svg < file.dot
and -T is illegal option.
What am I doing wrong?
Thanks for your help
Joe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?519E1CAA.2020909>
