Tagged Questions
0
votes
0answers
76 views
Cannot connect to Remote Host
I have a Mini2440 kit which has IP address 192.168.1.230. I connect my laptop by cross cable to kit, configure eth0 address 192.168.1.23 255.255.255.0 but I cannot ping to 192.168.1.230.
In ...
2
votes
4answers
2k views
What would cause 'ping localhost' to fail?
the /etc/hosts file contains a line: 127.0.0.1 localhost
so localhost should be a valid hostname, but any attempt to connect to a port on localhost fails, including ping.
Connection attempts into ...