The issue I am facing:
cant access pihole dashboard on any devices using any connections Details about my system:
im on a ubuntu laptop running on a intel centrino 2 and nvidia 9800m What I have changed since installing Pi-hole:
i have default settings and configs too my knowledge
It merges three commands (mkdir, chown & chmod) into a single one.
Dont forget to run below after making changes and before you reboot to check:
sudo systemctl daemon-reload
The reason I include the chmod 750 (-m 750) is bc the socket folder on my Pi (with different path) has 750 permissions instead of 755 from the default umask:
pi@ph5a:~ $ man bash
[..]
umask [-p] [-S] [mode]
The user file-creation mask is set to mode. If mode begins
with a digit, it is interpreted as an octal number; other‐
wise it is interpreted as a symbolic mode mask similar to
that accepted by chmod(1). If mode is omitted, the current
value of the mask is printed. The -S option causes the mask
to be printed in symbolic form; the default output is an oc‐
tal number. If the -p option is supplied, and mode is omit‐
ted, the output is in a form that may be reused as input.
The return status is 0 if the mode was successfully changed
or if no mode argument was supplied, and false otherwise.
The first one (192.168.1.69) is the IP configured in your wifi interface wlp4s0.
Apparently it's working as it should.
I really expected only 192.168.1.69 to work.
The other one is on a different subnet range (looks like an USB Ethernet Adapter).