Cara Ganti IP di Linux Server Centos 6 Sebelum Intall Server Zimbra. Ganti ip di centos 6 |
catatan : Tekan huruf i untuk mengedit file | esc dan :wq untuk save
ip address
-----------------------
-ifconfig eth0 up
- cd /etc/sysconfig/network-scripts/
- vi ifcfg-eth0
(atau)
vi /etc/sysconfig/network-scripts/ifcfg-eth0
--------
DEVICE=eth0
HWADDR=08:00:27:76:F8:02
TYPE=Ethernet
UUID=f733ed84-353d-4af4-8430-8ca1f35019b9
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=10.10.1.21
NETMASK=255.0.0.0
GATEWAY=10.0.0.1
NETWORK=
----------------
Now, configure default getaway:
vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=zimbracentos.patamaas.co.id
----------
Configure DNS Server
vi /etc/resolv.conf
nameserver 127.0.0.1
nameserver 10.0.0.1
Now restart the network interface:
# /etc/init.d/networking restart
Check eth0:
# ifconfig eth0
tinggal di ping deh, kalo reply selamat udah beres ,koneksinya contoh diatas saya setting untuk daerah local dan masalah ip tinggal sesuaikan saja dengan kondisi dimana tempatnya.
salam katro..
catatan : Tekan huruf i untuk mengedit file | esc dan :wq untuk save
ip address
-----------------------
-ifconfig eth0 up
- cd /etc/sysconfig/network-scripts/
- vi ifcfg-eth0
(atau)
vi /etc/sysconfig/network-scripts/ifcfg-eth0
--------
DEVICE=eth0
HWADDR=08:00:27:76:F8:02
TYPE=Ethernet
UUID=f733ed84-353d-4af4-8430-8ca1f35019b9
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=10.10.1.21
NETMASK=255.0.0.0
GATEWAY=10.0.0.1
NETWORK=
----------------
Now, configure default getaway:
vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=zimbracentos.patamaas.co.id
----------
Configure DNS Server
vi /etc/resolv.conf
nameserver 127.0.0.1
nameserver 10.0.0.1
Now restart the network interface:
# /etc/init.d/networking restart
Check eth0:
# ifconfig eth0
tinggal di ping deh, kalo reply selamat udah beres ,koneksinya contoh diatas saya setting untuk daerah local dan masalah ip tinggal sesuaikan saja dengan kondisi dimana tempatnya.
salam katro..