How to get IPs/hostname from clients from different network(s)?

Above guide configures IP's in /etc/network/interfaces that most likely will conflict with dhcpcd5 thats installed:

pi@ph5:~ $ journalctl -u dhcpcd
[..]
Jan 25 21:20:34 ph5 dhcpcd[7767]: eth0: using static address 10.0.0.4/24
Jan 25 21:20:34 ph5 dhcpcd[7767]: eth0: adding route to 10.0.0.0/24
Jan 25 21:20:34 ph5 dhcpcd[7767]: eth0: adding default route via 10.0.0.1
[..]

Below better to assign multiple IP's to a single interface:

1 Like