Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2011 02:03:48 +0400
From:      Subbsd <subbsd@gmail.com>
To:        freebsd-jail <freebsd-jail@freebsd.org>
Subject:   ip settings not work for jail 'service' type
Message-ID:  <CAFt_eMpx3mk2ZQ=sKRFC8kEke%2BnDQqdrs8RaGFORkLuHcmdLfA@mail.gmail.com>

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

Jail configuration with "complete=94 works perfectly with IP4, IP6 and
their secondary.
But if try jailed 'service' - it does not work. For example:

1) have uncomment:
ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l

2) have jail cfg like:
jail_enable=3D"YES"
jail_list=3D"example"             # Space separated list of names of jails
jail_example_rootdir=3D"/"
jail_example_hostname=3D"${hostname}"
jail_example_interface=3D"lo0"
jail_example_ip=3D"192.0.2.10"
#jail_example_ip_multi0=3D"10.0.0.1" # secondary - shouldn't work?
sockstat show *:21
jail_example_exec_start=3D"service inetd onestart"
jail_example_exec_stop=3D"service inetd onestop"

3)
service jail start example

4)
ftp 192.0.2.10
(no connection)

I somewhere was mistaken or it shouldn't work? Thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFt_eMpx3mk2ZQ=sKRFC8kEke%2BnDQqdrs8RaGFORkLuHcmdLfA>