plik /tmp/dnsmasq.conf:
nterface=wlan1
dhcp-range=192.168.1.2,192.168.1.250,255.255.255.0,12h
dhcp-option=3,192.168.1.1
dhcp-option=6,192.168.1.1
server=8.8.8.8
log-queries
log-dhcp
listen-address=127.0.0.1
Gdy wykonam :
┌─[root@parrot]─[~]
└──╼ #dnsmasq -C /tmp/dnsmasq.conf -d
DOSTAJE:
Reading profile /etc/firejail/dnsmasq.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Parent pid 5587, child pid 5588
The new log directory is /proc/5588/root/var/log
Child process initialized in 77.85 ms
/bin/bash: /usr/local/sbin/dnsmasq: Brak dostępu
Parent is shutting down, bye...
Ktos wie czemu nie pytkło?