I installed rundeck using the official deb file, haven't changed any settings and started the server. However I wasn't able to reach the web interface at all. This is on an AWS instance, so I opened up port 4440 for
0.0.0.0/0 but still wasn't able to access it. I had a look at the output from netstat:
tcp6 0 0 :::4440 :::* LISTEN 30914/java
I'm able to SSH into the instance and this shows up as:
tcp 0 0
0.0.0.0:22 0.0.0.0:* LISTEN 488/sshd
So it looks to me like rundeck is only listening on the IPv6 address. How do I configure it to listen on the IPv4 address?
Thanks,
Guy