摘要:
https://docs.openvswitch.org/en/latest/howto/vlan https://docs.openvswitch.org/en/latest/howto/tunneling https://docs.openvswitch.org/en/latest/howto/ 阅读全文
posted @ 2021-08-27 13:44
北京涛子
阅读(1078)
评论(0)
推荐(0)
|
摘要:
https://docs.openvswitch.org/en/latest/howto/vlan https://docs.openvswitch.org/en/latest/howto/tunneling https://docs.openvswitch.org/en/latest/howto/ 阅读全文
posted @ 2021-08-27 13:44
北京涛子
阅读(1078)
评论(0)
推荐(0)
摘要:
####host01 # podman run -d --name container1 alpine:latest /bin/sh -c "while true; do sleep 3600; done" # podman run -d --name container2 alpine:lates 阅读全文
posted @ 2021-08-27 11:07
北京涛子
阅读(152)
评论(0)
推荐(0)
摘要:
create & delete & list & exec network namespace # ip netns add test1 # ip netns list test1 # ip netns delete test1 # ip netns exec test1 ip a 1: lo: < 阅读全文
posted @ 2021-08-27 10:19
北京涛子
阅读(55)
评论(0)
推荐(0)
|