OVH Community, your new community space.

vRack RIPE Setup - Debian


Vmlweb
28-09-2013, 19:42
I seem to have a knack for answering my own questions haha.

I contacted OVH support and they said that the two HSRP IPs are failovers and only one can be used at once.

Vmlweb
27-09-2013, 20:38
IP that isn't working
Code:
traceroute to 5.39.35.76 (5.39.35.76), 64 hops max, 52 byte packets
 1  10.0.1.1 (10.0.1.1)  3.313 ms  1.446 ms  0.731 ms
 2  10.240.84.1 (10.240.84.1)  10.156 ms  9.071 ms  9.243 ms
 3  bmly-core-2b-xe-1132-0.network.virginmedia.net (213.105.193.121)  9.940 ms  11.708 ms  10.553 ms
 4  brnt-bb-1a-ae13-0.network.virginmedia.net (213.105.159.229)  9.307 ms  10.649 ms  8.081 ms
 5  popl-bb-1b-et-010-0.network.virginmedia.net (62.253.175.66)  10.521 ms
    popl-bb-1b-et-700-0.network.virginmedia.net (62.253.175.62)  12.603 ms  13.099 ms
 6  popl-tmr-1-ae4-0.network.virginmedia.net (213.105.159.2)  63.186 ms  16.806 ms  11.599 ms
 7  amst-ic-1-as0-0.network.virginmedia.net (213.105.175.6)  17.606 ms  16.673 ms  17.218 ms
 8  * * *
 9  rbx-g1-a9.fr.eu (94.23.122.113)  18.732 ms  20.987 ms  20.971 ms
10  rbx-s3-6k.fr.eu (178.33.100.10)  35.900 ms  18.349 ms  24.207 ms
11  * * *
IP that is working
Code:
traceroute to 5.39.35.77 (5.39.35.77), 64 hops max, 52 byte packets
 1  10.0.1.1 (10.0.1.1)  1.093 ms  0.733 ms  1.066 ms
 2  10.240.84.1 (10.240.84.1)  7.199 ms  15.964 ms  8.988 ms
 3  bmly-core-2b-xe-1132-0.network.virginmedia.net (213.105.193.121)  10.324 ms  8.839 ms  8.591 ms
 4  brnt-bb-1a-ae13-0.network.virginmedia.net (213.105.159.229)  8.327 ms  11.957 ms  9.752 ms
 5  popl-bb-1b-et-700-0.network.virginmedia.net (62.253.175.62)  16.254 ms
    popl-bb-1b-et-010-0.network.virginmedia.net (62.253.175.66)  10.414 ms  11.069 ms
 6  popl-tmr-1-ae4-0.network.virginmedia.net (213.105.159.2)  9.606 ms  11.062 ms  11.226 ms
 7  amst-ic-1-as0-0.network.virginmedia.net (213.105.175.6)  19.219 ms  21.704 ms  17.680 ms
 8  * * *
 9  rbx-g1-a9.fr.eu (94.23.122.185)  21.319 ms  18.153 ms  20.629 ms
10  rbx-s3-6k.fr.eu (178.33.100.10)  28.193 ms *  22.763 ms
11  * * *

LinuxGam
27-09-2013, 19:24
Quote Originally Posted by Vmlweb
I'm just a bit confused at the moment, anyone else know whether the HSRP failover IPs are meant to be usable?
For me one of them works and the other doesn't.
Have you posted trace routes yet?

Vmlweb
27-09-2013, 18:31
I'm just a bit confused at the moment, anyone else know whether the HSRP failover IPs are meant to be usable?
For me one of them works and the other doesn't.

LinuxGam
27-09-2013, 18:15
Ask OVH Onsite, a reboot fixes things that have not been fixed for 10 reboots before

rickyday
27-09-2013, 17:05
Ah the trusty reboot!

Glad you got it sorted

Vmlweb
27-09-2013, 17:00
Ok I rebooted and this was fixed.

Vmlweb
27-09-2013, 16:59
Ok it seems to just be minecraft.
The port is open and ssh worked fine.

The minecraft port is open but I cannot connect.

Vmlweb
27-09-2013, 16:04
Hi,

I'm just wondering if anyone can help me setup a vRack Ripe block on my debian server.
I've managed to get the IP to ping and appear in ifconfig but I cannot connect to it via ssh/minecraft.

First I followed the instructions in their installation email to install the tagged interface.

Code:
apt-get update
apt-get install vlan
vconfig add eth0 3085
ifconfig eth0.3085 172.16.0.1 netmask 255.240.0.0
I then received the following details for the RIPE block.

Code:
5.39.35.64/28
Network IP      : 5.39.35.64 (Unusable)
Broadcast IP    : 5.39.35.79 (Unusable)
Netmask         : 255.255.255.240
IP HSRP         : 5.39.35.76 5.39.35.77
Gateway         : 5.39.35.78
After I followed their RIPE tutorial and added this to the network interfaces file.

Code:
auto eth0.3085:0
iface eth0.3085:0 inet static
          address 5.39.35.65
          network 5.39.35.64
          broadcast 5.39.35.79
          netmask 255.255.255.240
          up /sbin/ip route add default via 5.39.35.78 dev eth0.3085 table 125
          up /sbin/ip rule add from 5.39.35.64/28 table 125
          post-down /sbin/ip route del default via 5.39.35.78 dev eth0.3085 table 125
          post-down /sbin/ip rule del from 5.39.35.64/28 table 125
I restarted networking an this was the result ifconfig showed.

Code:
eth0.3085 Link encap:Ethernet  HWaddr 00:25:90:a1:83:74  
          inet6 addr: fe80::225:90ff:fea1:8374/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:768 (768.0 B)  TX bytes:604 (604.0 B)

eth0.3085:0 Link encap:Ethernet  HWaddr 00:25:90:a1:83:74  
          inet addr:5.39.35.65  Bcast:5.39.35.79  Mask:255.255.255.240
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
I thought this had worked but I am unable to connect via ports.
Any help would be great.

Thanks!
Victor