Netzwerk time out

aviel900

New Member
Jun 25, 2020
11
0
1
24
Hey, ich habe ein problem mit meinen lxc maschinen. Mit dem Netzwerk können sie sich zwar verbinden aber wenn man als beispiel den apache2 webserver nimmt dann ist er von aussen zwar erreichbar aber in unregelmässigen abständen auf einmal nicht mehr und nach einer zeit dann wieder. anderes beispiel wäre ein teamspeak musikbot, er verbindet sich korrekt aber nach einer zeit timed er aus. Hier meine Netzwerk einstellungen:


Host:
Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback


auto vmbr0

iface vmbr0 inet static
        address 193.***.**.186
        netmask 255.255.255.0
                network 193.***.**.0
                broadcast 193.***.**.255
        gateway 193.***.**.1
        bridge_ports enp38s0
        bridge_stp off
        bridge_fd 0


Container:

Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 193.***.**.30
        netmask 255.255.255.0
        gateway 193.***.**.1

Bei kvm funktioniert alles.
 
Hallo,

ich glaube deine Netzwerk Einstellung ist nicht richtig.
193.x.x.x ist ein public addresse und dazu ein 24 Subnet?

Soll das eine publich IP sein oder handelt es sich hier um einen Fehler?
 

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!