I see the following [examples] when I run cat /sys/kernel/debug/ppe0/entries
- they appear to be wireless entries, as:
- there's currently no wired client traffic
- the MAC always seems to be 00:00:00:00:00:00 - and
- They never appear at
/sys/kernel/debug/ppe0/bind
#From Internet to WAN port (DST ?):
002f6 UNB IPv4 5T orig=3.167.xxx.xxx:443->yyy.yyy.yyy.yyy:57181 new=38.0.64.64:48382->47.55.122.0:20999 eth=00:00:00:00:00:00->00:00:00:00:00:00 etype=0000 vlan=0,0 ib1=10001e0a ib2=0000005f packets=0 bytes=0
#From WAN6 to LAN2
0033c UNB IPv6 5T orig=2a01:b740:1362:0002:0000:0000:0000:0009:443->2600:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:65423 eth=00:00:00:00:00:00->00:00:00:00:00:00 etype=0000 vlan=0,0 ib1=5a00010d ib2=00000000 packets=0 bytes=0
#From LAN1 (VLAN 1) to LAN2 (VLAN 3)
012f2 UNB IPv4 5T orig=192.168.1.xxx:41484->192.168.255.xxx:554 new=32.1.4.112:2560->224.207.190.239:10239 eth=00:00:00:00:00:00->00:00:00:00:00:00 etype=7f47 vlan=10506,0 ib1=10001e0e ib2=11419001 packets=0 bytes=0
- What are these odd "new" IP address/port combinations?
- Why does the VLAN read '0,0` and '10506,0' in these entries?
- What are ib1, ib2?
- Why are no packets/bytes listed?
- What do the first hextets mean preceding "UNB"
- Does UNB mean "Unicast Non Broadcast"?
- 5T - what does it mean?
- Should these show up in the
/sys/kernel/debug/ppe0/bind
too (they don't)?