Is the IP address resolution wrong in my EC2 instance?

前提是你 提交于 2019-12-13 01:41:09

问题


Hi,

The following is the result of netstat -a -o -n on my windows ec2 instance.

I see that port 80 is being used by different processes in both physical and foreign address. Does this mean that the NAT is not resolving the private and public IP address of the EC2 instance properly ?

What should I do to fix it ? On the private IP, port 80 is occupied by the node server while a chrome transaction is occupying port 80 on the foreign address.

Thanks.


回答1:


Try setting DHCP Option set.

I had a problem with it. Windows Domains Machines were not resolved. At Windows networks, with AD, you must fill your domain at DHCP Option.

Look at http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html



来源:https://stackoverflow.com/questions/34757661/is-the-ip-address-resolution-wrong-in-my-ec2-instance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!