How to set static IP address and networking details in Kali Linux
mardi 30 juin 2015
Libellés :
Kali Linux
,
Tech tips
~
In this post, I'm going to share on how to set static IP address and networking details in Kali Linux.Steps
1) Open the terminal and check network interface file .
2) Edit "/etc/network/interfaces" file.
orca@omura:~$ sudo gedit /etc/network/interfaces
3) Disable "dhcp" and update the network static IP address information in the file and "save"
4) Refresh the connection by running "ifdown eth0" to turn off the network interface and "ifup eth0" command to turn on the network interface .
orca@omura:~$ sudo ifdown eth0
orca@omura:~$ sudo ifup eth0
5) Kali Linux should run on static IP address .
Read Previous : How to save time doing passive discovery in Kali Linux using discover or bactrack script framework
0 commentaires :
Enregistrer un commentaire