Applicable to:
- SolusIO
Question
How to switch existing SolusIO VPS from routed to bridged mode?
Answer
- Login to SolusIO admin panel
- Fetch the VPS UUID at SolusIO > Virtual Servers > VPS:
-
Connect to Compute Resource via SSH
-
Back up the config files:
# cp /etc/libvirt/qemu/UUID.xml{,.orig}
# cp /usr/local/solus/ovs_rules/UUID{,.orig}replace UUID with actual UUID fetched in step 2.
-
Open VPS config for editing:
# virsh edit UUID
- Modify the line:
CONFIG_TEXT: <source bridge='br-routed'/>
to
CONFIG_TEXT: <source bridge='br-int'/>
-
Replace 'br-routed' occurrences in the VPS openvswitch rules file with 'br-int' using the command:
# sed -i 's/br-routed/br-int/g' /usr/local/solus/ovs_rules/d080dedc-e7af-411c-af22-4ba150f9688a
- Reboot the VPS at SolusIO > Virtual Servers > VPS
Comments
0 commentsPlease sign in to leave a comment.