How to add a Null route in windows

 

Host: 
route add 8.8.8.8 mask 255.255.255.255 192.168.1.123 if 1 -p
 
Network:
route add 10.20.30.0 mask 255.255.255.0 192.168.1.123 if 1 -p 
 
 

Checking Root Account Status

  Checking Local Root Account Status Run sudo passwd -S root : Look for the status letter in the output. An L means the account is locked (...

Mais vistos