Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
anycast_vps [2021/04/24 12:42] cubebuilder created |
anycast_vps [2023/06/30 15:46] (current) onekopaka |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== What is Anycast? | ===== What is Anycast? | ||
- | Anycast is a routing feature BuyVM offers for free to all customers. | + | Anycast is a routing feature BuyVM offers for free to all customers. |
- | **Anycast requires customer to have a VPS instance (either | + | **Anycast requires customer to have a KVM Slice in all four BuyVM locations (Las Vegas, New York, Miami and Luxembourg).** |
===== Why use Anycast? ===== | ===== Why use Anycast? ===== | ||
Line 11: | Line 11: | ||
Anycast helps speed up your sites or other services by putting visitors on server closest to them. Closest server choice results in low latency and higher throughput. | Anycast helps speed up your sites or other services by putting visitors on server closest to them. Closest server choice results in low latency and higher throughput. | ||
+ | ===== Does AnyCast Have DDOS Protection? | ||
+ | We offer DDOS Protection for AnyCast for **$5.00 monthly** which is powered by Path.net. | ||
===== How much does AnyCast VPS cost ? ===== | ===== How much does AnyCast VPS cost ? ===== | ||
- | Anycast is FREE for all BuyVM VPS customers. The cost will be three VPS purchases. | + | Anycast is FREE for all BuyVM VPS customers. The cost will be three VPS purchases. |
Line 22: | Line 23: | ||
- On each applicable VM, go to Networking tab, ensure Anycast IP is `on`, hit 'Save Changes' | - On each applicable VM, go to Networking tab, ensure Anycast IP is `on`, hit 'Save Changes' | ||
- On each applicable VM, bind regular IP to eth0, Anycast to eth0:0 with only Address and Netmask fields | - On each applicable VM, bind regular IP to eth0, Anycast to eth0:0 with only Address and Netmask fields | ||
- | - When Anycast is enabled for an OpenVZ, the default venet interfaces are removed, and eth0/eth1 are added. Networking will no longer be set automatically, | ||
Sample / | Sample / | ||
root # cat / | root # cat / | ||
+ | < | ||
auto lo | auto lo | ||
iface lo inet loopback | iface lo inet loopback | ||
Line 54: | Line 54: | ||
address | address | ||
netmask | netmask | ||
- | | + | |
* Standard naming practice is eth0, eth0:0, eth0:1, etc. I use eth0: | * Standard naming practice is eth0, eth0:0, eth0:1, etc. I use eth0: |