<div dir="ltr"><div><div>Hello, <br><br></div><div>Please, i have a question about Network Interfaces in LXC container:<br></div><div>In my container,i have by default these interfaces:<br></div><div><br>ubuntu@u5:~$ ifconfig<br>eth0      Link encap:Ethernet  HWaddr 00:16:3e:b7:de:91  <br>          inet addr:10.0.3.138  Bcast:10.0.3.255  Mask:255.255.255.0<br>          inet6 addr: fe80::216:3eff:feb7:de91/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:56 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:7230 (7.2 KB)  TX bytes:3500 (3.5 KB)<br><br>lo        Link encap:Local Loopback  <br>          inet addr:127.0.0.1  Mask:255.0.0.0<br>          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:65536  Metric:1<br>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0 <br>          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)<br><br></div><div>i'd like to add this new interface:<br><br>auto eth1<br><br>iface eth1 inet static<br>address 192.168.1.3<br>netmask 255.255.255.0<br>network 192.168.1.1<br>broadcast 192.168.1.255<br><br></div><div><b>So,i have modified this file: /etc/network/interfaces</b><br><br># This file describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).<br><br># The loopback network interface<br>auto lo<br>iface lo inet loopback<br><br>auto eth0<br>iface eth0 inet dhcp<br><br>auto eth1<br><br>iface eth1 inet static<br>address 192.168.1.3<br>netmask 255.255.255.0<br>network 192.168.1.1<br>broadcast 192.168.1.255<br><br></div><div>i have done reboot but it didn't work ! when i use ifconfig, i cant' find the new interface:<br>ubuntu@u5:/etc/network$ ifconfig<br>eth0      Link encap:Ethernet  HWaddr 00:16:3e:b7:de:91  <br>          inet addr:10.0.3.138  Bcast:10.0.3.255  Mask:255.255.255.0<br>          inet6 addr: fe80::216:3eff:feb7:de91/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:57 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:7337 (7.3 KB)  TX bytes:3500 (3.5 KB)<br><br>lo        Link encap:Local Loopback  <br>          inet addr:127.0.0.1  Mask:255.0.0.0<br>          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:65536  Metric:1<br>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0 <br>          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)<br><br></div><div>Have you an idea please ?<br></div><div><br><br></div>Thanks a lot.<br></div>Best regards. <br></div>