Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 276 Bytes

File metadata and controls

24 lines (16 loc) · 276 Bytes

创建网络环境1

# make create-net1

创建一对儿 veth,并把一头放到 net1中。分别在母机和 net1 中查看设备信息

# make create-veth

配置 IP 并启动 veth

# make start-veth

ping一下试试

# make ping