0% found this document useful (0 votes)
94 views1 page

Static Ip Kali

This document configures the network interfaces on a system. It sets the Ethernet interface eth0 to static IP addressing with the IP address 193.168.3.178 and netmask /24, and gateway 193.168.3.1. It also adds the Google public DNS nameserver 8.8.8.8 to the resolv.conf file.

Uploaded by

Sushil Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views1 page

Static Ip Kali

This document configures the network interfaces on a system. It sets the Ethernet interface eth0 to static IP addressing with the IP address 193.168.3.178 and netmask /24, and gateway 193.168.3.1. It also adds the Google public DNS nameserver 8.8.8.8 to the resolv.conf file.

Uploaded by

Sushil Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

vi /etc/network/interfaces

auto eth0
iface eth0 inet static
address 193.168.3.178/24
gateway 193.168.3.1

echo "nameserver 8.8.8.8" > /etc/resolv.conf

You might also like