skip to main |
skip to sidebar
Showing posts with label
How to set static IP address and networking details in Kali Linux.
Show all posts
Showing posts with label
How to set static IP address and networking details in Kali Linux.
Show all posts
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 .