root@gw:/usr/local/opnsense/scripts/filter # curl -v https://github.com/ytjohn* Trying 140.82.113.3:443...* Immediate connect fail for 140.82.113.3: Permission denied* Closing connection 0curl: (7) Couldn't connect to serverroot@gw:/usr/local/opnsense/scripts/filter # nc -v 140.82.113.3 443nc: connect to 140.82.113.3 port 443 (tcp) failed: Permission deniedroot@gw:/usr/local/opnsense/scripts/filter # ping -v 140.82.113.3PING 140.82.113.3 (140.82.113.3): 56 data bytes^C--- 140.82.113.3 ping statistics ---4 packets transmitted, 0 packets received, 100.0% packet loss
2024-01-26T14:48:09 Informational filterlog 99,,,761a166383f941c76dbf2c76c9e2f241,igb1,match,pass,out,4,0x0,,64,6692,0,none,1,icmp,84,75.xxx.yyy.zzz,140.82.113.3,datalength=64 2024-01-26T13:40:32 Informational filterlog 99,,,761a166383f941c76dbf2c76c9e2f241,igb1,match,pass,out,4,0x0,,64,37071,0,none,1,icmp,84,75.xxx.yyy.zzz,140.82.113.3,datalength=64
root@gw:~ # ping github.comPING github.com (140.82.113.4): 56 data bytes64 bytes from 140.82.113.4: icmp_seq=0 ttl=48 time=33.796 ms64 bytes from 140.82.113.4: icmp_seq=1 ttl=48 time=31.082 ms^C--- github.com ping statistics ---2 packets transmitted, 2 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 31.082/32.439/33.796/1.357 msroot@gw:~ # opnsense-code portsCloning into '/usr/tools'...fatal: unable to access 'https://github.com/opnsense/tools/': Failed to connect to github.com port 443 after 6 ms: Couldn't connect to serverroot@gw:~ # ping github.comPING github.com (140.82.113.4): 56 data bytes64 bytes from 140.82.113.4: icmp_seq=0 ttl=48 time=33.307 ms64 bytes from 140.82.113.4: icmp_seq=1 ttl=48 time=33.764 ms^C--- github.com ping statistics ---2 packets transmitted, 2 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 33.307/33.536/33.764/0.229 msroot@gw:~ # curl https://github.com/curl: (7) Failed to connect to github.com port 443 after 6 ms: Couldn't connect to serverroot@gw:~ # ping github.comPING github.com (140.82.113.4): 56 data bytes64 bytes from 140.82.113.4: icmp_seq=0 ttl=48 time=24.435 ms64 bytes from 140.82.113.4: icmp_seq=1 ttl=48 time=22.012 ms^C--- github.com ping statistics ---2 packets transmitted, 2 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 22.012/23.223/24.435/1.211 msroot@gw:~ # ping 140.82.113.3PING 140.82.113.3 (140.82.113.3): 56 data bytes64 bytes from 140.82.113.3: icmp_seq=0 ttl=47 time=24.530 ms^C--- 140.82.113.3 ping statistics ---1 packets transmitted, 1 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 24.530/24.530/24.530/0.000 msroot@gw:~ # curl -v https://github.com/opnsense/tools/* Host github.com:443 was resolved.* IPv6: (none)* IPv4: 140.82.113.4* Trying 140.82.113.4:443...* Immediate connect fail for 140.82.113.4: Permission denied* Failed to connect to github.com port 443 after 8 ms: Couldn't connect to server* Closing connectioncurl: (7) Failed to connect to github.com port 443 after 8 ms: Couldn't connect to server