Hi stefws,
thanks for your reply. I know that I could do ssh tunelling and I also know that I could do something like
iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.168.10.3:22
on the node but this would enable forwarding for the node's public ip not the vm's...
Hi there,
I currently run a setup like this:
– node; has its own public ipv4 111.222.111.123
–– vm1; has its own public ipv4 111.222.111.234 (vmbr0) and internal connection 192.168.10.2 (vmbr2)
–– vm2; has no public ip but uses NAT with 192.168.0.3 (vmbr1) and internal connection 192.168.10.3...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.