Guten Tag,
aufgrund der horrenden IP Preise bei Hetzner habe ich eine vmbr0 mit internem NAT konfiguriert (klappt) und ein Subnet (28er) konfiguriert. Das klappt nicht.
Was mache ich falsch?
Liebe Grüße
-----
Good day,
Due to the horrendous IP prices at Hetzner, I have configured a vmbr0 with internal NAT (works) and configured a subnet (28). This does not work.
What am I doing wrong?
Kind regards
aufgrund der horrenden IP Preise bei Hetzner habe ich eine vmbr0 mit internem NAT konfiguriert (klappt) und ein Subnet (28er) konfiguriert. Das klappt nicht.
Was mache ich falsch?
Liebe Grüße
-----
Good day,
Due to the horrendous IP prices at Hetzner, I have configured a vmbr0 with internal NAT (works) and configured a subnet (28). This does not work.
What am I doing wrong?
Kind regards
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp8s0
iface enp8s0 inet static
address MAIN-IP/32
gateway GW-MAIN
echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 10.0.0.1/24
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.0.0.0/24' -o enp8s0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.0.0.0/24' -o enp8s0 -j MASQUERADE
auto vmbr1
iface vmbr1 inet static
address SUBNET-FIRST-USEABLE-IP/28
gateway MAIN-IP
bridge-ports none
bridge-stp off
bridge-fd 0