pve-host can ping gateway, but nothing else.

Silver_Phone988

New Member
May 8, 2024
2
0
1
Fresh proxmox 8.3 install, web interface wont respond. So I get on pve-host, I can ping gateway, but google.com doesn't resolve, and I get no response from 1.1.1.1 or other network devices. I have the static ip on 10.0.0.121/24 and the gateway is 10.0.0.1 so I know that a mismatch isn't the issue, and it's a fresh new install so I'm not sure what happened.

/etc/network/interfaces:
Code:
auto lo
 iface lo inet loopback
 
 iface eno1 inet manual
 
auto vmbr0
 iface vmbr0 inet static
         address 10.0.0.121/24
         gateway 10.0.0.1
         bridge-ports none
         bridge-stp off
         bridge-fd 0
 iface eno3 inet manual
 
 iface eno4 inet manual
 
 iface eno2 inet manual
 
 iface enp65s0f0 inet manual
 
 iface enp65s0f1 inet manual

ip a:
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eno3: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether ec:f4:bb:ed:6a:e4 brd ff:ff:ff:ff:ff:ff
    altname enp8s0f0
3: eno4: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether ec:f4:bb:ed:6a:e5 brd ff:ff:ff:ff:ff:ff
    altname enp8s0f1
4: eno1: <BROADCAST, MULTICAST, UP, LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
    link/ether ec:f4:bb:ed:6a:e4 brd ff:ff:ff:ff:ff:ff
    altname enp8s0f0
5: eno2: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether ec:f4:bb:ed:6a:e2 brd ff:ff:ff:ff:ff:ff
    altname enp1s0f1
6: enp65s0f0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether a0:36:9f:28:bc:00 brd ff:ff:ff:ff:ff:ff
7: enp65s0f1: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether a0:36:9f:28:bc:02 brd ff:ff:ff:ff:ff:ff
8: vmbr0: <BROADCAST, MULTICAST, UP, LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether ec:f4:bb:ed:6a:e0 brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.121/24 scope global vmbr0
        valid_lft forever preferred_lft forever
    inet6 fe80:eef4:bbff:feed:6ae0/64 scope link
        valid_lft forever preferred_lft forever
 
So using external ethernet Interface, than you can connect to in Router, that is connected to you world. But remember your network IPs must match.
 
I’m afraid I don’t understand, do you mean my gateway and machine address need to match up? I don’t really get what you mean by network IPs.
 
Hi I would need more detail about your network as it seems to be just a setting issue.

What is your subnet ? from your router to your Host
What is the subnet ? where your computer sat
What are your DNS server ?
Are there any firewall on your network ?
Please type route on the PVE to show all known route on the host