November 8, 20241 yr i have vm, and i have 2 network cards A(eth0) 192.100.100.5 and B(eth1) 192.100.100.6 i want to assign exlusivly B to a VM but i cant, no idea why, everythig looks fine in config no idea if im doing something wrong
November 10, 20241 yr On 11/8/2024 at 12:59 PM, Artiom97es said: A(eth0) 192.100.100.5 and B(eth1) 192.100.100.6 Probably not relevant to your specific issue, but those IP's are not meant for internal use, they belong to the DOD. https://www.whois.com/whois/192.100.100.5 You need to use IP's meant for internal networks. https://en.wikipedia.org/wiki/Private_network
November 12, 20241 yr you can acomplish this by editing the vm xml code... in the VM: <interface type='direct' trustGuestRxFilters='yes'> <mac address='52:54:00:89:1f:91'/> <source dev='eth1' mode='bridge'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.