Home Page

 Networking

IT

 

Some network related tips.

Wifi on laptop

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.

Route

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.*

 

VPN Default Gateway:

To run a Windows VPN connection without setting the default route, open the VPN connection's Internet Protocol (TCP/IP) settings, go to Advanced settings, uncheck 'Use default gateway on remote network'.