1VIRTNWFILTERD(8)            Virtualization Support            VIRTNWFILTERD(8)
2
3
4

NAME

6       virtnwfilterd - libvirt network filter management daemon
7

SYNOPSIS

9       virtnwfilterd [OPTION]...
10

DESCRIPTION

12       The virtnwfilterd program is a server side daemon component of the lib‐
13       virt virtualization management system.
14
15       It is one of a collection of modular daemons that replace functionality
16       previously provided by the monolithic libvirtd daemon.
17
18       This daemon runs on virtualization hosts to provide management for net‐
19       work filters.
20
21       The virtnwfilterd daemon only listens for requests on a local Unix  do‐
22       main  socket.  Remote  off-host access and backwards compatibility with
23       legacy clients expecting libvirtd is provided by the virtproxy daemon.
24
25       Restarting virtnwfilterd does not interrupt running guests. Guests con‐
26       tinue to operate and changes in their state will generally be picked up
27       automatically during startup. None the less it is recommended to  avoid
28       restarting with running guests whenever practical.
29

SYSTEM SOCKET ACTIVATION

31       The virtnwfilterd daemon is capable of starting in two modes.
32
33       In  the traditional mode, it will create and listen on UNIX sockets it‐
34       self.
35
36       In socket activation mode, it will rely on systemd to create and listen
37       on  the  UNIX  sockets and pass them as pre-opened file descriptors. In
38       this mode most of  the  socket  related  config  options  in  /etc/lib‐
39       virt/virtnwfilterd.conf will no longer have any effect.
40
41       Socket  activation mode is generally the default when running on a host
42       OS that uses systemd. To revert to the traditional mode, all the socket
43       unit files must be masked:
44
45          $ systemctl mask virtnwfilterd.socket virtnwfilterd-ro.socket \
46             virtnwfilterd-admin.socket
47

OPTIONS

49       -h, --help
50
51       Display command line help usage then exit.
52
53       -d, --daemon
54
55       Run as a daemon & write PID file.
56
57       -f, --config *FILE*
58
59       Use this configuration file, overriding the default value.
60
61       -p, --pid-file *FILE*
62
63       Use this name for the PID file, overriding the default value.
64
65       -t, --timeout *SECONDS*
66
67       Exit  after timeout period (in seconds), provided there are neither any
68       client connections nor any running domains.
69
70       -v, --verbose
71
72       Enable output of verbose messages.
73
74       --version
75
76       Display version information then exit.
77

SIGNALS

79       On receipt of SIGHUP virtnwfilterd will reload its configuration.
80

FILES

82   When run as root
83/etc/libvirt/virtnwfilterd.conf
84
85       The default configuration file used by virtnwfilterd, unless overridden
86       on the command line using the -f | --config option.
87
88/run/libvirt/virtnwfilterd-sock
89
90/run/libvirt/virtnwfilterd-sock-ro
91
92/run/libvirt/virtnwfilterd-admin-sock
93
94       The sockets virtnwfilterd will use.
95
96       The TLS Server private key virtnwfilterd will use.
97
98/run/virtnwfilterd.pid
99
100       The PID file to use, unless overridden by the -p | --pid-file option.
101
102   When run as non-root
103$XDG_CONFIG_HOME/libvirt/virtnwfilterd.conf
104
105       The default configuration file used by virtnwfilterd, unless overridden
106       on the command line using the -f``|--config`` option.
107
108$XDG_RUNTIME_DIR/libvirt/virtnwfilterd-sock
109
110$XDG_RUNTIME_DIR/libvirt/virtnwfilterd-admin-sock
111
112       The sockets virtnwfilterd will use.
113
114$XDG_RUNTIME_DIR/libvirt/virtnwfilterd.pid
115
116       The PID file to use, unless overridden by the -p``|--pid-file`` option.
117
118       If $XDG_CONFIG_HOME is not set in your environment, virtnwfilterd  will
119       use $HOME/.config
120
121       If  $XDG_RUNTIME_DIR is not set in your environment, virtnwfilterd will
122       use $HOME/.cache
123

EXAMPLES

125       To retrieve the version of virtnwfilterd:
126
127          # virtnwfilterd --version
128          virtnwfilterd (libvirt) 8.1.0
129
130       To start virtnwfilterd, instructing it to daemonize and  create  a  PID
131       file:
132
133          # virtnwfilterd -d
134          # ls -la /run/virtnwfilterd.pid
135          -rw-r--r-- 1 root root 6 Jul  9 02:40 /run/virtnwfilterd.pid
136

BUGS

138       Please report all bugs you discover.  This should be done via either:
139
140       1. the mailing list
141
142          https://libvirt.org/contact.html
143
144       2. the bug tracker
145
146          https://libvirt.org/bugs.html
147
148       Alternatively,  you may report bugs to your software distributor / ven‐
149       dor.
150

AUTHORS

152       Please refer to the AUTHORS file distributed with libvirt.
153
155       Copyright (C) 2006-2020 Red Hat, Inc., and the authors  listed  in  the
156       libvirt AUTHORS file.
157

LICENSE

159       virtnwfilterd  is  distributed  under  the terms of the GNU LGPL v2.1+.
160       This is free software; see the source for copying conditions. There  is
161       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
162       PURPOSE
163

SEE ALSO

165       virsh(1),      libvirtd(8),       https://www.libvirt.org/daemons.html,
166       https://www.libvirt.org/drvnwfilter.html
167
168
169
170
171                                                              VIRTNWFILTERD(8)
Impressum