DNS will nicht so recht

iTweek

Well-Known Member
Jan 2, 2017
136
4
58
Guten Abend.
Ich habe ein Problem und komme einfach nicht dahinter warum kein DNS auflösung oder ping geht.


Im rechner ist eine 10gbits karte verbaut von markte Asus XG-C100F

Debian 10 und Proxmox
pve-manager/6.1-7/13e58d5e (running kernel: 5.3.18-2-pve)


Soweit so gut. Proxmox und die VMS laufen. Allerdings woll ich den host nun updaten da ist mir aufgefallen das er keine dns auflösung macht.

So sind die einstellungen aktuell.

Code:
/etc/resolv.conf

nameserver 8.8.8.8
nameserver 1.1.1.1

Code:
/etc/network/interfaces

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface enp1s0 inet dhcp

iface enp4s0 inet manual

auto vmbr0
iface vmbr0 inet static
    address  192.168.0.186
    netmask  24
    gateway  190.168.0.1
    bridge-ports enp1s0
    bridge-stp off
    bridge-fd 0

Code:
/etc/hosts

127.0.0.1       localhost.localdomain localhost
192.168.0.186    debian.proxmox    debian

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

weiß einer warum das nicht geht?

und zusätzlich weiß ich garnicht ob er 10gbits erkannt hat als karte
 
Last edited:
.....
address 192.168.0.186
netmask 24
gateway 190.168.0.1
......

gateway ist m falschen Subnetz (190.168xx)
und netmask schreibt man lt Debian Wiki

netmask 255.255.255.0
 
Ich danke dir xDD ist ja fast schon peinlich.. habe gateway falsch gehabt xD
 

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!