Raspberry Pi Image: Difference between revisions

261 bytes added ,  18:38, 31 December 2020
Line 95: Line 95:
:for Ethernet connexion a line specefying port '''eth0''' is needed
:for Ethernet connexion a line specefying port '''eth0''' is needed
:to describe your ethernet configuration, as this sample:
:to describe your ethernet configuration, as this sample:
<code>
  allow-hotplug eth0
  allow-hotplug eth0
  iface eth0 inet static
  iface eth0 inet static
Line 103: Line 102:
   dns-domain example.com
   dns-domain example.com
   dns-nameservers 192.168.11.1
   dns-nameservers 192.168.11.1
</code>
''The line "dns-domain example.com" is optional''
 
:You could have also to edit an other file, for dns configuration.
:see file «'''/etc/resolv.conf'''» to insert these lines:
nameserver 192.168.11.1
domain example.com
''Again, the line "domain example.com" is optional''


== Information ==
== Information ==
39

edits