Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do you change the IP address of a Interface via Oracle VM Manager?

User_OIQ0FAug 9 2022

I am trying to modify the IP address of a bonded interface 0a0a0100 by changing the ifcfg file in /etc/sysconfig/network-scripts.
I see a comment that Oracle VM Manager modifies the file. How do I go about changing this rather than modifying the file directly?
[root@ovs-host-dr1 network-scripts]# cat ifcfg-0a0a0100

#this file was dynamically created by Oracle VM Manager. Please do not edit
DEVICE=0a0a0100
TYPE=Bridge
IPADDR=172.16.x.231
NETMASK=255.255.255.0
BOOTPROTO=static
MACADDR=B0:26:28:17:03:0E
ONBOOT=yes
DELAY=0
BRIDGING_OPTS="multicast_snooping=0"

I appreciate any help you can provide.

Comments
Post Details
Added on Aug 9 2022
0 comments
372 views