Static IP Address Configuration in kali linux

Published: 27 July 2021
on channel: Silent Solution
3,391
15

This Video how Settingg Static IP Address in the Kali Linux Command Line

static IP address allows your employees to connect to your virtual network, your VPN, as well as connect various devices to the network. A static IP address is also necessary for services that must connect using an IP address rather than a domain name

Setting a #Static IP address in Kali Linux

***First go to your Terminal vi /etc/network/interfaces.
Add the below lines to the interfaces file after “iface lo inet loopback” and save it. ...
Now back in the terminal window, input the below commands. ...
When you run the “ip a” command you should see your new #IP settings.

sudo vim /etc/network/interfaces'
auto eth0
iface eth0 inet static
address 192.168.1.240/24
gateway 192.168.1.1
sudo systemctl restart networking.service

#configuration ip in linux

My Facebook Page :-   / silentsolutionbd  

This is my Another Voice Channel
   / @techsolutionbdit  

*******Like, Comment , Support & Subscribe Me**


Watch video Static IP Address Configuration in kali linux online without registration, duration hours minute second in high quality. This video was added by user Silent Solution 27 July 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,391 once and liked it 15 people.