What's new

[Preview] Asuswrt-Merlin 380.63 alpha builds are available

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

What type of traffic is "net control packets"?

Only Trend Micro knows for sure. The traffic in this category matches two of their traffic categories, 9 and 20:

Code:
9,Network Management
20,Network Protocols

My guess is, these are TCP packets (SYN, ACK, etc...) and ICMP. Possibly other types as well, but there is no way to know what these two generic categories are.

2. Would it be possible to rather sort the columns on the right by data usage? So most used is on top and least at the bottom?

Doing so means you would lose the priority information. Traffic is currently shown by priority, starting from the highest. This is the display that makes the most sense, since it's a legend for the chart (generated by the chart itself), not an independent list.
 
Anyone else having issues connecting to the OpenVPN server with 380.63_alpha2-gc90170a ? I didn't try with the previous alpha but haven't been able to connect to the server running on the AC87U. The client still works fine. Nothing out of the ordinary in the system log.

Code:
Oct 28 08:24:21 openvpn[1131]: OpenVPN 2.3.12 arm-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Oct 24 2016
Oct 28 08:24:21 openvpn[1131]: library versions: OpenSSL 1.0.2j  26 Sep 2016, LZO 2.08
Oct 28 08:24:21 openvpn[1132]: Diffie-Hellman initialized with 2048 bit key
Oct 28 08:24:21 openvpn[1132]: Socket Buffers: R=[122880->122880] S=[122880->122880]
Oct 28 08:24:21 openvpn[1132]: TUN/TAP device tun21 opened
Oct 28 08:24:21 openvpn[1132]: TUN/TAP TX queue length set to 100
Oct 28 08:24:21 openvpn[1132]: do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Oct 28 08:24:21 openvpn[1132]: /usr/sbin/ip link set dev tun21 up mtu 1500
Oct 28 08:24:21 kernel: ADDRCONF(NETDEV_CHANGE): tun21: link becomes ready
Oct 28 08:24:21 openvpn[1132]: /usr/sbin/ip addr add dev tun21 10.8.0.1/24 broadcast 10.8.0.255
Oct 28 08:24:21 openvpn[1132]: UDPv4 link local (bound): [undef]
Oct 28 08:24:21 openvpn[1132]: UDPv4 link remote: [undef]
Oct 28 08:24:21 openvpn[1132]: MULTI: multi_init called, r=256 v=256
Oct 28 08:24:21 openvpn[1132]: IFCONFIG POOL: base=10.8.0.2 size=252, ipv6=0
Oct 28 08:24:21 openvpn[1132]: Initialization Sequence Completed

Verified that the IP address it's trying to connect to is correct.
 
Anyone else having issues connecting to the OpenVPN server with 380.63_alpha2-gc90170a ? I didn't try with the previous alpha but haven't been able to connect to the server running on the AC87U. The client still works fine. Nothing out of the ordinary in the system log.

Nothing has changed in OpenVPN in quite a while, and I also use it almost on a daily basis. Increase the log verbosity, and look at the log content during a connection attempt.
 
My bad, :oops: it was the IP address that was wrong, doesn't look like my IP address updated on the network map page when I changed back to it. Also found out my custom ddns script was busted too. Got it fixed up now. ;)
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top