Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@apu:~# ovs-vsctl show
- a81eab11-76c9-4ceb-b8f2-ac36da933233
- Bridge ovsbr
- Port "enp2s0"
- Interface "enp2s0"
- Port "wlp4s0"
- Interface "wlp4s0"
- Port "enp3s0"
- Interface "enp3s0"
- Port ovsbr
- Interface ovsbr
- type: internal
- Port "wlp6s0"
- Interface "wlp6s0"
- ovs_version: "2.6.2"
- root@apu:~# iw dev wlp4s0 station dump |grep ^Station
- Station 00:21:6a:9d:7c:68 (on wlp4s0)
- Station 34:80:b3:f8:ca:14 (on wlp4s0)
- root@apu:~# ip neigh |grep 34:80:b3:f8:ca:14
- 192.168.85.11 dev ovsbr lladdr 34:80:b3:f8:ca:14 REACHABLE
- root@apu:~# ping 192.168.85.11 -c4
- PING 192.168.85.11 (192.168.85.11) 56(84) bytes of data.
- 64 bytes from 192.168.85.11: icmp_seq=1 ttl=64 time=207 ms
- 64 bytes from 192.168.85.11: icmp_seq=2 ttl=64 time=235 ms
- 64 bytes from 192.168.85.11: icmp_seq=3 ttl=64 time=273 ms
- 64 bytes from 192.168.85.11: icmp_seq=4 ttl=64 time=269 ms
- --- 192.168.85.11 ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms
- rtt min/avg/max/mdev = 207.055/246.340/273.293/27.196 ms
- root@apu:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement