Quote:
|
Originally Posted by dr.dermann
...nc: forward host lookup failed: Host name lookup failure : Resource temporarily unavailable...
|
mmmmh, check this:
Do you have your machine's
hostname listed in
/etc/hosts with a proper IP address? That IP address can be
localhost, 127.0.0.1
Also after the
iptables commands, check with
iptables -L -n to see if it is respecting your firewall rules.
Another way to open a port is to list it in the
/etc/inetd.conf file though you have to assign it a
service and restart the inetd server, after that of course you should configure your firewall accordingly if any, or nothing would reach the port.