New answers tagged libvirtd
1
You need DNAT in PREROUTING and maybe also a rule in INPUT but I am not sure whether this can explain the error message. Do you have a route to this network on the host? Any fancy ip rule stuff? Please provide the output of ip addr, ip route, and ip rule.
iptables -t nat -I PREROUTING -p tcp -d 169.254.169.254 --dport 80 -j DNAT --to-destination $local_ip
...
Top 50 recent answers are included
