Monday, April 22, 2019

Adding new IP block to SoYouStart Proxmox server

https://www.tienle.com/2014/11-05/adding-new-ip-block-to-soyoustart-proxmox-server.html

For SoYouStart server

  1. First, we need to add a new MAC address for each IP address that we want to use: Go you SYS manager >> IP >> Select the failover IP and “add a Virtual MAC” for it.
  2. Then, when creating a new VM in proxmox, when configuration NIC (Network Interface Card), remember to modify it with the vMac of your Failover IP. This is a very important step that I forgot in the very first use.
  3. Install your guest machine.
  4. After finishing installation, you can configure your VM follow the guide to setup Network Bridging @ OVH. In general, in your VM:
    • IP address is your new failover IP address
    • Netmask is 255.255.255.255
    • Network gateway is your server IP with the last octet replaced by 254 (e.g. your server IP is 123.456.789.012, then the VM gateway will be 123.456.789.254)
      • The gateway you need to use in your virtual machine should not be: (i) the IP of your dedicated server or (ii) IP failover but you must use the gateway provides for your dedicated server.
      • Otherwise, you will receive warning from OVH “Bad configuration regarding your server XXXX” and this might cause blocking your IP.
    • DNS is the OVH DNS: 213.186.33.99
Done. Enjoy your new IP block with very good price

No comments:

Post a Comment