OVH Community, your new community space.

VPS gets no internet


Myatu
07-11-2011, 19:35
Even better. All problems should be fixed like that

positron
07-11-2011, 19:28
Magically fixed, I did nothing...

Myatu
06-11-2011, 18:51
Looks fine to me. Disable the IPv6/6to4 for testing purposes. And what are you using for virtualisation? VMware? ESX? Proxmox? Key with those is that they need to be setup in "bridged" mode, and each one of those have their own way of doing that.

positron
03-11-2011, 23:50
Yea, I've done that
2 IPs, made 2 MACs, for 2 VMs. changed the MACs in the hyper-V settings, and followed that link above setting up the VM networking.

makno
03-11-2011, 22:45
right you need to have a virtual mac for each ip you want to use and assign that mac to the network card you are giving the VM.

positron
03-11-2011, 22:20
Hi, I did the configuration here
http://help.ovh.co.uk/BridgeClient
for my VMs, I did not change any default host network settings.

I'm using Windows Server 2008 R2
Here's the ipconfig and route print on one of the VMs (188.165.1.159, the other one is 188.165.1.164, and it uses the OVH MAC instead of the VMware MAC, but it is otherwise identical) (the MAC matches the MAC given in my manager):

Code:
===========================================================================
Interface List
 11...00 50 56 02 54 a4 ......Microsoft Virtual Machine Bus Network Adapter
  1...........................Software Loopback Interface 1
 12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 13...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0   176.31.248.254    188.165.1.159    261
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
    188.165.1.159  255.255.255.255         On-link     188.165.1.159    261
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link     188.165.1.159    261
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link     188.165.1.159    261
===========================================================================
Persistent Routes:
  Network Address          Netmask  Gateway Address  Metric
          0.0.0.0          0.0.0.0   176.31.248.254  Default 
===========================================================================

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
 13   1005 2002::/16                On-link
 13    261 2002:bca5:19f::bca5:19f/128
                                    On-link
  1    306 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None
Code:
Windows IP Configuration

   Host Name . . . . . . . . . . . . : curiosity
   Primary Dns Suffix  . . . . . . . : 
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter
   Physical Address. . . . . . . . . : 00-50-56-02-54-A4
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 188.165.1.159(Preferred) 
   Subnet Mask . . . . . . . . . . . : 255.255.255.255
   Default Gateway . . . . . . . . . : 176.31.248.254
   DNS Servers . . . . . . . . . . . : 213.186.33.99
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.{4DE62CCF-90D9-4621-89B6-06C59B313A7A}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter 6TO4 Adapter:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Microsoft 6to4 Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2002:bca5:19f::bca5:19f(Preferred) 
   Default Gateway . . . . . . . . . : 
   DNS Servers . . . . . . . . . . . : 213.186.33.99
   NetBIOS over Tcpip. . . . . . . . : Disabled
Did I do something wrong or is this at OVH's routers? should I contact support (they told me to submit an incidence, but those are $20 for a question and I'd rather not)

side note: what's the difference between a OVH MAC and a VMWARE MAC?