Veeam vCloud Connect Directly to VCloud Director

  Veeam vCloud Connect Quick Guide 1.Go to Backup Infrastructure > Service Providers > Add Service Provider 2. Add Veeam Cloud Connect URL that provided to you: For example, we use cloudconnect01-phx1.vpls.net here, Port: 6180 3. Click Add your Credential that VPLS provided, and click OK 4. Select your credential and click Next > 5. Verify …

IP test for each Datacenter

Lax10IP Standard Network: 67.229.79.250IP Premium Network: 98.126.41.162IP CN2-GIA Network: 98.126.229.2 SIN1IP Standard Network: 43.252.120.130IP Premium Network: 103.233.82.251 SV7IP Premium Network: 174.139.126.166IP CN2-GIA Network: 107.6.242.126 PX1IP Standard Network: 66.172.28.86 DA1IP Standard Network: 76.8.24.86 (lg.da1) DC1IP Standard Network: 97.64.96.59 LA1IP Standard Network: 72.172.86.1 LA2IP Standard Network: 209.151.224.2, 209.151.224.3 EM1IP Standard Network: 66.211.96.1, 66.211.96.2

How to run speedtest in linux cli

  Download: wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cli Usage: $ speedtest-cli -h usage: speedtest-cli [-h] [–bytes] [–share] [–simple] [–list] [–server SERVER] [–mini MINI] [–source SOURCE] [–timeout TIMEOUT] [–secure] [–version] Command line interface for testing internet bandwidth using speedtest.net. ————————————————————————– https://github.com/sivel/speedtest-cli optional arguments: -h, –help show this help message and exit –bytes Display values in …

How to Change the Main IP on Centos

Navigate to the network scripts directory. [root@AT16-693 ~]# cd /etc/sysconfig/network-scripts Locate the network interface file by typing ls In this example, the network interface file is call ifcfg-eth0 Edit that file using a text editor like nano or vi # nano ifcfg-eth0 Edit the IPADDR , NETMASK, and GATEWAY IPs to the correct IP that is …

How to Bind Multiple IPs in Centos

In this example, We will use this IP Block 98.126.9.40/29 Navigate to the network scripts directorya. [root@AT16-693 ~]# cd /etc/sysconfig/network-scripts Locate the network interface file by typing lsa. In this example, the network interface file is call ifcfg-eth0b. Create a file /etc/sysconfig/network-scripts/ifcfg-eth0-range0 if this doesn’t exist, or just add to it if you already have …