Hello everyone, I am new here
I have a problem or an just confused. I am trying to simply add IP's to the virtual machines, but I want proxmox to use a dhcp server that is not inside of proxmox I want it to use the one on my router, then later I will map static IP's to the local IP's. Or is there a better way of doing this?
On my router I have the option to map the static ip's, but it will only let me map them to devices on that LAN.
Here is my interfaces
#network interface settings
auto lo
iface lo inet loopback
iface eth0 inet dhcp < I Put DHCP here but it didn't work
iface eth1 inet dhcp
iface eth2 inet dhcp
iface eth3 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
Thank you for any help it is much appreciated, if anymore information is needed just let me know, also using proxmox 3.3.
I have a problem or an just confused. I am trying to simply add IP's to the virtual machines, but I want proxmox to use a dhcp server that is not inside of proxmox I want it to use the one on my router, then later I will map static IP's to the local IP's. Or is there a better way of doing this?
On my router I have the option to map the static ip's, but it will only let me map them to devices on that LAN.
Here is my interfaces
#network interface settings
auto lo
iface lo inet loopback
iface eth0 inet dhcp < I Put DHCP here but it didn't work
iface eth1 inet dhcp
iface eth2 inet dhcp
iface eth3 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
Thank you for any help it is much appreciated, if anymore information is needed just let me know, also using proxmox 3.3.