Hello,
i was using “netstat” to see network connections on different Linux distribution.
I see Manjaro does not feature it.
$ sudo pacman -Ss netstat
community/netstat-nat 1.4.10-5
Small program written in C displaying NAT connections, managed by netfilter.
after install “sudo pacman -S netstat-nat”, netstat command is not found and netstat-nat shows:
Could not read info about connections from the kernel, make sure netfilter is enabled in kernel or by modules.
What i am doing wrong, or is there any alternative to that program?