Quote:
Originally Posted by ewmayer
One more Q re. remote access: "hostname -I" gives no fewer than 3 IPs:
192.168.0.89 192.168.0.84 192.168.221.1 [ssh-key stuff]
Tried sshing in from laptop using alternately each of those 3 IPs, got "No route to host" every time. Is there some setting I need to enable in CentOS to allow such remote ssh access?
|
On the phi box enter
ip address. You should be able to ssh its own IP from it.
Although... It looks to me that you have a subnet problem, because 192.168.221.1 is probably masked with 255.255.255.0. I am getting out of my depth here