Sorry about the cross-post, but I posted a question about NAT-ing LAN to WAN addresses in the Networking forum.
If anyone can help I'd be very grateful:
http://forum.proxmox.com/threads/21122-How-to-NAT-LAN-to-WAN
Hi parlitul - were you able to resolve this? I think I've got the same problem as you had. So far, I've found no solution. Is it not possible to NAT using Proxmox?
http://forum.proxmox.com/threads/21122-How-to-NAT-LAN-to-WAN
Remove these lines from the KVM guest's config:
bridge_ports vmbr0
bridge_stp off
bridge_fd 0
so that it looks like this:
auto eth1
iface eth1 inet static
address 10.10.1.9
netmask 255.255.255.0
(That works for me at least - now I just need to work out how to get the private...
UPDATE: As a result of the research on this thread, it looks like like you cannot use private IPs behind your Proxmox host's true IP, and masquerade the traffic using NAT, as stated here
Using Proxmox 3.4, I've given my (Linux) guest both public and private network addresses.
How can I get...
Re: grub2 update problems (GUI only), leading to not correctly installed packages
Hi - just a suggestion: when you say "do NOT use the GUI for upgrading" it would be clearer to say "Upgrade over SSH, do NOT use your web browser for upgrading."
This is because I read the above warning, and...
Thanks, that's exactly my configuration - fingers crossed it will all come up and be OK.
Indeed - I'd like to work out a safer way of doing this, but I'm not entirely sure how to go about it in the limited time I have to install the machine. Do you know of any HOWTOs on this? For example...
I have a default install of Proxmox 3.3. I have told my ISP that intend to virtualize my hardware, and asked them if they are OK with having multiple MAC addresses on the same NIC. They say they are OK with that. I am currently using 5 public IPV4 addresses on a phyiscal machine which I intend...
I used clonezilla-live-2.3.1-18-i686-pae.iso
Maybe it wasn't the virtio then. It seemed to work (over an SSH share) after I tried it with SATA instead, but maybe that wasn't relevant.
I still can't get the disk image to load from a USB drive attached to the VM though. Clonezilla either won't...
Well, it may have been virtio, but it's hard to say.
Thanks for the tip about fsarchiver - I'll have a look. There's something deeply confusing about the way clonezilla works...
Odd that eth0 is missing. As far as I know I'd not altered anything other than the address line.
Anyway, now I know I can do it via the GUI, so that's OK.
I'm following the instructions here for using Clonezilla to do a P2V:
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Physical_server_to_Proxmox_VE_.28KVM.29_using_Clonezilla_Live_CDs
I've made a disk image (stored over SSH to a remote machine) from my physical machine. But when...
It's the default - I simply want to change the IP a a test - it's on the same subnet for the moment:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet staticaddress 192.168.1.203
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Oh...
I'm installing a Proxmox 3.3 host machine which will later go onto another network. So, I need to be able to change its IP address.
I thought I could just put the new network config into /etc/network/interfaces. However, when I reboot, I can't get through to the management interface on the new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.