On 2011-07-02 17:03, Stuart Johnson wrote:
>
>> Did you modify /etc/init/* scripts? The guest is also Natty?
>
> No, I didn't change the init scripts. Guest also Natty. Any
> particular script or log I should be looking at?
If there is no gateway after startup, then your guest's network was not
Did you modify /etc/init/* scripts? The guest is also Natty?
No, I didn't change the init scripts. Guest also Natty. Any particular
script or log I should be looking at?
--
All of the data generated in your IT infras
On 2011-07-02 16:50, Stuart Johnson wrote:
>> You forgot to paste your config files.
> thanks, does this help? Its the gateway address that doesn't get set up
> until I do a ifdown eth0&& ifup eth0
>
>
> lxc.network.type = veth
> lxc.network.flags = up
> lxc.network.link = br0
> lxc.network.ipv4
> You forgot to paste your config files.
thanks, does this help? Its the gateway address that doesn't get set up
until I do a ifdown eth0 && ifup eth0
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = br0
lxc.network.ipv4 = x.x.x.x
lxc.utsname = taxibus
lxc.tty = 4
lxc.pts =
On 2011-07-02 16:09, Stuart Johnson wrote:
> lxc version: 0.7.4
> Ubuntu 11.04/natty
>
>
> I have set up my container with a static IP address. If the start the
> container, I can see the IP address in ifconfig, but the route is not
> set up until I do a ifdown eth0&& ifup eth0
>
You forgot to p