Skip to content

Commit 1d92670

Browse files
committed
Update README for IP setup
Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
1 parent b717a02 commit 1d92670

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ within the cluster.
3333
Create the cluster and deploy the operator.
3434

3535
Provide an address where the VM you will attest from can access the cluster.
36-
In many cases, this will be your gateway address (`arp -a`).
37-
For an existing VM on system libvirt, you can also find this address via `virsh net-dhcp-leases`.
36+
When using a local kind & libvirt VM, this may be your gateway address (`default via …` in `ip route`) for user libvirt or bridge (`virbr0` in `ip route`) for system libvirt.
3837

3938
```bash
40-
$ arp -a
41-
_gateway (192.168.178.1) at 34:2c:c4:de:fc:52 [ether] on wlp0s20f3
42-
$ ip=192.168.178.1
39+
$ ip route
40+
...
41+
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
42+
...
43+
$ ip=192.168.122.1
4344
``
4445

4546
```bash

0 commit comments

Comments
 (0)