dhcp server liuxLinux serverNETWORK ADMINISTRATIONS

Kuliah Sistem Operasi – Dasar Jaringan Debian. Tugas.5

Kuliah Sistem Operasi – Dasar Jaringan Debian. Tugas.5

Tugas ScreenShoot / SS
———————————–
1.Cek IP Address
#ifconfig (SS1)
2.Ganti IP Address
#nano /etc/network/interfaces (SS2)
3.Restart jaringan
#/etc/init.d/networking restart (SS3)
4.Cek ip address setelah di ganti
#ifconfig (SS4)

Aturan IP Address
—————————-
Akhir NPM + 3
Misal NPM : 19426009
Maka IP Address : 192.168.1.(9+3)
Jadi : 192.168.1.12

#nano /etc/network/interfaces
——————————————-
Auto eth0
Iface eth0 inet static
Address 192.168.1.12
Netmask 255.255.255.0
Network 192.168.1.0

source

by Aryv. tv

linux dhcp server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

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