Skip to content

Instantly share code, notes, and snippets.

@huahuayu
Created August 13, 2018 14:27
Show Gist options
  • Save huahuayu/afa81064ea2a79e09da3f3840c5436ef to your computer and use it in GitHub Desktop.
Save huahuayu/afa81064ea2a79e09da3f3840c5436ef to your computer and use it in GitHub Desktop.
阿里云vpn端口配置(开放UDP 500和4500端口)
[
{
"SourceCidrIp": "0.0.0.0/0",
"DestCidrIp": "",
"Description": "vpn",
"NicType": "intranet",
"DestGroupName": "",
"PortRange": "4500/4500",
"DestGroupId": "",
"Direction": "ingress",
"Priority": 1,
"IpProtocol": "UDP",
"SourcePortRange": "",
"SourceGroupOwnerAccount": "",
"Policy": "Accept",
"CreateTime": "2018-08-13T14:03:57Z",
"SourceGroupId": "",
"DestGroupOwnerAccount": "",
"SourceGroupName": ""
},
{
"SourceCidrIp": "0.0.0.0/0",
"DestCidrIp": "",
"Description": "vpn",
"NicType": "intranet",
"DestGroupName": "",
"PortRange": "500/500",
"DestGroupId": "",
"Direction": "ingress",
"Priority": 1,
"IpProtocol": "UDP",
"SourcePortRange": "",
"SourceGroupOwnerAccount": "",
"Policy": "Accept",
"CreateTime": "2018-08-13T14:03:38Z",
"SourceGroupId": "",
"DestGroupOwnerAccount": "",
"SourceGroupName": ""
},
{
"SourceCidrIp": "",
"DestCidrIp": "0.0.0.0/0",
"Description": "vpn",
"NicType": "intranet",
"DestGroupName": "",
"PortRange": "500/500",
"DestGroupId": "",
"Direction": "egress",
"Priority": 1,
"IpProtocol": "UDP",
"SourcePortRange": "",
"SourceGroupOwnerAccount": "",
"Policy": "Accept",
"CreateTime": "2018-08-13T14:04:17Z",
"SourceGroupId": "",
"DestGroupOwnerAccount": "",
"SourceGroupName": ""
},
{
"SourceCidrIp": "",
"DestCidrIp": "0.0.0.0/0",
"Description": "vpn",
"NicType": "intranet",
"DestGroupName": "",
"PortRange": "4500/4500",
"DestGroupId": "",
"Direction": "egress",
"Priority": 1,
"IpProtocol": "UDP",
"SourcePortRange": "",
"SourceGroupOwnerAccount": "",
"Policy": "Accept",
"CreateTime": "2018-08-13T14:04:06Z",
"SourceGroupId": "",
"DestGroupOwnerAccount": "",
"SourceGroupName": ""
}
]
@orangershijie
Copy link

阿里云的服务器可以访问外网吗,访问谷歌 utube

@huahuayu
Copy link
Author

在大陆以外的机器都可以访问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment