i am currently trying to reach the echo server from the "Hello Minikube"-Tutorial. I am now trying to connect to the server from outside the VM. My VM has for example the ip "192.168.0.200" and the external ip from minikube is for example "10.96.0.10". How can i route connections that are connecting to "192.168.0.200" with port 8080 to "10.96.0.10" with port 8080? I am using debian for the minikube vm.