Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hertzigger/OvhVmBridger
Bash to ease the setup of vm's on the ovh network
https://github.com/hertzigger/OvhVmBridger
Last synced: 12 days ago
JSON representation
Bash to ease the setup of vm's on the ovh network
- Host: GitHub
- URL: https://github.com/hertzigger/OvhVmBridger
- Owner: hertzigger
- License: mit
- Created: 2015-11-07T17:12:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T20:24:08.000Z (about 9 years ago)
- Last Synced: 2024-08-01T19:46:22.428Z (3 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OvhVmBridger
Bash to ease the setup of vm's on the ovh networkCurrently this only works for CentOs 7
Installation:
pull repo to desired location ie. /usr/bin/
ln -s /usr/bin/OvhVmBridger/configure-ip /usr/bin/configure-ip
Usage:
make a note of the INTERFACE_NAME that can be found by looking for a file beginning with ifcfg- in /etc/sysconfig/network-scripts/, use this is place of the INTERFACE_NAME in the following command.
The rest you would probably know if you got here, but FAILOVER_IP is the ip you want to assign to the vm, HOST_SERVER_IP is the server hosting proxmox/vmware and IP_VIRTUAL_MAC you need to generate from your failover ip in the ovh manager.
Remember to generate a vmware mac if you are using vmware.
configure-ip FAILOVER_IP HOST_SERVER_IP IP_VIRTUAL_MAC INTERFACE_NAME
running this will replace your network files in: /etc/sysconfig/network-scripts/ and restart your networking
once this has run you will need to update the mac address on the network interface of the vm in proxmox/vmware and reboot the vm