howarethingsgoing
New Around Here
Hi,
It appears that there's a bug and envrams and cfg_server are listening and bound on 0.0.0.0 instead of just on localhost.localdomain. This makes them publicly accessible outside of your network.
As a temporary fix, I've added a port forward to an unopened port on a system. Is there a better fix currently available?
I'm on version 386.1_2 on a RT-AX58U.
It appears that there's a bug and envrams and cfg_server are listening and bound on 0.0.0.0 instead of just on localhost.localdomain. This makes them publicly accessible outside of your network.
Code:
xyz@RT-AX58U-5FE8:/tmp/home/root# netstat -lp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5152 0.0.0.0:* LISTEN 274/envrams
tcp 0 0 0.0.0.0:7788 0.0.0.0:* LISTEN 1337/cfg_server
As a temporary fix, I've added a port forward to an unopened port on a system. Is there a better fix currently available?
I'm on version 386.1_2 on a RT-AX58U.