mkdir -p /var/lib/pveproxy && touch /var/lib/pveproxy/access.log
chmod -R 0777 /var/log
root@StamPointsRecords:~# ping 1.1.1.1
ping: connect: Network is unreachable
thank you so much for all the help it seems to have worked, I made all the changes you told me to do so now it's on 192.168.0.74You need to make the changes, I've written above.
root@StamPointsRecords:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
From 192.168.0.74 icmp_seq=1 Destination Host Unreachable
From 192.168.0.74 icmp_seq=2 Destination Host Unreachable
From 192.168.0.74 icmp_seq=3 Destination Host Unreachable
From 192.168.0.74 icmp_seq=4 Destination Host Unreachable
From 192.168.0.74 icmp_seq=5 Destination Host Unreachable
From 192.168.0.74 icmp_seq=6 Destination Host Unreachable
From 192.168.0.74 icmp_seq=7 Destination Host Unreachable
From 192.168.0.74 icmp_seq=8 Destination Host Unreachable
From 192.168.0.74 icmp_seq=9 Destination Host Unreachable
^C
--- 1.1.1.1 ping statistics ---
11 packets transmitted, 0 received, +9 errors, 100% packet loss, time 10244ms
pipe 4
root@StamPointsRecords:~#
root@StamPointsRecords:~# nmap -sP 192.168.0.1/24
Starting Nmap 7.93 ( https://nmap.org ) at 2025-02-09 21:03 GMT
Nmap scan report for 192.168.0.1
Host is up (0.00037s latency).
MAC Address: 04:81:9B:8A:42:79 (SKY UK Limited)
Nmap scan report for 192.168.0.4
Host is up (0.059s latency).
MAC Address: 70:97:41:95:C2:EC (Arcadyan)
Nmap scan report for 192.168.0.29
Host is up (0.058s latency).
MAC Address: 3C:55:76:A4:8F:5B (Cloud Network Technology Singapore PTE.)
Nmap scan report for 192.168.0.30
Host is up (0.058s latency).
MAC Address: 1C:98:C1:6C:A4:E4 (Cloud Network Technology Singapore PTE.)
Nmap scan report for 192.168.0.40
Host is up (0.11s latency).
MAC Address: 44:AF:28:35:34:9B (Intel Corporate)
Nmap scan report for 192.168.0.53
Host is up (0.0060s latency).
MAC Address: DC:DA:0C:79:66:00 (Unknown)
Nmap scan report for 192.168.0.111
Host is up (0.000044s latency).
MAC Address: BC:24:11:FE:AD:1F (Unknown)
Nmap scan report for 192.168.0.112
Host is up (0.000073s latency).
MAC Address: BC:24:11:65:FC:4F (Unknown)
Nmap scan report for 192.168.0.113
Host is up (0.00020s latency).
MAC Address: BC:24:11:D9:87:30 (Unknown)
Nmap scan report for 192.168.0.114
Host is up (0.00020s latency).
MAC Address: BC:24:11:D9:EE:8C (Unknown)
Nmap scan report for 192.168.0.115
Host is up (0.000033s latency).
MAC Address: BC:24:11:67:DF:97 (Unknown)
Nmap scan report for 192.168.0.117
Host is up (0.000077s latency).
MAC Address: BC:24:11:DD:52:7A (Unknown)
Nmap scan report for 192.168.0.118
Host is up (0.067s latency).
MAC Address: FA:6C:75:AE:10:A1 (Unknown)
Nmap scan report for StamPointsRecords.server (192.168.0.74)
Host is up.
Nmap done: 256 IP addresses (14 hosts up) scanned in 28.16 seconds
root@StamPointsRecords:~#
root@StamPointsRecords:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.74 StamPointsRecords.server StamPointsRecords
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
root@StamPointsRecords:~#
Maybe that should beroot@StamPointsRecords:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.74StamPointsRecords.[U]server[/U]
StamPointsRecords
StamPointsRecords.local
root@StamPointsRecords:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.74 StamPointsRecords.local StamPointsRecords
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
You are using 192.168.0.64 as the gateway/router, but ...iface vmbr0 inet static
address 192.168.0.64/24
gateway 192.168.0.64
bridge-ports eno1
bridge-stp off
bridge-fd 0
... could it be that 192.168.0.1 is your router/modem instead?Code:root@StamPointsRecords:~# nmap -sP 192.168.0.1/24 Starting Nmap 7.93 ( https://nmap.org ) at 2025-02-09 21:03 GMT Nmap scan report for 192.168.0.1 Host is up (0.00037s latency). MAC Address: 04:81:9B:8A:42:79 (SKY UK Limited)
That would explain why you have no internet and no DNS. Try using 192.168.0.1 as the gateway and nameserver.Code:nameserver 192.168.0.64
Although he confirmed earlier in the post that .64 is his router, & he already changed his Proxmox IP to .74, I believe leesteken is right that .1 is the router based on the nmap timings above.Try using 192.168.0.1
I don't understand why the VMs can reach the gateway and internet when using the wrong address for the gateway, and therefore also assumed that .64 was correct.Although he confirmed earlier in the post that .64 is his router, & he already changed his Proxmox IP to .74, I believe leesteken is right that .1 is the router based on the nmap timings above.
What is the gateway for sky router?
Type https://192.168.0.1 in a browser address bar and hit enter (When typing the address, ensure you use https and not http). Enter the login in details for the hub.
root@StamPointsRecords:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
From 192.168.0.74 icmp_seq=1 Destination Host Unreachable
From 192.168.0.74 icmp_seq=2 Destination Host Unreachable
From 192.168.0.74 icmp_seq=3 Destination Host Unreachable
From 192.168.0.74 icmp_seq=4 Destination Host Unreachable
From 192.168.0.74 icmp_seq=5 Destination Host Unreachable
From 192.168.0.74 icmp_seq=6 Destination Host Unreachable
From 192.168.0.74 icmp_seq=7 Destination Host Unreachable
From 192.168.0.74 icmp_seq=8 Destination Host Unreachable
From 192.168.0.74 icmp_seq=9 Destination Host Unreachable
^C
--- 1.1.1.1 ping statistics ---
12 packets transmitted, 0 received, +9 errors, 100% packet loss, time 11303ms
pipe 4
root@StamPointsRecords:~#
Have you tried using the gateway of 192.168.0.1 ?After seeing all the thread messages I'm not sure what to do
that worked thank you so much for that , after changing that and a quick rebootHave you tried using the gateway of 192.168.0.1 ?
root@StamPointsRecords:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=59 time=9.50 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=59 time=9.09 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=59 time=9.33 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=59 time=8.54 ms
64 bytes from 1.1.1.1: icmp_seq=5 ttl=59 time=8.53 ms
64 bytes from 1.1.1.1: icmp_seq=6 ttl=59 time=8.45 ms
^C
--- 1.1.1.1 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5006ms
rtt min/avg/max/mdev = 8.447/8.905/9.504/0.419 ms
that worked thank you so much for that , after changing that and a quick reboot
cat /etc/resolv.conf
search local
nameserver 192.168.0.1
We use essential cookies to make this site work, and optional cookies to enhance your experience.