To make /etc/network/interfaces effective after changing the file
When changing the file /etc/network/interfaces, there will be no immediate effect except reboot the system. You can run following commands to take effect.
sudo ifconfig ath0 down sudo /etc/init.d/networking restart sudo ifconfig ath0 up
No comments:
Post a Comment