1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - Linux系统 - 正文

君子好学,自强不息!

查看本机ip:

1)ifconfig命令

输出如下:

[root@topgun /home/cly]
# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.128.132  netmask 255.255.255.0  broadcast 192.168.128.255
        inet6 fe80::20c:29ff:fe45:63ba  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:45:63:ba  txqueuelen 1000  (Ethernet)
        RX packets 1936  bytes 2440516 (2.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1207  bytes 94802 (92.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 19  base 0x2024  
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 16436
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 12  bytes 744 (744.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 744 (744.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

该命令属于包:

[root@topgun /home/cly]
# pacman -Qo ifconfig
/sbin/ifconfig 属于 net-tools 1.60.20120804git-2

2)ip address命令

输出如下:

[root@topgun /home/cly]
# ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:0c:29:45:63:ba brd ff:ff:ff:ff:ff:ff
    inet 192.168.128.132/24 brd 192.168.128.255 scope global eth0
    inet6 fe80::20c:29ff:fe45:63ba/64 scope link 
       valid_lft forever preferred_lft forever

该命令属于包:

[root@topgun /home/cly]
# pacman -Qo ip
/usr/sbin/ip 属于 iproute2 3.5.1-1

Linux查看本机端口

查看指定的端口
# lsof -i:port
查看所有端口
# netstat -aptn
安装telnet
#yum install -y telnet.x86_64
#telnet ip 端口


本文来源:1818IP

本文地址:https://www.1818ip.com/post/1984.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。