ubuntu怎么查看IP地址,ubuntu系统怎么查看ip地址

  ubuntu怎么查看IP地址,ubuntu系统怎么查看ip地址

  ifconfig eth 0 awk /inet/{ split $ 2,x,:);X [2]} 截图:网络根据IP查找网卡地址,arping IP地址

  根据IP检查计算机名称

  nmblookup-a的Ip地址

  检查当前的IP地址

  ifconfig eth 0 awk /inet/{ split $ 2,x,:);打印x[2]}

  检查当前外部网络的IP地址。

  w3m-no-cookie-dump www . 123 cha . com grep-o [0-9]/{ 1,3/}/。[0-9]/{1,3/}/.[0-9]/{1,3/}/.[0-9]/{1,3/} w3m-no-cookie-dump IP . love root . com grep-o [0-9]/{ 1,3/}/。[0-9]/{1,3/}/.[0-9]/{1,3/}/.[0-9]/{1,3/}

  查看当前正在监听端口80的程序。

  lsof -i :80

  检查当前网卡的物理地址。

  ifconfig eth 0 head-1 awk“{ print $ 5 }”

  向同一个网卡添加第二个IP地址。

  #添加一个1.2.3.4 IP:sudo ifconfig eth0:0 1.2.3.4网络掩码255.255.255.0 #到网卡eth 0,删除添加的IP: sudo ifconfig eth0: 0down。

  让网络立即支持nat。

  echo 1 sudo tee/proc/sys/net/IP v4/IP _ forwardsudo iptables-t NAT-I post routing-j假面舞会

  查看路由信息

  netstat -rnsudo路由-n

  手动添加路线。

  sudo路由添加网络192.168.0.0网络掩码255.255.255.0 gw 172.16.0.1

  手动删除路线。

  sudo路由del -net 192.168.0.0网络掩码255.255.255.0 gw 172.16.0.1

  一种修改网卡MAC地址的方法

  Sudo ifconfig eth0 down #关闭网卡Sudo ifconfig eth 0 hether 00:AA:BB:CC:DD:EE #然后更改sudo ifconfig eth0 up #的地址然后启动网卡永久地址更改方法。

  sudged it/etc/network/interfaces在iface eth0 inet static后添加一行:

  预配置ifconfig eth 0 HW ether 01:01:01:01:01:01配置文件应如下所示

  Ifaceeth 0 inetstatic预启动ifconfig eth 0 HW ether 01:01:01:01:01:01地址192.168.1.10网络掩码255.255.0网关192.168.1.1最后,注销或重新启动

  计算当前IP连接的数量。

  netstat-na grep ESTABLISHED awk“{ print $ 5 }” awk-F:“{ print $ 1 }” sort uniq-c sort-r-nnetstat-na grep SYN awk“{ print $ 5 }” awk-F:“{ print $ 1 }” sort uniq-c sort-r-n

  统计当前20000个IP包中超过100个IP包的IP地址。

   tcpdump -tnn -c 20000 -i eth0 awk -F 。{打印$1 。$2.$3.$ 4 } sort uniq-c sort-NR awk $ 1 100

  IPV6屏蔽

  echo 黑名单IPv6 sudo tee/etc/modprobe . d/黑名单-ipv6

  检查当前的网络连接状态和程序。

  sudo netstat -atnp

  检查网络连接状态

   netstat-n awk /^tcp/{ s[$ nf]} end { for(a in s)print a,S[a]}

  查看当前系统的所有监听端口。

  nc -zv本地主机1-65535

  检查网络的当前流量。

  #安装ethstatus软件sudo apt-get安装ethstatus#检查ADSL速度sudo ethstatus -i ppp0#检查网卡速度sudo ethstatus -i eth0#或安装bwm-ng sudo apt-get安装bwm-ng #检查当前网络流量bwm-ng

  查看域名注册情况。

  谁是baidu.cn

  检查到域名的路由。

  跟踪路径baidu.cn

  再次从服务器获取IP地址。

  sudo dhclient

  将整个网站从当前页面镜像到本地区域。

  Lqdhd://www.htdmz:在本机设置服务器端目录结构;-p:下载所有显示HTML文件的图片;-NP:只下载目标站点指定目录和丰富白猫目录的内容;-k:将非相对链接转换为相对链接。

  如何多线程下载

  O apt-get安装axel-n 5 http://xxx.xxx.xxx.xxx/xxx.zip或lftp-c pget-n 5 http://xxx.xxx.xxx.xxx/xxx.zip”

  如何查看HTTP头

  W3M-dump _ head http://www.example.com或卷发http://www.example.com

  使用快速http共享目录

  #进入要共享的目录后运行:python -m SimpleHTTPServer#其他电脑使用http://ip:8000访问#自定义端口为8080:Python-M Simple HTTP Server 8080

ubuntu怎么查看IP地址,ubuntu系统怎么查看ip地址