Skip to main content

Konfigurasi LAN dan DNS di Opensuse 11.4

[Just Share]
Konfigurasi Network di Opensuse 11.4 

Konfigurasi Network untuk setting IP address mesin kita di OS.Opensuse dapat dilakukan dengan tahapan seperti dibawah ini .
Buka Terminal / console :

yast lan


setelah muncul tampilan diatas , pilih edit ( alt+E)

Pilih Static IP lalu isi Ip address , misalkan 192.168.1.67
Subnet:  255.255.255.0 atau isi dengan /24
Hostname : server.domain.co.id
jika sudah pilih Next (alt+N)


Kemudian Parameter sperti attachment diatas  misalkan (disesuaikan) :
Hostname        : server
Domain Name : domain.co.id
Nameserver 1 : ip server (192.168.1.67)
Nameserver 2 : ip Gateway
Nameserver 3 : 8.8.8.8 adalah IP DNS Google
Domain Search : domain.co.id

Kemudian tekan Alt+ U (Routing)

Default Gateway : silahkan isi IP gateway internet anda (misal 192.168.1.210)

Kemudian pilih Ok (Alt+O)

Cek IP yang sudah diseting :

silahkan ketik
ifconfig
Pastikan IP yang muncul adalah IP yang sudah disetting tadi diatas
-------------------------------------------------------------------------------------------------------------------
Konfigurasi DNS (Domain Name Server) di Sles 11
DNS adalah sebuah aplikasi untuk menukarkan nama komputer ke alamat ip dan sebaliknya. DNS diimplementasikan oleh sebuah software bernama BIND (Berkeley Internet Name Domain). BIND dalam pekerjaan sehari-hari dinamakan named

Di console ketik

yast dns-server

Buat DNS Zones, isi Nama domain
misal isi di field Name : domain.co.id , lalu tekan ALT+A (Add)
setelah Add , kemudian tekan ALT+I (edit)

Pada Basic Setup , biarkan apa adanya artinya tidak ada yg diubah .menuju NS Records (ALT+D)

Pada Bagian NS Records isi Name Server (NS)
Misal : ns1  ==> ketikan saja ns1 tanpa nama domain kemudian ALT+A (add) , nama domain akan otomatis muncul di Name Server List . dilanjut ke MX Records (ALT+X)

di Menu MX records
Address : isi dengan mail atau mailserver terserah anda , contoh saya isi server (tanpa nama domain) kemudian tekan ALT+A (add) , nama domain akan otomatis muncul di Mail server List
Dilanjutkan ke menu Record (ALT+E)


di Menu Records , Isi Recordkey
1. ns1 , Value :192.168.1.67      kemudian Tekan ALT+A (Add)
2.server , Value : 192.168.1.67  kemudian Tekan ALT+A (Add)

Lalu Tekan ALT+O (ok)

 Pilih Service Start : When Booting ( ALT+B)
Tekan ALT+O (ok)

Cek DNS Server apakah sudah benar settingnya dengan perintah :
nslookup hostname.domain.tld
nslookup server.domain.co.id

Pastikan IP yang muncul adalah IP Server ( 192168.1.67) lihat gambar diatas

kemudian Cek DNS dengan perintah dig
dig domain.tld MX

dig domain.co.id MX

Pastikan IP yang muncul adalah IP server kita



Comments

Popular posts from this blog

[Arsip] Uninstal Zimbra Mail Server

UnInstalling Zimbra on Linux Uninstall Directions for Linux/All Other Operating Systems As root: 1) Run the commands: su – zimbra zmcontrol stop exit (you should be root after you run exit) 2a) Run the command:  ps -ef | grep -i zimbra If you see running processes 2b) Kill any lingering processes:  kill -9 <pid> 3a) Run the command:  df If you see "amavisd" 3b) run command:  umount /opt/zimbra/amavisd<-new-blah>/tmp 4)  cd /<tmp_tar_install_dir>/zcs/ 5) Run the command:  ./install.sh -u 6) Run the following commands to complete the unistall: rm -rf /opt/zimbra rm -rf /var/log/*zimbra* rm -rf /tmp/*zimbra* rm -rf /tmp/hsperfdata* rm -rf /tmp/install.* rm -rf /tmp/*swatch* rm -rf /tmp/log* Ensure that you removed ALL the files owned by the user zimbra AND that contain the name "zimbra" in: /var/log/ /tmp/ 7) Run the following commands to delete the users and groups: userdel zimbra userdel postfix groupdel zimbra groupdel postfix 8) Remove the line &q

Zimbra Admin Error : Diffie-Hellman key in Server Key Exchange handshake message

Ketika Membuka zimbra admin , muncul error seperti dibawah ini : Secure Connection Failed An error occurred during a connection to Server Zimbra. SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. (Error code: ssl_error_weak_server_ephemeral_dh_key)     The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.     Please contact the website owners to inform them of this problem. ketika saya menggunakan Firefox Ver 42. Berdasarkan penjelasan dari support Mozilla , ini semacam celah keamanan SSL. saat firefox update aplikasi tersebut meningkatkan keamanan celah Diffie-Hellman Diffie–Hellman key exchange (D–H) [nb 1] is a specific method of securely exchanging cryptographic keys over a public channel and was one of the first public-key protocols as originally conceptualized by Ralph Merkle.[1][2] D–H is one of the earliest practical examples of public key exchange implemented within the f
Problem LDAP service  pada Zimbra  [Solved] terjadi pada server replikasi zimbra di kantor saya pada tanggal 5 November 2016 tiba-tiba error LDAP tidak mau startup service. service zimbra start Host test.domainku.com Starting ldap...Done. Failed. Failed to start slapd. Attempting debug start to determine error. daemon: bind(7) failed errno=98 (Address already in use) slap_open_listener: failed on ldap://mail.domain.com:389 Setelah cari-cari di google berhasil yaitu dengan menjalankan ulang file zmsetup.pl -Login sebagai root - /opt/zimbra/libexec/zmsetup.pl root@mailserver:~# /opt/zimbra/libexec/zmsetup.pl Operations logged to /tmp/zmsetup.11072016-131240.log Running bdb db_recover...done. Running zmldapapplyldif...done. Reboot mailserver kemudian berjalan normal ada juga yang menggunakan tutorial seperti dibawah ini (bisa dicoba): Untuk melihat service openldap yang sudah aktif : # ps -ef | grep slap openldap 1129 1 0 15:28 ? 00:00:00 /usr/sbin/slapd -h ldap:/// ldapi:/// -g openldap