when i "netstat -an | grep LISTEN"
i have line:
tcp6 0 0 127.0.0.1:24030 :::* LISTEN
i want it to be
tcp6 0 0 ::24030 :::* LISTEN
in other words i want to have this port opened to whole LAN, now it is only accesible from local machine
how can i do it?
im on ubuntu 10.04