Proxmox Container hat kein Internet Zugriff nachdem neue IP zur node hinzugefügt wurde.

CuzImPeter

New Member
Aug 31, 2019
20
1
3
26
Ich habe folgendes Problem jedes mal wenn ich proxmox eine IP hinzufüge muss ich alle vServer neustarten oder bei jeden den netzwerk adapter umbennen wie kann man das behen?
Meine /etc/network/interfaces datei:
Rich (BB code):
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
        address  144.76.xxx.xxx
        netmask  27
        gateway  144.76.xxx.xxx
        up route add -net 144.76.xxx.xxx netmask 255.255.255.224 gw 144.76.xxx.xxx dev eno1

auto vmbr0
iface vmbr0 inet static
        address  144.76.xxx.xxx
        netmask  255.255.255.255
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        up ip route add 144.76.xxx.xxx/32 dev vmbr0
        up ip route add 144.76.xxx.xxx/32 dev vmbr0
        up ip route add 144.76.xxx.xxx/32 dev vmbr0
        up ip route add 144.76.xxx.xxx/32 dev vmbr0
Der Server ist bei Hetzner gemietet.
 
Hi,

du kannst dazu das Tool "ip" verwenden.
Da sind aber dann nur temporäre Änderungen und du musst zusätzlich noch das interfaces File bearbeiten.
 

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!