Hi,
I am using Proxmox version 7.0-14 + 1 and receive abuse mails from Hetzner.
I know there was a bug with port 43 prior to v7. Packets were not correctly dropped on port 43.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
https://forum.hetzner.com/index.php...mac-adressen/&postID=279208#codeLine_3_fea0f3
https://forum.proxmox.com/threads/proxmox-claiming-mac-address.52601/page-3#post-416219
https://forum.proxmox.com/threads/p...allowed-by-the-data-center.95946/#post-417099
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Hetzner has now automated his abuse mail and that's why I'm more likely to get these mails.
The last ticket has now been closed by Hetzner, because they have no idea why this could be.
After the ticket was closed, I dropped port 43 tcp directly at the data center and restarted the server.
I will now restart the server several times, if necessary I will provoke another abuse. VM's are not started automatically at the moment.
I also asked Hetzner if my network configuration was wrong ... unfortunately I didn't get an answer.
Does anyone have any idea why this could be or how I can track down the problem?
Thanks for advice.
IPs
Network
Example VMs
Interfaces setup:
I am using Proxmox version 7.0-14 + 1 and receive abuse mails from Hetzner.
I know there was a bug with port 43 prior to v7. Packets were not correctly dropped on port 43.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
https://forum.hetzner.com/index.php...mac-adressen/&postID=279208#codeLine_3_fea0f3
https://forum.proxmox.com/threads/proxmox-claiming-mac-address.52601/page-3#post-416219
https://forum.proxmox.com/threads/p...allowed-by-the-data-center.95946/#post-417099
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Hetzner has now automated his abuse mail and that's why I'm more likely to get these mails.
The last ticket has now been closed by Hetzner, because they have no idea why this could be.
After the ticket was closed, I dropped port 43 tcp directly at the data center and restarted the server.
I will now restart the server several times, if necessary I will provoke another abuse. VM's are not started automatically at the moment.
I also asked Hetzner if my network configuration was wrong ... unfortunately I didn't get an answer.
Does anyone have any idea why this could be or how I can track down the problem?
Thanks for advice.
IPs
Code:
1. e.x.t.175 MAC: MA:CA:DD:RE:SS:75 (PROXMOX Host)
2. e.x.t.140 MAC: MA:CA:DD:RE:SS:40
3. e.x.t.141 MAC: MA:CA:DD:RE:SS:41
IPv6 Range: dead:beef:dead:beef::/64 with MAC MA:CA:DD:RE:SS:75
Network
Code:
vmbr0: Bridged
vmbr1: Routed (Private 10.20.30.0/24)
Example VMs
Code:
1. Webserver
Net0 vmbr0: e.x.t.140 / MA:CA:DD:RE:SS:40
Net1 vmbr1: 10.20.30.10 / AU:TO:GE:NE:RA:TE
2. Gameserver
Net0 vmbr0: e.x.t.141 / MA:CA:DD:RE:SS:41
Net1 vmbr1: 10.20.30.20 / AU:TO:GE:NE:RA:TE
3. Oracle DB
Net0 vmbr1: 10.20.30.30 / AU:TO:GE:NE:RA:TE
Interfaces setup:
Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp35s0
iface enp35s0 inet manual
iface enp35s0 inet6 manual
auto vmbr0
iface vmbr0 inet static
address e.x.t.175
netmask 255.255.255.192
gateway e.x.t.129
broadcast 255.255.255.191
pointtopoint e.x.t.129
bridge_ports enp35s0
bridge_stp off
bridge_fd 1
bridge_hello 2
bridge_maxage 12
iface vmbr0 inet6 static
address dead:beef:dead:beef::2
netmask 64
gateway fe80::1
auto vmbr1
iface vmbr1 inet static
address 10.20.30.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.20.30.0/24' -o vmbr0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.20.30.0/24' -o vmbr0 -j MASQUERADE