是否有 public 面向的 EC2 弹性 IP?没有NAT?
Is there EC2 Elastic IP that is public facing? without NAT?
我在 EC2 中使用弹性 IP 托管 SIP 服务器。但是,我读到如果服务器不面向 public(使用 NAT),SIP 服务器就不能很好地工作,因为根据我在 AWS 网站上看到的内容,弹性 IP 正在使用 1:1 NAT。
The Elastic IP address is mapped to the instance using 1:1 NAT. The
instance itself is not aware of the public address.
是否有 public 面向非 NAT 的静态 IP 地址,我可以从 Amazon 购买并分配给我的服务器?或者,这个动作其实没用?
谢谢!
您不能在没有 NAT 的情况下使用具有 public IP 的 EC2 实例。尽管如此,所有主要的 PBX、代理服务器或 SIP 服务器都应该与 NAT 配合良好。例如,Freeswitch 在 EC2 中甚至有 运行 的手册:
https://freeswitch.org/confluence/display/FREESWITCH/Amazon+EC2
如果你还想摆脱NAT,你可以试试Digitalocean,它类似于亚马逊但没有NAT。
我在 EC2 中使用弹性 IP 托管 SIP 服务器。但是,我读到如果服务器不面向 public(使用 NAT),SIP 服务器就不能很好地工作,因为根据我在 AWS 网站上看到的内容,弹性 IP 正在使用 1:1 NAT。
The Elastic IP address is mapped to the instance using 1:1 NAT. The instance itself is not aware of the public address.
是否有 public 面向非 NAT 的静态 IP 地址,我可以从 Amazon 购买并分配给我的服务器?或者,这个动作其实没用?
谢谢!
您不能在没有 NAT 的情况下使用具有 public IP 的 EC2 实例。尽管如此,所有主要的 PBX、代理服务器或 SIP 服务器都应该与 NAT 配合良好。例如,Freeswitch 在 EC2 中甚至有 运行 的手册:
https://freeswitch.org/confluence/display/FREESWITCH/Amazon+EC2
如果你还想摆脱NAT,你可以试试Digitalocean,它类似于亚马逊但没有NAT。