Netzwerk problem

aviel900

New Member
Jun 25, 2020
11
0
1
24
Hey, ich bin am verzweifeln. seid 2 tagen versuche ich mein Proxmox netzwerk ein zu richten. Ich habe 6 ipv4 adressen mit /24 hinten dran (sorry weiss gerade nicht den begriff für die zahl). die haupt ip adresse wäre 193.???.???.186 und die adressen die ich für die vm`s und container benutzen will wäre 193.???.???.30 - 34
alles public static ips. meine interface datei sieht aktuell so aus:

Code:
# 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

auto eth0
iface eth0 inet static
        address  193.???.???.186
        netmask  255.255.255.0
        gateway  193.???.???.1
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
        post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp

auto vmbr0
iface vmbr0 inet static
        address 193.???.???.186/24
        gateway 193.???.???.1
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        up ip route add 193.???.???.30/24 dev vmbr0
        up ip route add 193.???.???.31/24 dev vmbr0
        up ip route add 193.???.???.32/24 dev vmbr0
        up ip route add 193.???.???.33/24 dev vmbr0
        up ip route add 193.???.???.34/24 dev vmbr0

Es kamen warscheinlich schon duzend andere mit dem Problem aber so sehr ich es auch versuche ich krieg es nicht hin.
Wäre nett wenn mir einer helfen könnte. wäre auch über discord oder teamspeak zu haben.
 
Das ist keine Standardinstallation - wie wurde denn installiert, wo steht der Server?
 
Der Server steht in einem Rechenzentrum. Installiert wurde über das webinterface des hosters welches vorher eingegebene daten automatisch beim installer eingibt. und die interface datei habe ich von hand geändert.
 
Der Server steht in einem Rechenzentrum. Installiert wurde über das webinterface des hosters welches vorher eingegebene daten automatisch beim installer eingibt. und die interface datei habe ich von hand geändert.

Und bei welchem Hoster?

Jeder Hosten hat ein eigenes spezielles Netzwerk, deren Support ist hier die erste Adresse für HIlfe.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!