cannot ping the gateway from the server (new installation)

Good morning,

your existing physical interface named enp1s0 is down.

In your interfaces configuration you are using the name eno1...


Best regards
 
Thanks for getting back to me, how would I make the physical interface up, (it is connected to the router using a cable and works fine on windows OS or opensuse)

should I change the name to enp1s0 for the interface configuration?

Thanks.
 
Thank you, it's working, now i am able to ping gateway from the server but i can't access the webpage from a different PC on same network.
 
After debugging the issue for 2 months, this is the only solution that works for me. I have the use the alt name instead.

My interface name is eno1

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
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 88:ae:dd:00:12:34 brd ff:ff:ff:ff:ff:ff
    altname enp2s0
    inet 192.168.0.20/24 brd 192.168.0.255 scope global noprefixroute eno1
       valid_lft forever preferred_lft forever


Changing eno1 to enp2s0 in my /etc/network/interfaces resolve the issue for me.

Diff:
 auto lo
 iface lo inet loopback

-auto eno1
+auto enp2s0
-iface eno1 inet manual
+iface enp2s0 inet manual
 
 auto vmbr0
 iface vmbr0 inet static
         address 192.168.0.47/24
         gateway 192.168.0.1
-        bridge-ports eno1
+        bridge-ports enp2s0
         bridge-stp off
         bridge-fd 0
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!