add virsh networking notes
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m50s

This commit is contained in:
2025-11-13 17:05:06 -05:00
parent 621be95870
commit 5516f9530b
2 changed files with 52 additions and 33 deletions

View File

@@ -2,9 +2,9 @@
<name>dual-stack</name>
<forward mode="nat"/>
<domain name="dual-stack"/>
<ip address="192.168.100.1" netmask="255.255.255.0">
<ip address="192.168.123.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.100.2" end="192.168.100.254"/>
<range start="192.168.123.2" end="192.168.123.99"/>
</dhcp>
</ip>
<ip family="ipv6" address="fd4d:58e7:17f6:1::1" prefix="64"/>