Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Nov 2013 11:36:42 -0500
From:      Boris Kochergin <spawk@acm.poly.edu>
To:        freebsd-net@freebsd.org
Subject:   Jail FIB?
Message-ID:  <52767B9A.6090002@acm.poly.edu>

next in thread | raw e-mail | index | archive | help
Hi.

I am running 9.2-RELEASE/amd64 and would like to have a jail use FIB 1.
The host portion of this seems to work fine:

# sysctl net.fibs net.fibs: 2

# setfib 0 route -n get default
...
gateway: 64.147.127.17

# setfib 1 route -n get default
...
gateway: 216.168.38.241

In my /etc/rc.conf, I have:

jail_wa_console_fib="1"

And, with rc_debug="YES", rc.d tells me that it picked that up:

/etc/rc.d/jail: DEBUG: wa_console fib: 1

But, inside the jail:

# sysctl net.my_fibnum
net.my_fibnum: 0

And, indeed, it takes the FIB 0 route out to the world. Why? How do I
make it use FIB 1?

-Boris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52767B9A.6090002>