Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3651194
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2017-12-28 14:41:02

[root@localhost /]# route -n=======================================
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.27.0    0.0.0.0         255.255.255.0   U     0      0        0 br0
[root@localhost /]#
[root@localhost /]# ip neigh=======================================
192.168.27.6 dev br0 lladdr a4:bf:01:0c:cc:e2 STALE
192.168.27.5 dev br0 lladdr b0:83:fe:df:f8:c9 STALE
192.168.27.1 dev br0 lladdr 00:17:df:ba:4c:00 STALE
192.168.27.29 dev br0 lladdr 4c:cc:6a:40:5a:31 REACHABLE
[root@localhost /]#
[root@localhost /]# arp -a=========================================
? (192.168.27.6) at a4:bf:01:0c:cc:e2 [ether] on br0
? (192.168.27.5) at b0:83:fe:df:f8:c9 [ether] on br0
? (192.168.27.1) at 00:17:df:ba:4c:00 [ether] on br0
? (192.168.27.29) at 4c:cc:6a:40:5a:31 [ether] on br0
[root@localhost /]#


阅读(1201) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~