I opened the logs of my Airtel Xstream Fibre (ZyXel router) and I saw a lot of debug level logs saying..........

  • Thread starter Thread starter smileymars
  • Start date Start date
  • Replies Replies 2
  • Views Views 55
Messages
3
Location
India
ISP
Airtel, Jio
So i am currently using Airtel Xstream Fibre 40mbps connection. I accidently opened the logs and I saw a lot of debug logs starting with exact same string RemoteMGNT: Action=DROP Unsecured Client Access Deny which contains In and out function with mac addresses belonging to my router and connected devices. The logs are like 2 logs per minute. Even though if zero devices are connected, the debug logs will still generate and with roughly same pace of 2 logs per minute. Anyone has any idea what are those logs? If you are also an airtel xstream fibre user, can you check the logs by logging into router portal?

I have researched about those logs, I mean they seems like normal logs but still i thought about writing on it.

So yes if you have any idea or if your airtel router is also shows the debug logs starting with the mentioned string, feel free to comment.

Thank You
 
exact same string RemoteMGNT: Action=DROP Unsecured Client Access Deny which contains In and out function with mac addresses
standard iptables/nftables firewall log format for e.g. block-external-Do53: IN=br-lan OUT=pppoe-wan MAC=redacted SRC=192.168.1.2 DST=1.1.1.1 LEN=79 TOS=0x00 PREC=0x00 TTL=63 ID=51670 PROTO=UDP SPT=46056 DPT=53 LEN=59
RemoteMGNT is the name of the firewall rule and action is to drop if a packet matches the rule.
Look at the input/output interface and source/destination port in your logs to get more insight.
 
Yes same like you have written. In= br, ppp, nas ; br is the most often occurring one. Yeh, i also concluded same which you have written.
 
Back