Usage
Joined: 02 Mar 2020 Posts: 1
|
Posted: Mon Mar 02, 2020 10:20 am Post subject: Error parsing address/mask (or interface name) : eth0 |
|
|
Hi,
Any idea of what could be causing this error?
Code: | # /usr/sbin/minissdpd -i "eth0" -d # -i <interface> -d (runs in debug mode)
Error parsing address/mask (or interface name) : eth0
|
eth0 is my wifi radio on my laptop.
--- versions of things ------------------------------------------------------------------
minissdpd version 1.5.20190210-1 (stable)
Running on: Debian 10.2 Buster / GNU/Linux
--- ifconfig report ------------------------------------------------------------------
$ sudo ifconfig -a
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:26:9e:c8:ce:bc txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 30926 bytes 7450192 (7.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 30926 bytes 7450192 (7.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.128 netmask 255.255.255.255 broadcast 192.168.1.128
inet6 fe80::c37e:29ee:8bd5:7f2a prefixlen 64 scopeid 0x20<link>
ether 00:26:c6:28:09:2a txqueuelen 1000 (Ethernet)
RX packets 1446594 bytes 1384132918 (1.2 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 888637 bytes 153906509 (146.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Thanks. |
|