Welcome to r/Proxmox , the main subreddit regarding the Proxmox hypervisor!
How to install proxmox without a router?
I feel so stupid. I messed up big time today and am trying to install proxmox from scratch. The only problem is that the router VM (opnsense) was removed when I installed a fresh copy of proxmox so now I have no router.
How can I set up proxmox without a router, then connect to it locally to set up opnsense VM to actually get a router up and running so I can connect the machine to the internet?
Edit: resolved. It was a dumb overlook on my part. Learning networking the hard way, now watching videos to learn more. Good news is that my server's back up and running.
Why do you need a router to install the OS?
I imagine they need a router to sort out his DHCP on another machine to install the router on Proxmox.
Another reason why routers are often better suited as bare metal but I can see the advantages of snapshots and upgrades etc
Plug in a keyboard and monitor like the good old days.
Once you are in proxmox open a shell into your new VM to setup the router.
So I installed proxmox again without ethernet plugged in.
Made hostname: pve.proxmox.local
IP Address CIDR: 192.168.100.2
Gateway: 192.168.100.1
DNS: 127.0.0.1
After rebooting, I connect my laptop to proxmox by connecting the ethernet cable between the laptop and the server. I am still not able to load: https://192.168.100.2:8006
Am I missing something here?
Set a static IP on the server and your workstation in the same subnet. 192.168.1.1/24 (set server to 192.168.1.100 and workstation to 192.168.1.101 and both with a subnet of 255.255.255.0 for example) would work fine to get things setup if you don't already have one set. Just make sure the subnetmask is the same so they can communicate without having to be routed.
Ok, I will try this method. I did comment above a minute ago with the settings I used.I do not see the option for subnetmask in the installation GUI?
I assume you would use vlans. Create the vlans on the host you need until it is ready. Next create your firewall vm and let it replace the vlans created by hand. Next create the outbound proxy vm. Point all your apt proxy to that one. Next create the inbound haproxy vm with ssl and client cert. Point that to pve And switch. Bootstrapping is not hard, just be careful in the switching and make sure you have the inbound proxy working before removing the adhoc network