Netzwerkkonfiguration auf Hetzner

alexanderc

New Member
May 2, 2020
17
2
3
43
Hallo zusammen,

habe das Problem, dass ich mit dem Ping nicht aus dem Server heraus komme.

Kann die Bridge anpingen, den Dedicated Server, den Gateway, aber kein Ping auf 1.1.1.1 von meiner Ubuntu VM.

Anbei meine Netzwerkkonfiguration:

auto lo iface lo inet loopback iface enp35s0 inet manual post-up echo 1 > /proc/sys/net/ipv4/ip_forward auto vmbr0 iface vmbr0 inet static address 168.x.x.103/26 gateway 168.x.x.65 bridge-ports enp35s0 bridge-stp off bridge-fd 1 pointopoint 168.x.x.65 hwaddress a8:a1:59:48:f4:cb post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o eno1 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o eno1 -j MASQUERADE post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1 post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1 auto vmbr1 iface vmbr1 inet static address 10.0.0.1/24 bridge-ports none bridge-stp off bridge-fd 0

Könnt Ihr mir einen Tipp geben wonach ich schauen sollte?

Danke Euch im Voraus.

Alexander
 
Hallo Moayad,

nein habe ich nicht. Muss ich dort IPV4 Forwarding aktivieren oder was meinst Du?

Danke für Dein Feedback.

VG

Alexander
 
Hi,

versuche die resolv.conf in der VM zu bearbeiten und wie folgt einzustellen.

Code:
nameserver 213.133.100.100
nameserver 213.133.98.98
nameserver 213.133.99.99
 

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!