OVH Community, your new community space.

How to Set Network for MIKROTIK VPS ?


regisz
26-05-2010, 10:20
hey, here is the solution;

where xxx.xxx.xxx.xxx is your failoveraddress (guest)
and yyy.yyy.yyy.yyy is your host address

go to mikrotik box console (guest)
ip address
add address xxx.xxx.xxx.xxx network=yyy.yyy.yyy.yyy broadcast=255.255.255.255

ip route
add gateway yyy.yyy.yyy.yyy

of course you need to configure the host like you used to.

Cyber-DL
27-04-2010, 22:12
thank's dear Myatu ,

i'm going to test Vyatta , and determine how can i install it ! ,

and anobody can tell me how i can have mikrotik VPS ? !

Best Regards

Myatu
27-04-2010, 18:50
Instead of MikroTik, use Vyatta (www.vyatta.org). They've got a XEN package ready to go.

When using non-RIPE failover IPs, the one thing to watch out for with Vyatta and OVH is the next-hop-interface and the gateway (due to the /32 usage). Ie, a basic setup from the CLI before using the web interface:

Code:
$ configure
# show interfaces
(make sure you pick the right interface based on the MAC)
# set interfaces ethernet eth0 address FA.IL.OV.ER/32
# set protocols static interface-route 0.0.0.0/0 next-hop-interface eth0
# set system gateway MA.IN.IP.254
# set service https
# commit
# save
# exit
After this, you should have all the options of MikroTik and more, and can set all of this via the web based UI (and Vyatta has plenty of PDFs describing each function - I hardly saw any for MikroTik).

Cyber-DL
27-04-2010, 18:03
Quote Originally Posted by fozle
We don't have a MIKROTIK distro, and no support for it either I'm afraid.
MIKROTIK it's not a distro , it's a different command line OS ,

Cyber-DL
27-04-2010, 18:02
Quote Originally Posted by derchris
Lol, that is an Embedded Linux.
Why would you want to run that here?
it's my Users Request , people used it for Creating VPN Account ,

PPTP , L2TP , many people in china used it , for opening blocked sites ,

Best Regards

derchris
27-04-2010, 17:38
Lol, that is an Embedded Linux.
Why would you want to run that here?

Euan
27-04-2010, 17:20
Quote Originally Posted by Cyber-DL
Hello,

i'm using Citrix XenServer 5.5 on my dedicated server that located in OVH ,

now i want to set network ( gateway,dns and ... ) to one of my VPSs ,

so for Linux distributions i used http://help.ovh.co.uk/BridgeClient

and at the bottom of the page i see Other distributions

but it's allso for Other Linux distributions , not MIKROTIK OS !

and these commands it's not for Mikrotik and it's Incommensurable Mikrotik

so can anybody tell me how can i have a MIKROTIK VPS? how can i set gateway and network for my mikrotik vPs ?

Best Regards
We actually planned to install Citrix XenServer today! Any tips?

fozl
27-04-2010, 17:09
We don't have a MIKROTIK distro, and no support for it either I'm afraid.

derchris
27-04-2010, 16:52
Never heard of Mikrotik OS.
Got any links?

Cyber-DL
27-04-2010, 12:17
Hello,

i'm using Citrix XenServer 5.5 on my dedicated server that located in OVH ,

now i want to set network ( gateway,dns and ... ) to one of my VPSs ,

so for Linux distributions i used http://help.ovh.co.uk/BridgeClient

and at the bottom of the page i see Other distributions

but it's allso for Other Linux distributions , not MIKROTIK OS !

and these commands it's not for Mikrotik and it's Incommensurable Mikrotik

so can anybody tell me how can i have a MIKROTIK VPS? how can i set gateway and network for my mikrotik vPs ?

Best Regards