Difference between revisions of "EMail: Mempersiapkan Server eMail IPv6"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 7: | Line 7: | ||
==Server A dan B== | ==Server A dan B== | ||
− | Server A | + | ===Server A=== |
ip addr add 2345::1/64 dev enp0s3 | ip addr add 2345::1/64 dev enp0s3 | ||
Line 18: | Line 18: | ||
* Hostname - coba1.id | * Hostname - coba1.id | ||
− | |||
Edit | Edit | ||
Line 26: | Line 25: | ||
nameserver 2345::1 | nameserver 2345::1 | ||
+ | DNS Server | ||
+ | |||
+ | apt -y install bind9 bind9utils bind9-doc | ||
− | Server B | + | ===Server B=== |
ip addr add 2345::2/64 dev enp0s3 | ip addr add 2345::2/64 dev enp0s3 |
Revision as of 20:45, 20 February 2019
Topology Jaringan
Client A --- Server A ------- Server B ---- Client B 2345::1000 2345::1 2345::2 2345::2000
Server A dan B
Server A
ip addr add 2345::1/64 dev enp0s3 sudo su apt update apt -y install postfix dovecot-core dovecot-imapd dovecot-pop3d
Pilih
- Internet Site
- Hostname - coba1.id
Edit
vi /etc/resolv.conf
nameserver 2345::1
DNS Server
apt -y install bind9 bind9utils bind9-doc
Server B
ip addr add 2345::2/64 dev enp0s3
Client A dan B
Client A
ip addr add 2345::1000/64 dev enp0s3
Client B
ip addr add 2345::2000/64 dev enp0s3