an OpenWRT instance (latest build as of 2 days ago)
OpenWRT has 2 interfaces & corresponding devices:
lan0, on the VLAN, static IP, dhcp server
lan2, on my main network, dhcp client
on the VLAN I can ping the machines from each other, and see the OpenWRT lan0(eth0) via arp -a, but it will not return a ping. I do however see dhcp requests & acks in the log. No problems getting to it through lan2(eth2).
It's a bog simple config; no zones, no routes, firewall set to accept.
Any ideas on where to start troubleshooting this would be appreciated.
thanks!
Paul
hmm... good to know. It's all Virtual Machines on ProxMox, and I've triple checked that all the devices are tagged on the same VLAN; that's all the 'cabling' in question.
so you tagged dhcp client and server in same vlan?
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/dhcp
cat /etc/config/firewall
yeah, I'll dig deeper into that - the fact that the other two machines on the bridge can ping each other led me to believe that wasn't the issue.
So the config looks OK?