Displaying 3 results from an estimated 3 matches for "9f1hzxi5".
2013 Dec 13
3
Re: assign static external IP to container
...ev eth0
>
> then the container can access the outside.
>
> I think it should work even you change the 192.168.x.x to the
> global ip.
arrg thank you but this is all so confusing to me ><
this is what my ifconfig and brctl show looks like on host machine:
http://pastebin.com/9f1HzXi5
i want to use 67.180.246.123 for the container
2013 Dec 13
0
Re: assign static external IP to container
...r can access the outside.
>>
>> I think it should work even you change the 192.168.x.x to the
>> global ip.
>
> arrg thank you but this is all so confusing to me ><
>
> this is what my ifconfig and brctl show looks like on host machine:
> http://pastebin.com/9f1HzXi5
>
> i want to use 67.180.246.123 for the container
>
I saw there are two bridge br0 and virbr0 in your host.
which bridge the libvirt uses? what's result of #virsh net-list ?
I think you may setup the wrong bridge. try to set ip for virbr0 and
make eth0 as a port of virbr0.
2013 Dec 08
2
assign static external IP to container
hello i have a server colocated in a datacenter with several external IP
addresses available to use. the physical server is using one of these
IPs, and i want to assign another, unused IP to the virtual machine. i
thought i could just do this by editing the container's
/etc/network/interfaces, setting a static IP address for eth0 much like
i did for br0 on the host machine.... but doesn't