Big mistake & venet

  • Thread starter Thread starter Maxence
  • Start date Start date
M

Maxence

Guest
Hi there,

I do a big mistake, I installed solusVM on a wrong machine (with proxmox), and actually all my vms (with proxmox) are offline (running but don't have internet)

Dunno what is happening, venet affected ?

Thanks in advance !
 
remove whatever you installed and go to the Proxmox VE admin page and review the host network settings. maybe you will see more - but better you get help from the solusvm support.
 
Thanks for this quick answer :)
I already posted on solus forum, I'm waiting.

I tried to remove everything but apparently my network is affected, I tested to migrate a VM on another cluster (where vm works perfectly :p) but I still don't have internet "connect: "Network is unreachable"

Bhaaa I got too much ip v.v this crap made my weekend starting really nice
 
sdns1:/# ifconfig
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:89 errors:0 dropped:0 overruns:0 frame:0
TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6579 (6.4 KiB) TX bytes:6579 (6.4 KiB)

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.1 P-t-P:127.0.0.1 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:9419 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:783042 (764.6 KiB)

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

cat /etc/network/interfaces
# This configuration file is auto-generated.
# WARNING: Do not edit this file, your changes will be lost.
# Please create/edit /etc/network/interfaces.head and /etc/network/interfaces.tail instead,
# their contents will be inserted at the beginning and at the end
# of this file, respectively.

# Auto generated lo interface
auto lo
iface lo inet loopback

# Auto generated venet0 interface
auto venet0
iface venet0 inet static
address 127.0.0.1
netmask 255.255.255.255
broadcast 0.0.0.0
up route add -net 192.0.2.1 netmask 255.255.255.255 dev venet0
up route add default gw 192.0.2.1
auto venet0:0
iface venet0:0 inet static
address 178.xxx.xxx.xxx
netmask 255.255.255.255
broadcast 0.0.0.0
 
Last edited by a moderator:
My bad sorry these ifconfig & /etc/network/interfaces from a VM, my server with proxmox looks like this :

dummy0 Link encap:Ethernet HWaddr 3e:a7:89:98:0d:35
inet6 addr: fe80::3ca7:89ff:fe98:d35/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:678 (678.0 B)

eth0 Link encap:Ethernet HWaddr 00:30:48:de:79:76
inet6 addr: fe80::230:48ff:fede:7976/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12700687 errors:0 dropped:0 overruns:0 frame:0
TX packets:9355505 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:15553720397 (14.4 GiB) TX bytes:5939736272 (5.5 GiB)

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:303873 errors:0 dropped:0 overruns:0 frame:0
TX packets:303873 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:108550870 (103.5 MiB) TX bytes:108550870 (103.5 MiB)

venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:14029 errors:0 dropped:0 overruns:0 frame:0
TX packets:3130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1140402 (1.0 MiB) TX bytes:262920 (256.7 KiB)

vmbr0 Link encap:Ethernet HWaddr 00:30:48:de:79:76
inet addr:xxx.xxx.xxx.127 Bcast:94.23.204.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fede:7976/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12596540 errors:0 dropped:0 overruns:0 frame:0
TX packets:6803422 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15369899955 (14.3 GiB) TX bytes:5771754830 (5.3 GiB)

vmbr1 Link encap:Ethernet HWaddr 3e:a7:89:98:0d:35
inet6 addr: fe80::3ca7:89ff:fe98:d35/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:468 (468.0 B)




# 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 xxx.xxx.xxx.127
netmask 255.255.255.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.255
gateway xxx.xxx.xxx.254
bridge_ports eth0
bridge_stp off
bridge_fd 0