Configure a static IP address for a network
Say I wanted to create a network named network1.
Below is a screenshot of virt-manager.
[See uploaded attachment under "Attached Thumbnails" below.
How do insert uploaded screenshot here?]
The widows in screenshot were generated with the following order
of clicking:
1) In virt-manager window, under row titled "QEMU/KVM", right click and select Details, which pops up "QEMU/KVM Connection Details" window (middle window in screenshot).
2) In "QEMU/KVM Connection Details" window, select the "Virtual Networks" tab, and then at bottom left, click "+" button.
A "Create a New Virtual Network" window pops up.
3) The "Create a New Virtual Network" window shown is the second page after
clicking the forward button in the first page where the new network's name was entered.
Here is the suggested available network at address 192.168.100.0/24.
If DHCP is enabled, its has this range of available network IP addresses,
192.168.100.128 to 192.168.100.254, for assignment to host in this network, i.e. network1.
Next rows' items are not comprehensible so far.
I do not know what "Enable Static Route Definition" means.
My best guess is create a static network IP address if
"Enable Static Route Definition" is checked.
But what does that mean?
Based on network addresses information above, what do I put in for the following:
a) "to Network:"
b) "to Gateway"
Thank you.
Addendum:
I added this here to see if it helps:
Quote:
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 600 0 0 wlp2s0b1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlp2s0b1
192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp2s0b1
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
|