39
edits
:for Ethernet connexion a line specefying port '''eth0''' is needed
:to describe your ethernet configuration, as this sample:
allow-hotplug eth0
iface eth0 inet static
dns-domain example.com
dns-nameservers 192.168.11.1
''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 ==
|
edits