Closed aparcar closed 6 years ago
lleachii:
I should note, while the interface is not listed, I can browse to it by typing:
http://
jow-:
Please provide the output of:
lua -lluci.jsonc -lnixio -e 'print(luci.jsonc.stringify(nixio.getifaddrs(), true))'
lleachii:
root@router:~# lua -lluci.jsonc -lnixio -e 'print(luci.jsonc.stringify(nixio.ge
tifaddrs(), true))'
[
{
"data": {
"rx_bytes": 9845938,
"tx_bytes": 9845938,
"tx_errors": 0,
"rx_errors": 0,
"tx_packets": 158686,
"rx_packets": 158686,
"multicast": 0,
"collisions": 0,
"rx_dropped": 0,
"tx_dropped": 0
},
"flags": {
"broadcast": false,
"promisc": false,
"up": true,
"loopback": true,
"noarp": false,
"multicast": false,
"pointtopoint": false
},
"addr": "00:00:00:00:00:00",
"name": "lo",
"dstaddr": "00:00:00:00:00:00",
"family": "packet",
"hatype": 772,
"broadaddr": "00:00:00:00:00:00",
"ifindex": 1
},
{
"data": {
"rx_bytes": 1355367667,
"tx_bytes": 392420822,
"tx_errors": 0,
"rx_errors": 0,
"tx_packets": 317008354,
"rx_packets": 304935158,
"multicast": 0,
"collisions": 0,
"rx_dropped": 0,
"tx_dropped": 0
},
"flags": {
"broadcast": true,
"promisc": false,
"up": true,
"loopback": false,
"noarp": false,
"multicast": true,
"pointtopoint": false
},
"addr": "
jow-:
I assume the missing devices do not appear in the dump above? Can you check if they're present in ls /sys/class/net/
?
lleachii:
Jo-Philipp,
The missing device does appear, it is tunl0, it's the device with a 44.128.0.0/16 address.
Since I'm not sure why you want the output, it's difficult to assist.
root@router:~# ls /sys/class/net/ 6in4-henet br-network2 eth0.3 ifb0 tunl0 br-amprnet eth0 eth0.4 ip6tnl0 wlan0 br-guest_net eth0.1 eth0.5 lo wlan1 br-lan eth0.2 eth0.6 sit0
lleachii:
IPENCAP/kmod-ipip tunnel does not appear OpenWrt 18.06-SNAPSHOT r6917-8948a78.
lleachii:
In OpenWRT, IPENCAP tunnels appeared in Realtime Graphs > Traffic of the LuCI web application.
After upgrading to LEDE 17, these interfaces no longer appear in the Realtime Graphs menu.