はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 当サイト情報 >> スレッド

????????????????????¨????°???¨??§????????°???????¨??????¬???????????°?????±??????????????§??????

このスレッドはクローズされています。記事の閲覧のみとなります。

 外部から受信できますが、外部に送信できません
????????? 2007/02/13 23:32
????????? hiro

管理人さん初めまして、hiroです。

?不明点・障害内容:外部から受信できますが、外部に送信できません。。。
         解決方法についてご教授頂けないでしょうか。

?ログの有無   :有
  (有:その内容):
....
Feb 12 23:38:12 server postfix/smtp[3482]: connect to gsmtp183.google.com[64.233.183.27]: No route to host (port 25)
Feb 12 23:38:21 server postfix/smtp[3482]: connect to gsmtp163.google.com[64.233.163.27]: No route to host (port 25)
Feb 12 23:38:21 server postfix/smtp[3482]: 3A7FF1C2B30: to=<mymail@gmail.com>, relay=none, delay=38, status=deferred connect to gsmtp163.google.com[64.233.163.27]: No route to host)

?Distribution  :Fedora Core
      Version:3

?Service Name  :Postfix
      Version:2.1.5-5

?ネットワーク構成:
[root@server ~]# cat /etc/hosts
127.0.0.1    localhost.localdomain  server.mydomain.com  localhost
192.168.0.5   server.mydomain.com

[root@server ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=server.mydomain.com
GATEWAYDEV=eth0
GATEWAY=192.168.0.1

[root@server ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
TYPE=Ethernet
NETMASK=255.255.255.0
IPADDR=192.168.0.5
USERCTL=no
PEERDNS=yes
IPV6INIT=no
GATEWAY=192.168.0.1

[root@server ~]# cat /etc/host.conf
order hosts,bind

[root@server ~]# cat /etc/resolv.conf
nameserver 192.168.0.1

[root@server ~]# cat /etc/hosts.allow

[root@server ~]# cat /etc/hosts.deny

[root@server ~]# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address        Foreign Address       State    PID/Program name
tcp    0   0 *:pop3           *:*             LISTEN   2223/dovecot
tcp    0   0 *:telnet          *:*             LISTEN   2213/xinetd
tcp    0   0 *:smtp           *:*             LISTEN   2283/master
tcp    0   0 *:ssh            *:*             LISTEN   2201/sshd
tcp    0   0 *:smtp           *:*             LISTEN   2283/master

[root@server ~]# /sbin/route -n
Kernel IP routing table
Destination   Gateway     Genmask     Flags Metric Ref  Use Iface
192.168.0.0   0.0.0.0     255.255.255.0  U   0   0    0 eth0
169.254.0.0   0.0.0.0     255.255.0.0   U   0   0    0 eth0
0.0.0.0     192.168.0.1   0.0.0.0     UG  0   0    0 eth0

[root@server ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target   prot opt source        destination
RH-Firewall-1-INPUT all -- 0.0.0.0/0      0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target   prot opt source        destination
RH-Firewall-1-INPUT all -- 0.0.0.0/0      0.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target   prot opt source        destination

Chain RH-Firewall-1-INPUT (2 references)
target   prot opt source        destination
ACCEPT   all -- 0.0.0.0/0      0.0.0.0/0
ACCEPT   all -- 0.0.0.0/0      0.0.0.0/0
ACCEPT   all -- 0.0.0.0/0      0.0.0.0/0
ACCEPT   icmp -- 0.0.0.0/0      0.0.0.0/0      icmp type 255
ACCEPT   esp -- 0.0.0.0/0      0.0.0.0/0
ACCEPT   ah  -- 0.0.0.0/0      0.0.0.0/0
ACCEPT   udp -- 0.0.0.0/0      224.0.0.251     udp dpt:5353
ACCEPT   udp -- 0.0.0.0/0      0.0.0.0/0      udp dpt:631
ACCEPT   all -- 0.0.0.0/0      0.0.0.0/0      state RELATED,ESTABLISHED
ACCEPT   tcp -- 0.0.0.0/0      0.0.0.0/0      state NEW tcp dpt:80
ACCEPT   tcp -- 0.0.0.0/0      0.0.0.0/0      state NEW tcp dpt:443
ACCEPT   tcp -- 0.0.0.0/0      0.0.0.0/0      state NEW tcp dpt:21
ACCEPT   tcp -- 0.0.0.0/0      0.0.0.0/0      state NEW tcp dpt:22
ACCEPT   tcp -- 0.0.0.0/0      0.0.0.0/0      state NEW tcp dpt:23
ACCEPT   tcp -- 0.0.0.0/0      0.0.0.0/0      state NEW tcp dpt:25
REJECT   all -- 0.0.0.0/0      0.0.0.0/0      reject-with icmp-host-prohibited

■ コンテンツ関連情報

 Re: 外部から受信できますが、外部に送信できません ( No.1 )
????????? 2007/02/13 23:35
????????? hiro

補足説明:

[root@server ~]# telnet gsmtp183.google.com 25
Trying 64.233.183.27...
telnet: connect to address 64.233.183.27: No route to host
telnet: Unable to connect to remote host: No route to host


[root@server ~]# ping gsmtp183.google.com
PING gsmtp183.google.com (64.233.183.27) 56(84) bytes of data.
64 bytes from nf-in-f27.google.com (64.233.183.27): icmp_seq=0 ttl=233 time=332 ms
64 bytes from nf-in-f27.google.com (64.233.183.27): icmp_seq=1 ttl=233 time=335 ms

--- gsmtp183.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 332.260/333.893/335.527/1.732 ms, pipe 2


[root@server ~]# traceroute gsmtp183.google.com
traceroute to gsmtp183.google.com (64.233.183.27), 30 hops max, 38 byte packets
1 web.setup (192.168.0.1) 0.711 ms 0.796 ms 0.626 ms
2 KHP222006086065.ppp-bb.dion.ne.jp (222.6.86.65) 48.323 ms 14.716 ms 22.961 ms
3 sjkBBML19.bb.kddi.ne.jp (222.227.9.190) 20.389 ms 15.310 ms 15.637 ms
4 sjkBBAC01.bb.kddi.ne.jp (210.234.225.65) 22.106 ms 15.869 ms 15.790 ms
.......
22 gsmtp183.google.com (64.233.183.27) 331.798 ms 336.659 ms 334.378 ms


[root@server ~]# dig gsmtp183.google.com

; <<>> DiG 9.2.5 <<>> gsmtp183.google.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23446
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;gsmtp183.google.com.      IN   A

;; ANSWER SECTION:
gsmtp183.google.com.  611   IN   A    64.233.183.27

;; Query time: 50 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Feb 13 22:25:21 2007
;; MSG SIZE rcvd: 53

[root@server ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to server.mydomain.com (127.0.0.1).
Escape character is '^]'.
220 server.mydomain.com ESMTP Postfix
ehlo localhost
250-server.mydomain.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250 8BITMIME
quit
221 Bye
Connection closed by foreign host.

[root@server ~]#


よろしくお願い致します。
 Re: 外部から受信できますが、外部に送信できません ( No.2 )
????????? 2007/02/14 09:34
????????? 機動戦車ガンタンク

利用されてるプロバイダはどこでしょうか?


25番ポートブロック(Outbound Port25 Blocking)を実施しているプロバイダを利用なら

例)@niftyの場合

/etc/postfix/main.cfに

relayhost = [smtp.nifty.com]:25

を追加するだけです。(ポートの指定が必要かは不明)

@nifty以外の利用でも「smtp.nifty.com」の部分を利用されているプロバイダのメールサーバを指定すれば良いハズ。
 Re: 外部から受信できますが、外部に送信できません ( No.3 )
????????? 2007/02/14 08:49
????????? 管理者

同様の内容でスレッドがありましたので、以下を参照してみて下さい。

  http://kajuhome.com/cgi-bin/patio/patio.cgi?mode=view&no=1005
 Re: 外部から受信できますが、外部に送信できません ( No.4 )
????????? 2007/02/14 22:13
????????? hiro

機動戦車ガンタンクさん、管理者さん:

僕のプロバイダはKDDIのひかりONEです。

 relayhost = [repay-mta.dion.ne.jp]
で、試しました、OKです。

ありがとうございます!

■ その他

ページ先頭へ


Copyright(©)2004-2018 First home server construction. All Right Reserved.