https://rancher.com/ logo
#rancher-desktop
Title
# rancher-desktop
p

plain-petabyte-67798

06/15/2022, 9:48 PM
Copy code
How can I enable the ingress of rancher desktop.
Does anyone know why when I try to telnet from my host to the ip of the vm that rancher desktop generates with a port that is listening.

I am running these tests on a mac running macos monterey
p

proud-jewelry-46860

06/15/2022, 9:50 PM
On mac, if you give it the sudo password it should be able to do DHCP on your local network and get an address that way (and then you should be able to connect to that address); otherwise it's generally mapped to
127.0.0.1
on your host machine.
p

plain-petabyte-67798

06/15/2022, 9:51 PM
Copy code
it is correct, it takes a dhcp ip 192.168... but from my host it does not respond to ping or telnet
w

wide-mechanic-33041

06/16/2022, 11:46 AM
are you running a container listening for telnet or icmp? assuming you are running a container hosting some application so what were the ports you mapped in the docker or k8s config?
9 Views