torsdag 12 augusti 2010 22:39:39 skrev Jeremy:
"No route to host" means that your computer/router doesn't know how to reach
the destination. Normally a desktop uses "default gateway" and that points
upstream. This could be set to wrong address.
Try this to see what the routing table looks like:
ip route
or this for older boxes
route -n
netstat -rn
It should reveal your routing table.
If you're missing the default gw you can add it like this
ip route add default via
or
route add default gw
There are actually several ways to inject routes to not be able to reach a
destination. This for example.
ip route add prohibit
iptables might also be a source of problem.
Feel free to contact me offline if you think this is OT.
regards,
/bengan
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.