Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2010 12:23:29 -0500
From:      Eitan Adler <lists@eitanadler.com>
To:        questions@freebsd.org
Subject:   simple NAT for jails
Message-ID:  <AANLkTinT1F_Z4iUX_8Jq2pmyEPag3apqaapnebDkdViv@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,
I want to throw together some jails for friends to play with. I'm not
terribly concerned about security on this machine. My goal is to do
something like
ezjail create james 10.0.0.1
ezjail create jared 10.0.0.2
ezjail create joe 10.0.0.3
ezjail create idaho 10.0.0.4

I have a single IP address for my computer - so I would need some kind
of nat to allow these jails to access the outside world - and allow
the outside world to access them.

I've looked into pf and I guess I would need something like

nat on nfe0 from 10.0.0.1 to any -> $external_ip

is this correct?
Do I need anything in in /etc/pf.conf ?

-- 
Eitan Adler



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