AWS Route53域中的超时问题

时间:2018-09-08 18:31:44

标签: amazon-web-services

我对AWS和管理员设置非常陌生。

我昨天注册了AWS Route53 DNS,并为DNS的所有内容设置了弹性IP,安全组等。

顺便说一句,我为Web服务器安装了nginx。

但是,我无法通过域名获取默认网页。顺便说一句,IP正常。我在注册域中仔细检查了NameServr,所有内容与hostedzon相同。然后我将名称为joxxxx.com的“ A”设置为弹性IP地址。

你能帮我吗?以下是我从测试中获得的信息,但我不知道根本问题是什么,应该如何进一步解决该问题。 谢谢!

通过我的SSH与Ubuntu

具有专用IP:

viewDidLoad()

使用弹性IP

ubuntu@ip-172.xxx.xxx.xxx:/usr/bin$ dig @172.3x.xx.xxx ec2.amazonaws.com

; <<>> DiG 9.10.3-P4-Ubuntu <<>> @172.3x.xx.xxx ec2.amazonaws.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

ubuntu@ip-172.xxx.xx.xx.xx:/ $ sudo / sbin / route -n

; <<>> DiG 9.10.3-P4-Ubuntu <<>> @18.2x.xx.xxx ec2.amazonaws.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

ubuntu@ip-172-xxx.xxx.xxx:/ $ sudo / sbin / iptables -nL     链输入(接受政策)     目标prot opt源目的地

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.xxx.xxx.1     0.0.0.0         UG    0      0        0 eth0
172.xx.xx.0     0.0.0.0         255.255.240.0   U     0      0        0 eth0

ubuntu@ip-172.xxx.xxx.xxx:/ $ sudo / sbin / iptables -t mangle -nL

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

来自http://www.kloth.net

Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

0 个答案:

没有答案