Skip to content

Commit

Permalink
Document debugging problematic connections in the GRE network
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 23, 2024
1 parent 5cb0385 commit 2264b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Networking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ After this it should be possible to reach other hosts. You may also launch a 2nd
VM to see whether the VMs can talk to each other. You may conduct ping tests
similar to the `ping_client` test mentioned in the previous section (see the
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/cc3a5b32527c4c8bb810c8bce9b1449a891ef74b/lib/utils.pm#L2901[utility function in openSUSE tests]
for details).
for details). When running ping you can add/remove machines to/from the GRE
network to bisect problematic hosts/connections (via `ovs-vsctl add-port …` and
`ovs-vsctl del-port …`).

=== Debugging Open vSwitch Configuration
Boot sequence with wicked (version 0.6.23 and newer):
Expand Down

0 comments on commit 2264b03

Please sign in to comment.