[SOLVED] New to Proxmox

DerpyFox

New Member
Apr 3, 2023
14
0
1
I am totally lost in the sauce here. I cannot get the GUI to work on another computer.

Setup: Currently PC is connected to Server through a switch with no outside connections on the switch.

If anyone can help me, I'd appreciate it!



IMG_20230415_182007(1).jpg
 
I did just put in a NIC because I wanted more ports. The onboard NIC doesn't even show as working when connected to the switch.
 
I have no idea how to do that. Google is super helpful and only tells me about the port number or adding additional Ethernet ports with an adapter.
 
You type in ip a in the console, write down the interface names it is showing, then run nano /etc/network/interfaces to edit your network config replacing all the occurances of the wrong interface with the correct ones you wrote down earlier given to you by ip a. Then restart the network with systemctl restart networking.
 
I now have my PC plugged into just the switch, and my server all 3 ethernet ports into the switch. Not a single one works. The dedicated NIC lights up the switch just like my PC. The onboard has no lights. enp4s0, enp4s0f0, enp4s0f1, enp5s0 all didn't work.
 
Okay, try making the following changes in the interfaces file, save it, and reboot:
Change:
iface enp4s0
To:
iface enp4s0f0

Change:
bridge-ports enp4s0
To:
bridge-ports enp4s0f0
 
Okay, try making the following changes in the interfaces file, save it, and reboot:
Change:
iface enp4s0
To:
iface enp4s0f0

Change:
bridge-ports enp4s0
To:
bridge-ports enp4s0f0
Nothing. Running ip a shows enp4s0f0 as mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000, and vmbr0 is UP as well.
 
Looks like basic network knowledge is missing here. You need a default gateway in your LAN and that is usually your router. So don't use some random IPs that PVE defaults to when installing, but use IPs that actually make sense. So probably 192.168.1.1 for the gateway in case that is your router. And you also might want to edit /etc/resolv.conf to point to the IP of your router so your router will act as a DNS server.
You got a 192.168.1.42/24 so your subnet is between 192.168.1.1 and 192.168.1.255. Everything else is outside of that subnet and therefore can't be reached.
 
I am lost. I just set my PC to this to no avail.

View attachment 49262
Okay, what we probably need to do is to establish what your router is doing. Normally, for a windows machine, it'll get addresses automatically. So, as part of that, you can find out the IP of the router, and also the netmask [this is simpler than it sounds, but tends to be made complicated a little unnecessarily. Example: 255.255.255.0 is the same as /24, and 255 means essentially, this bit does not change, but the 0 means anything in that range {so 0 to 255}. Normally, home routers are 192.168.1.0/24 or 192.168.1.0 with netmask 255.255.255.0, giving you a range of anything between 192.168.1.0 and 192.168.1.255 {really 1 to 254, but let's not overcomplicate}]

If you set your workstation [your PC you are using] to get an address automatically, what address does it get, and what does it say the address of the router is?

This will help us a lot when working out what to do with your other settings on the proxmox host.
 

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!