Advertisement
Guest User

Untitled

a guest
Apr 17th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # test connection
  2. ifconfig br0 192.168.1.1 netmask 255.255.255.0 up
  3. [root@os004kvm003 ~]# ifconfig br0 192.168.1.3 netmask 255.255.255.0 up
  4. [root@os004kvm003 ~]# ping 192.168.1.1 -I br0
  5.  
  6. # cleanup from test
  7. ifconfig br0 0.0.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement