ketikan: ifconfig eth0 192.168.4.100 netmask 255.255.255.0
2. untuk mengeceknya
ketikan: ifconfig eth0
hasilnya:
eth0 Link encap:Ethernet HWaddr 00:15:c5:4a:16:5a
inet addr:10.0.0.100 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::215:c5ff:fe4a:165a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:466475604 errors:0 dropped:0 overruns:0 frame:0
TX packets:403172654 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2574778386 (2.5 GB) TX bytes:1618367329 (1.6 GB)
Interrupt:16
3. Untuk konfigurasi Gateway
ketikan: sudo route add default gw 192.168.5.9 eth0
4. untuk mengeceknya
ketikan: route -n
hasilnya:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
5. untuk konfigurasi DNS nya:
ketikan : vi /etc/resolv.conf
pada bagian : nameserver 8.8.8.8
nameserver 8.8.4.4
ganti dengan DNS anda
contoh: nameserver 202.193.12.3
0 Response to "Temporaray IP Addressing"
Posting Komentar