<div dir="ltr">2008/10/6 Nicolas Linkert <span dir="ltr">&lt;<a href="mailto:linkert@fastmail.fm">linkert@fastmail.fm</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I might be a bit retarded (one never knows), but for the life of it I<br>
cannot ssh into the FR:<br>
<br>
Host IP: &nbsp;<a href="http://192.168.0.101" target="_blank">192.168.0.101</a><br>
DNS: &nbsp; &nbsp; &nbsp;<a href="http://192.168.0.100" target="_blank">192.168.0.100</a><br>
<br>
On the host I do as root:<br>
ifconfig usb0 <a href="http://192.168.0.200" target="_blank">192.168.0.200</a> netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a><br>
ssh <a href="mailto:root@192.168.0.202">root@192.168.0.202</a><br>
<br>
No route to host ... ?<br>
</blockquote><div><br>If you have eth0 with <a href="http://192.168.0.101">192.168.0.101</a> (i guess it) you&#39;ll have a route for the entire class trough it. So assigning <a href="http://192.168.0.200">192.168.0.200</a> to usb0 is not sufficient. Try route add -host <a href="http://192.168.0.202">192.168.0.202</a> gw <a href="http://192.168.0.200">192.168.0.200</a> after ifconfig, wait about 20 seconds and try to ping/ssh again.<br>
<br>Regards<br><br>&nbsp;&nbsp;&nbsp; Nicola<br></div></div></div>