This message was deleted.
# rancher-desktop
a
This message was deleted.
☝️ 1
w
do you have a firewall running? agreed it looks like a simple DNS issue. Also I would move to a more recent release just to keep up with all the fixes
i
only facing issue with this 1 device...RD is working fine on other 80 mac m1
w
maybe a bad install? try a factory reset?
i
tried it twice...will try version upgrade
s
Does this device have VPN software installed?
i
yes.....but its not an issue with other devices....all of the devices have the same set of softwares installed on them...
b
I'm getting same issue. only when i upgraded. now that i've downgraded, it's still happening
p
hi guys - i had the same problem and solved it by adding a rule to my firewall allowing the app rancher desktop to pass through traffic (in my case defined in ESET, the antivirus software we use in our company)
b
I fixed this by going into Lima vm
lima /etc/resolve.conf is busted how i fixed it
Copy code
/Applications/Rancher\ <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl> shell 0
 
 ## now in vm
 
 $ cat /etc/resolv.conf 
 
 search <http://xyz.com|xyz.com>
 nameserver 192.168.5.3
 
 ## backup /etc/resolv.conf
 sudo cp /etc/resolv.conf /etc/resolv.conf.bak
 
 cat << EOF >test.conf
 search <http://xy.com|xy.com>
 nameserver 8.8.8.8
 EOF
 
 sudo mv test.conf /etc/resolv.conf
But now it's broken again, but for a different reason. My lima vm isn't started
783 Views