OPNsense Forum

English Forums => General Discussion => Topic started by: Gautier on November 20, 2024, 07:53:51 AM

Title: ping OK but no internet with static client
Post by: Gautier on November 20, 2024, 07:53:51 AM
I have this problem with fresh intsall


root@lithium:~# ping -c3 google.com

PING google.com (216.58.213.110) 56(84) bytes of data.

64 bytes from sof04s03-in-f14.1e100.net (216.58.213.110): icmp_seq=1 ttl=117 time=35.6 ms

64 bytes from lhr25s02-in-f110.1e100.net (216.58.213.110): icmp_seq=2 ttl=117 time=35.3 ms

64 bytes from sof04s03-in-f14.1e100.net (216.58.213.110): icmp_seq=3 ttl=117 time=35.7 ms


--- google.com ping statistics ---

3 packets transmitted, 3 received, 0% packet loss, time 2003ms

rtt min/avg/max/mdev = 35.293/35.538/35.689/0.175 ms



root@lithium:~# curl https://ipleak.net/json/

curl: (28) Failed to connect to ipleak.net port 443 after 135153 ms: Couldn't connect to server


For apt update same probleme.



My architecture:

PVE with OPNsense VM.

LAN on Vmbr0


This computer, phone etc are connected in DHCP via Vmbr0 without problem.


I don't know if it's PVE or OPNsensewith bad settings.


Help
Title: Re: ping OK but no internet with static client
Post by: dseven on November 20, 2024, 11:37:52 AM
I wonder if curl is trying to use IPv6. Try "curl -4v https://ipleak.net/json/" ?
Title: [Solded] Re: ping OK but no internet with static client
Post by: Gautier on November 24, 2024, 06:45:11 PM
It's work!

I just reinstall and know it's work...