I have installed 2.9.49 and trying out a few things but one issue is starting to get annoying. Whenever I try to telnet 0.0.0.0 or even the IP of the ether1 the telnet screen just says ‘Trying 192.168.50.2…’.
If I reset the system, then it works. What could I be possibley doing wrong that would cause this?
BTW , New Terminal works fine and telnet from my PC also works.
Don’t use 0.0.0.0, that isn’t the IP address of localhost; try 127.0.0.1 instead. As for telneting to the IP address of ether1, you might have a firewall filter rule blocking the traffic. Try adding an ‘allow’ rule in the input chain for a source address of your ether1 IP.
There might be something else that is causing your trouble, but give that a try.