Hallo Leute
Kann mir vielleicht jemand helfen beim Port Forwarding? Habe ein Dedicated Server von Hetzner mit Debian 12. Da drauf läuft Proxmox VE mit einer VM (Windows 10).
Auf der VM habe ich auch Internet und kann auch sonst alles machen, nur wollte ich mir ein Sons of the Forest Server einrichten. Beim starten des Servers sagt er mir das 3 Ports nicht erreicht werden können. UDP 8766 / 27016 / 9700. Habe schon versucht mit iptables die ports frei zu geben aber hatte bisher kein erfolg.
Meine aktuelle Konfiguration des Netzwerk sieht so aus.
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet static
address 138.2**.***.*2/26
gateway 138.2**.**.1
up route add -net 138.2**.***.0 netmask 255.255.255.192 gw 138.2**.***.1 dev eno1
post-up sysctl -w net.ipv4.ip_forward=1
post-up iptables -t nat -A PREROUTING -i eno1 -p tcp -m multiport ! --dport 22,8006 -j DNAT --to 192.168.100.1
post-up iptables -t nat -A PREROUTING -i eno1 -p udp -j DNAT --to 192.168.100.1
# route 138.2**.***.0/26 via 138.2**.***.1
iface eno1 inet6 static
address 2***:4**:***:2***::2/64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 192.168.100.0/31
bridge-ports none
bridge-stp off
bridge-fd 0
post-up iptables -t nat -A POSTROUTING -s '192.168.100.1/31' -o eno1 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.100.1/31' -o eno1 -j MASQUERADE
Hoffe mir kann hier wer helfen, bin schon am verzweifeln da ich keine Lösung finde.
Kann mir vielleicht jemand helfen beim Port Forwarding? Habe ein Dedicated Server von Hetzner mit Debian 12. Da drauf läuft Proxmox VE mit einer VM (Windows 10).
Auf der VM habe ich auch Internet und kann auch sonst alles machen, nur wollte ich mir ein Sons of the Forest Server einrichten. Beim starten des Servers sagt er mir das 3 Ports nicht erreicht werden können. UDP 8766 / 27016 / 9700. Habe schon versucht mit iptables die ports frei zu geben aber hatte bisher kein erfolg.
Meine aktuelle Konfiguration des Netzwerk sieht so aus.
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet static
address 138.2**.***.*2/26
gateway 138.2**.**.1
up route add -net 138.2**.***.0 netmask 255.255.255.192 gw 138.2**.***.1 dev eno1
post-up sysctl -w net.ipv4.ip_forward=1
post-up iptables -t nat -A PREROUTING -i eno1 -p tcp -m multiport ! --dport 22,8006 -j DNAT --to 192.168.100.1
post-up iptables -t nat -A PREROUTING -i eno1 -p udp -j DNAT --to 192.168.100.1
# route 138.2**.***.0/26 via 138.2**.***.1
iface eno1 inet6 static
address 2***:4**:***:2***::2/64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 192.168.100.0/31
bridge-ports none
bridge-stp off
bridge-fd 0
post-up iptables -t nat -A POSTROUTING -s '192.168.100.1/31' -o eno1 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.100.1/31' -o eno1 -j MASQUERADE
Hoffe mir kann hier wer helfen, bin schon am verzweifeln da ich keine Lösung finde.