OVH Community, your new community space.

Proxmox - FailOver IP zuweisung?


Leo84
04.10.11, 15:56
Zitat Zitat von Felix
Hat diese Failover-Ip eine virtuelle MAC? (wenn ja => loeschen, und 5 Minuten
spaeter nochmal probieren)
Ja vielen vielen dank genau das war es, VM ist nun erreichbar

Besten Dank

Gruß Leo

Felix
04.10.11, 15:22
Leo84 wrote:
> Wenn ich jetzt eine OpenVZ VM erstelle Netzwerktyp: Virtuelles Netzwerk
> (venet) und diesem eine FailOver IP gebe ist der Server nicht
> erreichbar.


Hat diese Failover-Ip eine virtuelle MAC? (wenn ja => loeschen, und 5 Minuten
spaeter nochmal probieren)

Leo84
03.10.11, 23:31
hab ich gemacht und rebootet, aber via ping antwortet die vm nicht

F4RR3LL
03.10.11, 23:22
füge mal hinzu:
Code:
#net.ipv4.conf.default.forwarding=1
net.ipv4.conf.all.forwarding=1
Gruß Sven

Leo84
03.10.11, 21:54
hallo da steht das drin.


#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additonal system variables
# See sysctl.conf (5) for information.
#

#kernel.domainname = example.com

# Uncomment the following to stop low-level messages on console
#kernel.printk = 4 4 1 7

################################################## ############3
# Functions previously found in netbase
#

# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
# This disables TCP Window Scaling (http://lkml.org/lkml/2008/2/5/167),
# and is not recommended.
#net.ipv4.tcp_syncookies=1

# Uncomment the next line to enable packet forwarding for IPv4
net.ipv4.ip_forward=1

# Uncomment the next line to enable packet forwarding for IPv6
#net.ipv6.conf.all.forwarding=1


################################################## #################
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Ignore ICMP broadcasts
#net.ipv4.icmp_echo_ignore_broadcasts = 1
#
# Ignore bogus ICMP errors
#net.ipv4.icmp_ignore_bogus_error_responses = 1
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#
# The contents of /proc//maps and smaps files are only visible to
# readers that are allowed to ptrace() the process
# kernel.maps_protect = 1

F4RR3LL
03.10.11, 20:10
Ich hab das OVH image nimmer auswendig im Kopf aber was steht in der /etc/sysctl.conf (also in der des Host)?
Das wäre so mein erster Anlaufpunkt.
gruß Sven

Leo84
03.10.11, 16:01
In der VM Steht 87.98.xxx.xxx und das ist die in Proxmox zugewiesene Failover IP

lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.2 P-t-P:127.0.0.2
Bcast:0.0.0.0 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:87.98.xxx.xxx P-t-P:87.98.xxx.xxx Bcast:0.0.0.0 Mask:255.255.255.0
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1

f.schütze
03.10.11, 15:43
Was sagt die virtuelle Maschine? (ifconfig besonders, dort sollte die FOIP eingetragen sein als venet0:0)

Leo84
03.10.11, 14:57
Das System ist frisch Installiert

Hier die /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0


# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address 176.31.xxx.xxx
netmask 255.255.255.0
network 176.31.xxx.x
broadcast 176.31.xxx.xxx
gateway 176.31.xxx.xxx
bridge_ports eth0
bridge_stp off
bridge_fd 0
root@ksxxxxx:~# ifconfig
dummy0 Link encap:Ethernet Hardware Adresse 8a:7b:d8:56:e7:7c
inet6-Adresse: fe80::887b:d8ff:fe56:e77c/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING NOARP MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:43 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:0 (0.0 B) TX bytes:2242 (2.1 KiB)

eth0 Link encap:Ethernet Hardware Adresse 38:60:77:3b:cc:31
inet6-Adresse: fe80::3a60:77ff:fe3b:cc31/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:18768 errors:0 dropped:0 overruns:0 frame:0
TX packets:17114 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:3376609 (3.2 MiB) TX bytes:2847151 (2.7 MiB)
Interrupt:20 Speicher:fe500000-fe520000

lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:22713 errors:0 dropped:0 overruns:0 frame:0
TX packets:22713 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:4676938 (4.4 MiB) TX bytes:4676938 (4.4 MiB)

venet0 Link encap:UNSPEC Hardware Adresse 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6-Adresse: fe80::1/128 Gültigkeitsbereich:Verbindung
UP BROADCAST PUNKTZUPUNKT RUNNING NOARP MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

vmbr0 Link encap:Ethernet Hardware Adresse 38:60:77:3b:cc:31
inet Adresse:176.31.xxx.xxx Bcast:176.31.xxx.xxx Maske:255.255.255.0
inet6-Adresse: fe80::3a60:77ff:fe3b:cc31/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:18111 errors:0 dropped:0 overruns:0 frame:0
TX packets:17007 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:3078624 (2.9 MiB) TX bytes:2840761 (2.7 MiB)

vmbr1 Link encap:Ethernet Hardware Adresse 8a:7b:d8:56:e7:7c
inet6-Adresse: fe80::887b:d8ff:fe56:e77c/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:0 (0.0 B) TX bytes:468 (468.0 B)

f.schütze
03.10.11, 14:44
Poste mal deine Netzwerkeinstellungen, besonders die /etc/network/interfaces

Leo84
03.10.11, 14:10
Hallo,

ich habe den Isgenug 16G Server mit Proxmox 1.9.

Wenn ich jetzt eine OpenVZ VM erstelle Netzwerktyp: Virtuelles Netzwerk (venet) und diesem eine FailOver IP gebe ist der Server nicht erreichbar.
Kann mir jemand sagen was ich noch machen muss damit die VM mit der FailOver IP erreichbar ist.

Vielen dank im Voraus.

Gruß
Leo