diff options
author | dd <dd@FreeBSD.org> | 2001-09-03 15:42:10 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-09-03 15:42:10 +0000 |
commit | 581074f694280c2a84918d3f09f24392da8ad8c2 (patch) | |
tree | 9b10dd27f80718f41d032f24001c44676c406d71 /usr.sbin | |
parent | 973eb1653aceb8e7163e9c4f7b9c2307fe20f2f3 (diff) | |
download | FreeBSD-src-581074f694280c2a84918d3f09f24392da8ad8c2.zip FreeBSD-src-581074f694280c2a84918d3f09f24392da8ad8c2.tar.gz |
syslogd can now be configured to bind to a specific address.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index e6f85d9..0406949 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -95,7 +95,6 @@ in the host environment: sendmail_enable="NO" inetd_flags="-wW -a 192.168.11.23" portmap_enable="NO" -syslogd_flags="-ss" .Ed .Pp .Li 192.169.11.23 @@ -113,16 +112,14 @@ them, if possible. .Pp A number of daemons ship with the base system that may have problems when run from outside of a jail in a jail-centric environment. This includes -.Xr syslogd 8 , .Xr sendmail 8 , .Xr named 8 , and .Xr rpcbind 8 . While sendmail and named can be configured to listen only on a specific IP using their configuration files, in most cases it is easier to simply -run the daemons in jails only, and not in the host environment. Syslogd -cannot be configured to bind only a single IP, but can be configured to -not bind a network port, using the ``-ss'' argument. Attempting to serve +run the daemons in jails only, and not in the host environment. +Attempting to serve NFS from the host environment may also cause confusion, and cannot be easily reconfigured to use only specific IPs, as some NFS services are hosted directly from the kernel. Any third party network software running |