Networking |
Some network related tips.
Atheros Client Utility made my wifi work again. The hardware button must be pressed to activate it, plus software Enable Radio option. The same goes for Bluetooth.
Default Route - Default Gateway
To add a default route with the default gateway address of 192.168.12.1, type:
route add 0.0.0.0 mask 0.0.0.0 192.168.12.1
To delete all routes in the IP routing table that begin with 10., type:
route delete 10.*