From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5DA5088B4D for ; Mon, 10 Jan 2022 09:35:06 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4CA32B00F for ; Mon, 10 Jan 2022 09:34:36 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 75568B000 for ; Mon, 10 Jan 2022 09:34:35 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 448E5450A3; Mon, 10 Jan 2022 09:34:35 +0100 (CET) Message-ID: Date: Mon, 10 Jan 2022 09:34:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Content-Language: en-US To: Proxmox VE user list , Patrick Buryk References: From: Aaron Lauterer In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.001 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.001 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [PVE-User] Subject: Proxmox VE 7.1-2 Installation question X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2022 08:35:06 -0000 That the IP address is configured on the vmbr0 interface is normal and the basic default after a fresh installation. You can change that later if you want to place the MGMT IP somewhere else. The vmbr0 interface is needed as the "virtual switch" to which the guests will be connected to. The vmbr0 is using the physical interface as bridge port. Check out the /etc/network/interfaces file for more details. Regarding the network not working; do you have more than one NIC in that system? If so, it is likely that the installer selected the NIC that is currently not connected. You could try to just plug in the cable to the other NIC or change the /etc/network/interfaces file accordingly so that the vmbr0 will use that other NIC. Then either reboot or run `ifreload -a` to apply the network config. If that is not the case, and there is only one NIC in the system, try to run `ip l s up` and also check your kernel logs / dmesg for any messages regarding the network that might give us more information why the NICs are not up. Best regards, Aaron On 1/9/22 20:01, Patrick Buryk wrote: > Hello, All - > > I'm a new user of Proxmox, having just installed VE 7.1-2 for about the 5th > time trying to resolve the following issue: > > After a successful install, I login to my host as root. > I cannot ping in or out of the host; "ip address" & "ip link" commands show > that the eno1 and vmbr0 interfaces are "UP", but their states are "DOWN". > Static IP address is shown on vmbr0 interface only - I would have imagined > that it would have been set to the eno1 interface instead during the > install but, again, this is my first exposure to this product. Connection > to my switch show no activity from the host. Ethernet cable has been > verified to work on another host. > > Any ideas?? > > Thanks, and best wishes to all in 2022! > > Cheers! > Patrick > pburyk@gmail.com > _______________________________________________ > pve-user mailing list > pve-user@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user > >