-
Notifications
You must be signed in to change notification settings - Fork 2
/
USAGE
31 lines (23 loc) · 922 Bytes
/
USAGE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Installing
----------
This code should build and install on FreeBSD via "make all install".
Configuration
-------------
This code ships with several configuration files:
imds.conf - Sample configuration for imds-proxy
freebsd-conf/newsyslog-imds.conf - newsyslog conf for /var/log/imds.log
freebsd-conf/syslog-imds.conf - syslog conf for /var/log/imds.log
freebsd-conf/rc.d-imds-{filterd, proxy} - FreeBSD rc.d scripts.
In addition, the user and group imds:imds must be created in order for the
rc.d scripts to function.
Using the FreeBSD port is recommended since it will automate dispersing the
configuration files and creating the user and group.
Usage
-----
On FreeBSD:
1. Install the "security/imds-filterd" port or the "imds-filterd" package.
2. Add imds_filterd_enable=YES to /etc/rc.conf.
3. Edit imds.conf as desired.
4. Reboot, or start daemons:
service imds-filterd start
service imds-proxy start