Difference between revisions of "EMail: Mempersiapkan Server eMail IPv6"

From OnnoWiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
  ip addr add 2345::1/64 dev enp0s3
 
  ip addr add 2345::1/64 dev enp0s3
 +
sudo su
 +
apt update
 +
apt install postfix dovecot-common dovecot-imapd dovecot-pop3d
  
  
Line 15: Line 18:
  
 
  ip addr add 2345::2/64 dev enp0s3
 
  ip addr add 2345::2/64 dev enp0s3
 
 
  
 
==Client A dan B==
 
==Client A dan B==

Revision as of 20:40, 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 install postfix dovecot-common dovecot-imapd dovecot-pop3d


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



Pranala Menarik