Hello,
how can i migrate my VM's from my actual server to a new server which is not in the same network?
What is the best way to carry out my idea?
Regards
i have put STP to on and it works! I have acces from outside. But the vm itself has no connection outside?
The command: ntpdate -s pool.ntp.org gives back: hostname nor servername provided, or not known.
The VM can ping the host at 100.200.48.100 and the host can ping the VM at 100.200.48.101...
€dit: i have put STP to on and it works! I have acces from outside. But the vm itself has no connection outside?
The command: ntpdate -s pool.ntp.org gives back: hostname nor servername provided, or not known
bridgename:
vmbr0
bridge id:
8000.a02bb81f72a4
STP enabled:
no
interfaces:
eth0...
It doesnt work...
My interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 100.200.48.100
netmask 255.255.255.0
gateway 100.200.48.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
post-up echo 1 >...
Ok, so gateway is 100.200.80.1.
And can i use the Realtek ethernet controller?
Have the interfaces looks like that:
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 100.200.80.100
netmask 255.255.255.0
gateway 100.200.80.1
bridge_ports eth0...
Tanks for your reply!
How does the interfaces of the host looks like then?
Can you give me an example?
Thats my interface: (how can i post as code?)
auto eth0
iface eth0 inet static
address 100.200.80.100
netmask 255.255.255.0
gateway 100.200.80.1
post-up echo 1 >...
Hello,
i have ten ip's from provider like that:
100.200.80.100
..
..
100.200.80.109
proxmox have the first ip (100.200.80.100) and i will set the second ip (100.200.80.101) to a FreeBSD VM, so that it is reached from outside and has acces to the internet.
I have try everything i found on the...
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.