I have a linux container that doesn't send its hostname to tomato's ARP table. It must be a configuration issue on my side but I thought posting here would be a good start to fixing it ![Smile :) :)]()
If I look in the tomato device list, I can see the IP I assigned to the lxc but not the hostname. Below is the network section of my lxc config. Thanks all.
Why does my linux container not send its hostname to tomato?

If I look in the tomato device list, I can see the IP I assigned to the lxc but not the hostname. Below is the network section of my lxc config. Thanks all.
Code:
lxc.utsname = rhea lxc.network.type = veth lxc.network.link = br0 lxc.network.flags = up lxc.network.ipv4 = 10.1.8.101/24...