OSS Not listening on TCP/IP version 4 - Ubuntu

I have Dremio Latest running on Ubuntu with JAVA JDK/JRE 17. I followed the TAR install and setup. I can see in the logs that the service has started. I can ping the server via it’s IP and I can SSH into it as well. I can also do a wget http://localhost:9047 in an SSH session and see the html of the landing page.

Issue is that Dremio does not appear to be listening on tcp version 4 (tcp4, ipv4)

@ip-:~$ sudo netstat -ntlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 372/systemd-resolve
tcp 0 0 127.0.0.54:53 0.0.0.0:* LISTEN 372/systemd-resolve
tcp6 0 0 :::9047 :::* LISTEN 550/java
tcp6 0 0 :::22 :::* LISTEN 1/init
tcp6 0 0 :::2181 :::* LISTEN 550/java
tcp6 0 0 :::35179 :::* LISTEN 550/java
tcp6 0 0 :::45678 :::* LISTEN 550/java
tcp6 0 0 :::32010 :::* LISTEN 550/java
tcp6 0 0 :::31010 :::* LISTEN 550/java

Do I need to do anything with Dremio to listen on the tcp/ip 4 address? The server is reachable and security groups have allow all from all enabled.

Thanks

@dmoney It looks like tcp6 is the default. Any reason why you need it on tcp4?