Hello.
I need some help setting up network connections with a debian host+guest setup.
Basically my server provider doesn't allow the use of 'bridged mode' so I am forced to either use NAT or Host-Only networking.
I have 2 ip addresses xxx.xxx.xxx.xxx and yyy.yyy.yyy.yyy. The xxx.xxx.xxx.xxx IP is currently 'attached' to the main server.
The yyy.yyy.yyy.yyy can be attached to the main server using eth0:0 and specifiying the address in /etc/network/interfaces.
I however would like the yyy.yyy.yyy.yyy IP to be routed to my VM as if it were setup in bridged mode. All traffic for the IP will go to the VM and all traffic from the VM will appear to come from the IP.
I have experimented with many different configurations and everything suggested by my server provider (who are not very helpful) but I cannot get it to work!
If you would like any info on what I have tried let me know otherwise any and all (complete) suggestions are welcomed
Thanks.