[lxc-users] Route to Containers
Stephen Nelson-Smith
stephen at atalanta-systems.com
Tue Feb 16 19:05:17 UTC 2016
Hi,
On 16 February 2016 at 18:31, Stephen Nelson-Smith
<stephen at atalanta-systems.com> wrote:
> [root at example ~]# ip r l
> default via 10.1.1.1 dev eth0
> 10.1.1.1 dev eth0 scope link
^^^^^^ this doesn't look right!!
[root at example ~]# ip r l
default via 10.1.1.1 dev eth0
10.1.1.1 dev eth0 scope link
169.254.0.0/16 dev eth0 scope link metric 1005
[root at example ~]# ip r d 10.1.1.1 dev eth0
[root at example ~]# ip r l
default via 10.1.1.1 dev eth0
169.254.0.0/16 dev eth0 scope link metric 1005
[root at example ~]# ip r a 10.1.1.0/24 dev eth0
[root at example ~]#
And now everything works.
So I just need to find out why that route was set.
S.
More information about the lxc-users
mailing list