boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Amazon EC2 Q: what's the source ip for security group ?
相关主题
effective C++里的memory pool 一问:
why do we still use dynamic allocation?
为什么用try catch不住exception?
关于内存泄漏
alloc这个函数究竟做些啥活呢?
array allocation in c
"brk()" 和 mmap() 有什么区别? (转载)
C++一个string的小问题
菜鸟请教C问题
question about structure initializationa and reference
相关话题的讨论汇总
话题: ip话题: ec2话题: ssh话题: source话题: amazon
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-
Adding a Rule for Inbound SSH Traffic
To add a rule to a security group for inbound SSH traffic
in the Source box, specify the public IP address of your computer, in CIDR
notation. For example, if your IP address is 203.0.113.25, specify 203.0.113
.25/32 to list this single IP address in CIDR notation. If your company
allocates addresses from a range, specify the entire range, such as 203.0
.113.0/24.
now my home pc says 192.168.1.11, what should i do ?
ssh cannot get connected into the EC2.
Many thanks !
z*********e
发帖数: 10149
2
192.168.1.11是你的内网ip,公网ip在这里看
http://changkaishen.com/ip/
w*s
发帖数: 7227
3
thx so much !

【在 z*********e 的大作中提到】
: 192.168.1.11是你的内网ip,公网ip在这里看
: http://changkaishen.com/ip/

1 (共1页)
进入Programming版参与讨论
相关主题
question about structure initializationa and reference
C++ Interview Question
内存分配问题
a small question about c++ memory allocation
sizeof(string)
请教关于allocator member function 的问题
在子函数内开内存,返回主函数指针然后释放空间是不是很糟糕的(转载)
怎样高效管理内存?
关于C/C++里的Static variable的memory allocation/initializa
linux内存分配中page的几个问题
相关话题的讨论汇总
话题: ip话题: ec2话题: ssh话题: source话题: amazon