linux查看ip地址.显示太网卡配置.网络设备

ifconfig eth0 显示一个以太网卡的配置

ifup eth0 启用一个 'eth0' 网络设备

ifdown eth0 禁用一个 'eth0' 网络设备

ifconfig eth0 192.168.1.1 netmask 255.255.255.0 控制IP地址

ifconfig eth0 promisc 设置 'eth0' 成混杂模式以嗅探数据包 (sniffing)

dhclient eth0 以dhcp模式启用 'eth0'

route -n show routing table

route add -net 0/0 gw IP_Gateway configura default gateway

route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.1.1 configure static route to reach network '192.168.0.0/16'

route del 0/0 gw IP_gateway remove static route

echo "1" > /proc/sys/net/ipv4/ip_forward activate ip routing

hostname show hostname of system

host www.example.com lookup hostname to resolve name to ip address and viceversa(1)

nslookup www.example.com lookup hostname to resolve name to ip address and viceversa(2)

ip link show show link status of all interfaces

mii-tool eth0 show link status of 'eth0'

ethtool eth0 show statistics of network card 'eth0'

netstat -tup show all active network connections and their PID

netstat -tupl show all network services listening on the system and their PID

tcpdump tcp port 80 show all HTTP traffic

iwlist scan show wireless networks

iwconfig eth1 show configuration of a wireless network card

hostname show hostname

host www.example.com lookup hostname to resolve name to ip address and viceversa

nslookup www.example.com lookup hostname to resolve name to ip address and viceversa

whois www.example.com lookup on Whois database

GO TOP INDEX ^

Microsoft Windows networks (SAMBA)

nbtscan ip_addr netbios name resolution

nmblookup -A ip_addr netbios name resolution

smbclient -L ip_addr/hostname show remote shares of a windows host

smbget -Rr smb://ip_addr/share like wget can download files from a host windows via smb

mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share mount a windows network share

(0)

相关推荐

  • linux服务器怎么查看ip地址linux的ip地址怎么查

    怎么查看linux的ip地址呢?现在linux用的很多尤其是在服务器这块,当我们要查看ip地址怎么办?下面就来说下linux服务器怎么查看ip地址,linux的ip地址怎么查 linux服务器怎么查看 ...

  • Linux下如何快速查看IP地址及修改IP地址

    随着Linux系统的不断完善,linux系统也不再像以前一样只有机械代码界面,现在的Linux图形界面也很是方便.今天就给大家介绍下如何使用通用命令行查看ip地址及在图形界面下快速查看IP地址及修改I ...

  • centos 7如何配置ip和查看ip地址

    本章主要针对 Centos 7版本如何查看ip地址进行学习整理!由于CentOS7和之前CentOS版本有些许差别,如:查看IP地址,不在是使用ifconfig查看,而是用ip命令查看. 操作方法 0 ...

  • linux怎么查看IP地址

    Linux操作系统是基于UNIX操作系统发展而来的一种克隆系统,那么linux怎么查看IP地址呢,相信大家对这个问题很感兴趣,下面给大家介绍一下,希望可以帮助到大家. 操作方法 01 方法一,打开li ...

  • 如何centos7查看ip(地址)命令?

    很多人都不知道centos是什么意思,以下小编会先介绍一下centos的意思 一.CentOS是什么意思 CentOS(Community Enterprise Operating System,中文 ...

  • 在虚拟机centos 7 查看ip地址

    本地安装了虚拟机,想用xshell来连接,在虚拟机中查看ip,ifconfig在centos 7 已经无法使用,是用ip addr 操作方法 01 打开VMware,输入ip addr 发现没有ens ...

  • win10怎么查看ip地址_win10查看ip地址

    号称"十全十美"的微软新一代操作系统windows10,已经更新升级到最新的win10 10036版本了.在这个焕然一新的系统下,Win10如何查询IP地址?win10 ip地址哪 ...

  • 惠普hp黑白激光打印机如何查看IP地址

    惠普hp黑白激光打印机如何查看IP地址 注:此方法适用于hp laserjet2300.2400.3005.4200.4300.5200系列带有网络功能的打印机.hp laserjet p3015.p ...

  • Win7系统中查看IP地址的方法(图文)

    初体验Windows 7系统,除了炫目的界面、跳转列表等功能与WindowsXP操作截然不同外,Windows 7中查看IP地址与XP稍有不同,对于初始者来说有点摸不到头脑。在Windows 7系统下 ...