On Thu, Jan 30, 2020 at 05:54:37PM -0800, M wrote: > I have tried to find the mac address of a USB modem by using the terminal > (both dom0 and sys-net) and the commands: ???ipconfig???, ???ipconfig -a???, > ???ifconfig???, ???ifconfig -a??? and ???ip link ls???, but none of them > returns the mac address for the USB modem. > > So how can I find the mac address for the USB modem using a terminal ? >
ipconfig is a windows command - ifconfig is linux. Provided the USB modem is attached (as a modem) to sys-net, `ifconfig -a` , or (newer) `ip -a addr` will show the device and mac adddress. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200131021057.GB22142%40thirdeyesecurity.org.
