Christian Gardner wrote: > Thanks Lauri... that's got me a bit further, but not all the way! > > First off, when I run the 'ip route add' command, I get back a message > saying: > > Error: either "to" is duplicate, or "192.168.1.56/24" is a garbage. > > Is this a problem?
Yep. The correct syntax should probably be: ip route add default via 192.168.1.1 dev wlan0 and you should be good. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
