Hi,
Discovered by not being able to set up git remote on github.com from the pve host, but able to reach bitbucket.org. Wasted time looking at DNS settings.
I seems that routing from pve for ipv4 to internet is broken. Other hosts on my network can reach both github.com by ipv4, and ssh -4 to the the pve host.
What should I be looking for to fix this?
Cheers...
-------
ping my gateway:
ping well-known dns
bitbucket
github
Discovered by not being able to set up git remote on github.com from the pve host, but able to reach bitbucket.org. Wasted time looking at DNS settings.
I seems that routing from pve for ipv4 to internet is broken. Other hosts on my network can reach both github.com by ipv4, and ssh -4 to the the pve host.
What should I be looking for to fix this?
Cheers...
-------
ping my gateway:
Code:
ping -c1 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=1.09 ms
ping well-known dns
Code:
ping -c1 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
From 192.168.0.9 icmp_seq=1 Destination Host Unreachable
--- 1.1.1.1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
bitbucket
Code:
ping -c1 bitbucket.org
PING bitbucket.org(2406:da00:ff00::22c0:3470 (2406:da00:ff00::22c0:3470)) 56 data bytes
64 bytes from 2406:da00:ff00::22c0:3470 (2406:da00:ff00::22c0:3470): icmp_seq=1 ttl=48 time=231 ms
--- bitbucket.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 230.720/230.720/230.720/0.000 ms
github
Code:
ping -c1 github.com
PING github.com (20.248.137.48) 56(84) bytes of data.
From prxmx-mini.20finch (192.168.0.9) icmp_seq=1 Destination Host Unreachable
--- github.com ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
~# ssh -T git@github.com -v
OpenSSH_9.2p1 Debian-2, OpenSSL 3.0.9 30 May 2023
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to github.com [20.248.137.48] port 22.
debug1: connect to address 20.248.137.48 port 22: No route to host
ssh: connect to host github.com port 22: No route to host
Last edited: