Reply To: Fix the naming so 2 will not fight with each other.

Max2Play Home Forums Max2Play Development (Ideas, Wishes) Fix the naming so 2 will not fight with each other. Reply To: Fix the naming so 2 will not fight with each other.

22. Juli 2021 at 5:45 #51495

Here is the IP info on both of them just checking if the mac address is the same and it’s not.

root@neo-doc2:~# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 3e:34:f5:36:93:03 brd ff:ff:ff:ff:ff:ff
root@neo-doc2:~#

root@max2play-hat:~# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 6e:08:f4:b6:e7:2c brd ff:ff:ff:ff:ff:ff
root@max2play-hat:~#

-Raymond Day