Je veux y acceder par ssh.
Voici ma configuration reseau:
/etc/network/interface
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
bridge_ports eth0
bridge_fd 0
address 192.168.20.40
netmask 255.255.255.0
network 192.168.20.0
broadcast 192.168.20.255
gateway 192.168.2.1
/var/lib/lxc/fileserver/config
lxc.utsname = fileserver
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = br0
lxc.network.ipv4 = 192.168.20.99/24
lxc.network.ipv4.gateway = 192.168.20.1
Message édité par anzian le 20-07-2016 à 14:14:47