[SOLVED] Kein Internet möglich

Hount

Member
Nov 19, 2017
11
0
6
54
Hallo zusammen,

nach dem ich mir jetzt endlich eine Hardware (HP Microserver Gen 8) für einen Proxmoxserver geholt habe, habe ich diesen heute mit der aktuellsten ISO installiert. Verlief eigentlich alles ganz gut.
Das Problem ist nur, dass ich auf dem Proxmox keine Internetverbindung habe.
Vor dem Server ist eine IPFire Firewall. Der Proxmox hängt in der DMZ (192.168.102.x). Der Proxmox selber hat die feste IP 192.168.102.2.

Das Problem ist jetzt, dass ich zwar das Gateway 192.168.102.1 anpingen kann aber nichts im Internet. Aso z.B. google.de

Meine /etc/network/interfaces schaut wie folgt aus:

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.102.2
        netmask 255.255.255.0
        gateway 192.168.102.1
        bridge_ports eno1
        bridge_stp off
        bridge_fd 0

iface eno2 inet manual

ip route:
Code:
default via 192.168.102.1 dev vmbr0 onlink
192.168.102.0/24 dev vmbr0 proto kernel scope link src 192.168.102.2

eno2 ist das zweite LAN-Interface an dem allerdings kein Kabel hängt.

Könnt ihr mich bitte unterstützen und sagen, wieso mein Proxmox nicht in das Internet kommt? Ich bin mit meiner Weisheit am Ende.... :-(

Vielen Dank und Gruß
Hount
 
Also wennst zum Gateway kommst, musst das Problem dort suchen. Hast auch schon mal ohne DNS getestet? Also
Code:
ping 8.8.8.8

oder

ping 8.8.4.4
Schau auch in den Logs deiner Firewall mit, warum die Pakete von der IP des Proxmox verworfen werden.
 
Ja der ping auf die 8.8.8.8 funktioniert. D.h. ich habe iregndwo ein DNS-Problem.
Mal sehen ob ich was finde.
 
Sooo.... Das war der richtige Hinweis. Der DNS war wirklich in der DMZ verbogen.
Jetzt funzt alles.

Vielen Dank. :-)
 

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!