[Lxc-users] Can not ping outside of local LAN from within a LXC

Saurabh Deochake saurabh.d04 at gmail.com
Sat Jul 27 08:26:46 UTC 2013


Hi Kevin,

Did you try adding lxc.network.ipv4.gateway=<IP_address> in the
configuration file of the container?

The address is in format  x.y.z.t/m,  eg.  192.168.0.1/24.

Regards,
Saurabh Deochake.
[NTT DATA]


On Sat, Jul 27, 2013 at 3:45 AM, Kevin LaTona <lists at studiosola.com> wrote:

>
> On Jul 26, 2013, at 3:11 PM, Luis M. Ibarra <michael.ibarra at gmail.com>
> wrote:
>
> > can you post your container config?
>
>
> lxc.utsname = vm1
>
> lxc.network.type=veth
> lxc.network.link=br0
>  lxc.network.name = br0
>
> lxc.network.hwaddr = 00:16:3e:2a:53:c1
> lxc.network.ipv4 = 192.168.0.30/24
> lxc.network.flags=up
>
> lxc.devttydir = lxc
> lxc.tty = 4
> lxc.pts = 1024
> lxc.rootfs = /var/lib/lxc/vm1/rootfs
> lxc.mount  = /var/lib/lxc/vm1/fstab
> lxc.arch = amd64
> lxc.cap.drop = sys_module mac_admin
> lxc.pivotdir = lxc_putold
>
> # uncomment the next line to run the container unconfined:
> #lxc.aa_profile = unconfined
>
> lxc.cgroup.devices.deny = a
>
> # Allow any mknod (but not using the node)
> lxc.cgroup.devices.allow = c *:* m
> lxc.cgroup.devices.allow = b *:* m
>
> # /dev/null and zero
> lxc.cgroup.devices.allow = c 1:3 rwm
> lxc.cgroup.devices.allow = c 1:5 rwm
>
> # consoles
> lxc.cgroup.devices.allow = c 5:1 rwm
> lxc.cgroup.devices.allow = c 5:0 rwm
>
> #lxc.cgroup.devices.allow = c 4:0 rwm
> #lxc.cgroup.devices.allow = c 4:1 rwm
>
> # /dev/{,u}random
> lxc.cgroup.devices.allow = c 1:9 rwm
> lxc.cgroup.devices.allow = c 1:8 rwm
> lxc.cgroup.devices.allow = c 136:* rwm
> lxc.cgroup.devices.allow = c 5:2 rwm
>
> # rtc
> lxc.cgroup.devices.allow = c 254:0 rwm
>
> #fuse
> lxc.cgroup.devices.allow = c 10:229 rwm
>
> #tun
> lxc.cgroup.devices.allow = c 10:200 rwm
>
> #full
> lxc.cgroup.devices.allow = c 1:7 rwm
>
> #hpet
> lxc.cgroup.devices.allow = c 10:228 rwm
>
> #kvm
> lxc.cgroup.devices.allow = c 10:232 rwm
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Lxc-users mailing list
> Lxc-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-users/attachments/20130727/9de9ae7d/attachment.html>


More information about the lxc-users mailing list