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>

index | next in thread | raw e-mail

Hi

Jail configuration with "complete” 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="YES"
jail_list="example"             # Space separated list of names of jails
jail_example_rootdir="/"
jail_example_hostname="${hostname}"
jail_example_interface="lo0"
jail_example_ip="192.0.2.10"
#jail_example_ip_multi0="10.0.0.1" # secondary - shouldn't work?
sockstat show *:21
jail_example_exec_start="service inetd onestart"
jail_example_exec_stop="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


home | help

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