-
Notifications
You must be signed in to change notification settings - Fork 27
veth pairs creation
Nicolas Bonnand edited this page Aug 30, 2018
·
7 revisions
Let's create our first veth pair.
- a Select 'IP' tab to open tab with iproute2 tools.
- b Enter p12a
- c Enter p21a
- d Push button to validate
- b Replace p12a by p12b
- c Replace p21a by p21b
- d Push button to validate
- e Press button
- f You should see all host interface in Output popup ( including your veth pairs )
- g Select plotnetcfg tab
- h validate to refresh diagram
- m Here you see a docker container 10.0.0.1 that I have already created to prepare this demo. It is connected to br1 through port P1.
- n Same with a docker container 10.0.0.2 connected to b2 through P2.
- o First veth pair (p12a-p21a)
- p Second veth pair (p12b-21b)
Currently there is no connection between br1 and br2. If we try to ping W2 from W1, it will of course not work.
© 2018 Nicolas Bonnand, licensed under the Apache License, Version 2.0