This message was deleted.
# rancher-desktop
a
This message was deleted.
l
# cat /etc/resolv.conf from conatiner
q
Do you have a VPN or firewall?
b
no VPN
@loud-apartment-45889
Copy code
nameserver 192.168.5.3
I don’t think its DNS though, since also
ping 8.8.8.8
doesn’t work
that’s however where my networking prowess ends… not sure how to troubleshoot from here
l
that mean ur gateway. # traceroute 1.1.1.1 check where it failed
b
@loud-apartment-45889
Copy code
traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 60 byte packets
 1  172.17.0.1 (172.17.0.1)  1.923 ms  0.019 ms  0.012 ms
 2  192.168.5.2 (192.168.5.2)  1.983 ms  1.873 ms  1.806 ms
 3  * * *
 4  * * *
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *
I found an interesting addition: It seems like I can run some internet based things. For example
apt-get install
works. However ping, and
pipenv install
won’t work
sounds to me like certain ports are blocked?
also running the container via
--network host
didn’t change anything
l
bring ur pc home. test. if ok that mean firewall blocking
b
I am home
and I don’t have a VPN or firewall running
the thing is, I can ping from my host macbook without a problem
l
I haven't install rancher desktop because on my win11. rancher desktop will activate hyper-v. that will conflict with my vmware workstation.
301 Views