How to set static ip in Linuxes like Kali

  1. sudo pico /etc/network/interfaces
  2. Add the following, modify as needed
    allow-hotplug eth0
    iface eth0 inet static
    address 10.0.0.123
    netmask 255.255.255.0
    gateway 10.0.0.1
    network 10.0.0.0
  3. service networking restart
Posted in Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Signuppp

[mc4wp_form id="2457"]
Website Security Test