Judul : Configuration IP Address
link : Configuration IP Address
Configuration IP Address
1. Setting temporary IP:
networks useful to know the address, netmask, and broadcast without manual count
# ifconfig eth0 192.168.10.1/29
perform the command ifconfig eth0 to read ip configuration,
then remember / write down
# ifconfig eth0
2. Permanent IP settings:
# mcedit /etc/networks/interfaces
existing row / lo (loopback 0):
existing row / lo (loopback 0):
auto l0
iface lo0 inet loopback
add the following lines:
auto eth0
iface eth0 inet static
address 192.168.10.1
netmask 255 255 255 248
192.168.10.7 broadcast
gateway 192.168.10.1
3. Restart the networking service:
# /etc/init.d/networking restart
# /etc/init.d/networking restart
Demikianlah Artikel Configuration IP Address
Sekianlah artikel Configuration IP Address kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.
Anda sekarang membaca artikel Configuration IP Address dengan alamat link https://debianmaniak.blogspot.com/2011/01/configuration-ip-address.html
0 Response to "Configuration IP Address"
Post a Comment