2024-08-08, 07:01 PM
Hello,
I have a new host in a IPv6 environnement.
However, it seems like that by default, IPv6 is not enabled.
We can see the port openned on tcp but not on tcp6.
Is there a way to enable it by command line on the linux host ?
Thank you
I have a new host in a IPv6 environnement.
However, it seems like that by default, IPv6 is not enabled.
Code:
nico@wana:~$ sudo netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:8096 0.0.0.0:* LISTEN
tcp 0 0 _localdnsproxy:domain 0.0.0.0:* LISTEN
tcp 0 0 _localdnsstub:domain 0.0.0.0:* LISTEN
tcp6 0 0 [::]:ssh [::]:* LISTEN
udp 0 0 0.0.0.0:7359 0.0.0.0:*
udp 0 0 _localdnsproxy:domain 0.0.0.0:*
udp 0 0 _localdnsstub:domain 0.0.0.0:*
raw6 0 0 [::]:ipv6-icmp [::]:*
We can see the port openned on tcp but not on tcp6.
Is there a way to enable it by command line on the linux host ?
Thank you