Accessing Subsonic Outside of LAN

I have an Ubuntu box running Subsonic 3.6.beta2. It's running on the default port 8080, and I can access it within my LAN. I've opened port 8080 on my firewall, but I can't access Subsonic outside of my LAN.
Here's the output of "netstat -an | grep 8080" on the Ubuntu box:
I realize that the Ubuntu box needs to be accepting connections from all addresses (0.0.0.0:8080), but I'm not sure how to change this.
Any help would be appreciated!
Thanks,
Devin
Here's the output of "netstat -an | grep 8080" on the Ubuntu box:
- Code: Select all
tcp6 0 0 :::8080 :::* LISTEN
I realize that the Ubuntu box needs to be accepting connections from all addresses (0.0.0.0:8080), but I'm not sure how to change this.
Any help would be appreciated!
Thanks,
Devin