云服务器查看外网ip

curl ip.6655.com/ip.aspx 
curl whatismyip.akamai.com 
wget -qO - ifconfig.co 
curl icanhazip.com 
dig +short myip.opendns.com @resolver1.opendns.com 
curl ident.me 
curl v4.ident.me 
curl curlmyip.com 
curl ifconfig.me 
curl inet-ip.info

#需要翻x墙,只返回IP

curl ip.appspot.com

#有人给了以下测试方法

wget https://raw.githubusercontent.com/rsp/scripts/master/externalip-benchmark 
chmod a+x externalip-benchmark ./externalip-benchmark

#返回IP和地区

curl ip.cn 
curl cip.cc

以上为可以用来查询外网IP的网址和方法

原文地址:http://blog.51cto.com/11736068/2057076

时间: 2024-10-09 09:24:48

云服务器查看外网ip的相关文章

云服务器查看外网IP地址方法

#返回IP地址 curl ip.6655.com/ip.aspx curl whatismyip.akamai.com wget -qO - ifconfig.co curl icanhazip.com dig +short myip.opendns.com @resolver1.opendns.com curl ident.me curl v4.ident.me curl curlmyip.com curl ifconfig.me curl inet-ip.info #返回IP和地区 1.cu

服务器查看外网IP地址和方法

返回IP地址 curl ip.6655.com/ip.aspx curl whatismyip.akamai.com wget -qO - ifconfig.co curl icanhazip.com dig +short myip.opendns.com @resolver1.opendns.com curl ident.me curl v4.ident.me curl curlmyip.com curl ifconfig.me curl inet-ip.info #返回IP和地区 1.cur

网站维护:Linux服务器查看外网访问IP指令汇总

一.前言服务器有的时候会被人搞崩,cpu莫名飙升,为了查看哪些IP访问过于频繁,就可以使用netstat.awk等指令进行统计查看. 二.指令对一些常用的指令总结如下: 1.常用指令对连接的IP按连接数量进行排序: Shellnetstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n1netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c |

快速查看服务器的外网ip

在命令行输入如下命令: curl ip.cn 返回结果如下: 当前 IP:112.100.185.189 来自:北京市 联通 原文地址:https://www.cnblogs.com/hcy-fly/p/8932453.html

linux 下查看外网ip

1. curl ipinfo.io ~/codes/qt_codes/qt-5.4.1-build$ curl ipinfo.io{  "ip": "114.241.210.22",  "hostname": "No Hostname",  "city": "Beijing",  "region": "Beijing Shi",  "co

linux系统查看外网IP

很简单的一个命令: [[email protected] /]# curl ifconfig.me 120.132.xxx.xxx 就完成了,很方便.

Windows Azure 保留已存在的虚拟网络外网IP(云服务)

我们之前文章中有介绍过通过Azure Powershell来绑定vm的内部虚拟地址,现在我们可以通过powershell来绑定vm的外部ip地址了,因为近期世界互联更新了azure的部分功能,其中今天介绍的windows azure设置保留已存在的虚拟网络的外网IP(云服务地址),我们都知道在azure服务内部都有一个dhcp服务器来分发vm内部虚拟网络地址,同时还有分发云服务的外网地址:内部的虚拟地址保留我们在此不说,如果有需要可访问博客中的windows azure相关的文章中有介绍,那为什

查看外网出口IP && Traceroute

一.CentOS 查看外网出口IP 1---------------- # curl ifconfig.me 2----------------# curl icanhazip.com 二.Traceroute最简单的基本用法是:traceroute hostname Traceroute程序的设计是利用ICMP及IP header的TTL(Time To Live)栏位(field).首先,traceroute送出一个TTL是1的IP datagram(其实,每次送出的为3个40字节的包,包括

Ucloud无外网IP云主机通过代理访问外网

现有两台Ucloud云主机 A.10.10.47.65  (有外网IP) B.10.10.30.101 A主机由外网IP,B主机没有.现在需要通过网络在B主机上安装软件. 1.