Ø Untuk
melakukan konfigurasi IP, maka yang perlu di Edit adalah file “/etc/network/interface”, dengan perintah berikut:
root@server:~#nano
/etc/network/interfaces --->> lalu tekan enter
|
Ø
Kemudian sesuaikanlah script berikut:
# This file describes
the network interfaces available on your system
# and how to activate
them. For more information, see interfaces(5).
# The loopback network
interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.77
netmask 255.255.255.0
gateway 192.168.1.1
|
Ø
Setelah
mengedit file “/etc/network/interfaces”,
lalu simpan filenya dengan menekan “Ctrl + X” lalu tekan “Y”
lalu Enter.
Ø
Jalankan perintah berikut untuk restart service
dari Networking :
root@server:~#/etc/init.d/networking restart ---> lalu tekan enter
|
Running
/etc/init.d/networking restart is deprecated because it may not enable again
some
interfaces ... (warning).
Reconfiguring network
interfaces...done.
|
Ø
Setelah
merestart service dari
Networking, kemudian lakukan
pengujian untuk mengetahui apakah konfigurasi IP Address sudah benar
atau tidak, seperti berikut:
root@server:~#ip a l ---> lalu tekan enter
|
1: lo:
<LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd
00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft
forever
2: eth0:
<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state
UNKNOWN qlen 1000
link/ether 00:17:9a:39:28:53 brd
ff:ff:ff:ff:ff:ff
inet 192.168.1.77/24 brd 192.168.1.255
scope global eth0
inet6 fe80::217:9aff:fe39:2853/64 scope
link
valid_lft forever preferred_lft
forever
3: eth1:
<BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:17:9a:3a:50:99 brd
ff:ff:ff:ff:ff:ff
|
Ø
Kemudian editlah file “/etc/resolv.conf”,
untuk memasukkan alamat DNS ISP, dengan perintah berikut:
root@server:~# nano /etc/resolv.conf ---> lalu tekan enter
|
Ø
Kemudian tambahkan script seperti berikut:
nameserver
202.134.0.155
nameserver
202.134.1.10
|
Ø Setelah
itu simpan filenya simpan filenya
dengan menekan “Ctrl + X” lalu tekan
“Y” lalu Enter.
Ø Selanjutnya
jalankan ping ke gateway yaitu 192.168.1.1,
untuk memastikan bahwa pc server kita telah connect ke gateway, dengan perintah
seperti dibawah ini:
root@server:~# ping 192.168.1.1 ---> lalu tekan enter
|
PING 192.168.1.1
(192.168.1.1) 56(84) bytes of data.
64 bytes from
192.168.1.1: icmp_req=1 ttl=64 time=1.48 ms
64 bytes from
192.168.1.1: icmp_req=2 ttl=64 time=0.324 ms
64 bytes from
192.168.1.1: icmp_req=3 ttl=64 time=0.323 ms
64 bytes from
192.168.1.1: icmp_req=4 ttl=64 time=0.326 ms
^C
--- 192.168.1.1 ping
statistics ---
4 packets transmitted,
4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev =
0.323/0.615/1.489/0.504 ms
|
Ø Pada gambar diatas telah menandakan bahwa server
telah connect ke gateway, untuk berhenti , silahkan tekan “Ctrl + C”Selanjutnya
jalankan ping ke alamat DNS yaitu 202.134.1.10,
untuk memastikan bahwa pc server kita telah connect ke DNS, dengan perintah
seperti dibawah ini:
root@server:~# ping 202.134.1.10 ---> lalu tekan enter
|
PING 202.134.1.10
(202.134.1.10) 56(84) bytes of data.
64 bytes from
202.134.1.10: icmp_req=1 ttl=58 time=58.9 ms
64 bytes from
202.134.1.10: icmp_req=2 ttl=58 time=233 ms
64 bytes from
202.134.1.10: icmp_req=3 ttl=58 time=679 ms
64 bytes from
202.134.1.10: icmp_req=4 ttl=58 time=229 ms
64 bytes from
202.134.1.10: icmp_req=6 ttl=58 time=177 ms
^C
--- 202.134.1.10 ping
statistics ---
6 packets transmitted,
5 received, 16% packet loss, time 5011ms
rtt min/avg/max/mdev =
58.959/275.756/679.411/211.424 ms
|
Ø Pada gambar diatas telah menandakan bahwa server
telah connect ke DNS, untuk berhenti , silahkan tekan “Ctrl + C”. Selanjutnya
jalankan ping ke alamat domain misalnya Google.com,
untuk memastikan bahwa pc server kita telah connect ke internet, dengan
perintah seperti dibawah ini:
root@server:~# ping google.com ---> lalu tekan enter
|
PING google.com
(74.125.235.5) 56(84) bytes of data.
64 bytes from
sin01s04-in-f5.1e100.net (74.125.235.5): icmp_req=1 ttl=53 time=626 ms
64 bytes from
sin01s04-in-f5.1e100.net (74.125.235.5): icmp_req=2 ttl=53 time=669 ms
64 bytes from
sin01s04-in-f5.1e100.net (74.125.235.5): icmp_req=3 ttl=53 time=618 ms
64 bytes from
sin01s04-in-f5.1e100.net (74.125.235.5): icmp_req=4 ttl=53 time=706 ms
64 bytes from
sin01s04-in-f5.1e100.net (74.125.235.5): icmp_req=5 ttl=53 time=621 ms
^C
--- google.com ping
statistics ---
7 packets transmitted,
5 received, 28% packet loss, time 7336ms
rtt min/avg/max/mdev =
618.651/648.536/706.470/34.370 ms
|
bagusnya...
ReplyDeletemakasih...
ReplyDelete