P
proxmoxnoob
Guest
Hello,
I know this might seem rediculous for most people here, I have been trying to get proxmox to run for a week now and its going in the right direction, but what I'm missing is a good guide for beginners (yes, non fail noob guide) lol
I have searched the web, followed guides on pve.proxmox.com, saw videos etc etc, searched google up and down for various information about proxmox setups
One of the first issues, is during installation you have to choose FQDN, IP, ETC, since default it shows you local IPs here, then what you do? type in just FQDN and leave the rest for then to configure the eth0, eth1 etc later in the interfaces file?
Ok, i figured it out, and typed in my WAN (public ip) with it's subnet, gateway, and dns and I typed in a full qualified domain name which is associated with the public IP (WAN IP)
But then in /etc/interfaces it created something like this
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address WAN IP
netmask SUBNET of WAN IP
gateway GATEWAY which I put in during installation
This somehow doesnt make sense to me, because I would have expected eth0 to be static configured during the installation process and the vmbr to have the local IP
I installed a KVM Full VPS Windows 2008 R2 in bridged mode
When you login on the windows box and check its IP, its 10.0.2.15 (a local IP)
I'm missing non-fail noob guide to assign public IP addresses to VPS's openvz/and kvms
together with
how to configure the interfaces file correctly for making this work, and do I need to change anything on the KVM's linux or windows?
Most important for myself right now, is how to correctly configure proxmox host to assign public IPs to KVMs and making this work.
That was alot of noob talk, hope someone can see the meaning in this and can help out...
thank you
I know this might seem rediculous for most people here, I have been trying to get proxmox to run for a week now and its going in the right direction, but what I'm missing is a good guide for beginners (yes, non fail noob guide) lol
I have searched the web, followed guides on pve.proxmox.com, saw videos etc etc, searched google up and down for various information about proxmox setups
One of the first issues, is during installation you have to choose FQDN, IP, ETC, since default it shows you local IPs here, then what you do? type in just FQDN and leave the rest for then to configure the eth0, eth1 etc later in the interfaces file?
Ok, i figured it out, and typed in my WAN (public ip) with it's subnet, gateway, and dns and I typed in a full qualified domain name which is associated with the public IP (WAN IP)
But then in /etc/interfaces it created something like this
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address WAN IP
netmask SUBNET of WAN IP
gateway GATEWAY which I put in during installation
This somehow doesnt make sense to me, because I would have expected eth0 to be static configured during the installation process and the vmbr to have the local IP
I installed a KVM Full VPS Windows 2008 R2 in bridged mode
When you login on the windows box and check its IP, its 10.0.2.15 (a local IP)
I'm missing non-fail noob guide to assign public IP addresses to VPS's openvz/and kvms
together with
how to configure the interfaces file correctly for making this work, and do I need to change anything on the KVM's linux or windows?
Most important for myself right now, is how to correctly configure proxmox host to assign public IPs to KVMs and making this work.
That was alot of noob talk, hope someone can see the meaning in this and can help out...
thank you