Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. Join them; it only takes a minute:
There is no tcp6 protocol; it is a convention for tcp over IPv6. Have you tried netstat -n -f inet6 -P tcp ... ?
– user4556274Dec 12 '16 at 15:00
So why does Linux show output for tcp6?
– BattyDec 12 '16 at 15:01
4
@Batty: tcp6 is just short for TCP over IPv6. It's not a protocol but a shortcut to make the output of netstat easier to read.
– Steffen UllrichDec 12 '16 at 15:05
tcp6
protocol; it is a convention fortcp
overIPv6
. Have you triednetstat -n -f inet6 -P tcp ...
? – user4556274 Dec 12 '16 at 15:00