[Question] Không thể telnet port 25 bằng IP LAN trên Server Postfix |
27/07/2011 10:06:18 (+0700) | #1 | 244269 |
van_security
Member
|
0 |
|
|
Joined: 08/10/2009 14:02:39
Messages: 159
Offline
|
|
Chào cả nhà,
Mình cài Postfix trên CENTOS xong, hiện gặp 1 vấn đề là Không thể telnet port 25 bằng IP LAN trên
Telnet đến địa chỉ 127.0.0.1 và tên máy thì OK
[root@backup ~]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to backup.mydomain.vn (127.0.0.1).
Escape character is '^]'.
220 backup.mydomain.vn ESMTP Postfix
[root@backup ~]# telnet backup 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 backup.mydomain.vn ESMTP Postfix
Tuy nhiên telnet bằng IP LAN thì không dc
[root@backup ~]# telnet 192.168.1.11 25
Trying 192.168.1.11...
telnet: connect to address 192.168.1.11: Connection refused
telnet: Unable to connect to remote host: Connection refused
|
|
|
|
|
[Question] Không thể telnet port 25 bằng IP LAN trên Server Postfix |
27/07/2011 10:15:53 (+0700) | #2 | 244270 |
van_security
Member
|
0 |
|
|
Joined: 08/10/2009 14:02:39
Messages: 159
Offline
|
|
[root@backup ~]# telnet 192.168.1.11 25
Trying 192.168.1.11...
telnet: connect to address 192.168.1.11: Connection refused
telnet: Unable to connect to remote host: Connection refused
Vấn đề này đã biệt nguyên nhân và fixed. Lí do cấu hình trên file /etc/postfix/main.cf là
inet_interfaces = localhost
Nay đổi thành
inet_interfaces = all
Thì OK |
|
|
|