I need to capture traffic from an LTE base station to assist the vendor in troubleshooting. I happened to have a Proxmox VE installation at the site already, so I wanted to try using that to capture traffic.
I have wireshark installed on a Windows guest. I had an extra NIC (eth3) on the host so I created a new bridge with eth3 as a member and then added a new e1000 interface to the guest. I confgured the switch to mirror traffic from the LTE unit to the port which host eth3 is connected to.
The bridge discards this traffic since the destination MAC addresses are not present on the bridge. This behavior makes perfect sense in hindsight, but I was wondering if there's any way around it. I found several (old) examples on the web which said to set the bridge ageing timeout to 0, but that doesn't seem to work for me. Any suggestions?
I can capture traffic on the Proxmox host, but the vendor's support person is more comfortable working in WIndows.
I have wireshark installed on a Windows guest. I had an extra NIC (eth3) on the host so I created a new bridge with eth3 as a member and then added a new e1000 interface to the guest. I confgured the switch to mirror traffic from the LTE unit to the port which host eth3 is connected to.
The bridge discards this traffic since the destination MAC addresses are not present on the bridge. This behavior makes perfect sense in hindsight, but I was wondering if there's any way around it. I found several (old) examples on the web which said to set the bridge ageing timeout to 0, but that doesn't seem to work for me. Any suggestions?
I can capture traffic on the Proxmox host, but the vendor's support person is more comfortable working in WIndows.