Dell Proximity Printing Solution User Manual

Page 8

Advertising
background image

DPPS – Installation Guide

8

iface lo inet loopback
# This is a list of hotpluggable network
interfaces.
# They will be activated automatically by the
hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
gateway 192.168.0.1

9 Save the document and exit GEdit.

10 Type the following command in a terminal window:

sudo ifup eth0
You may see an error message regarding unable to resolve an address.

Ignore this error as the next step corrects it.

11 Type the following command in a terminal window:

sudo gedit /etc/resolv.conf

12 Delete the existing text from the document and then type:

nameserver IP Address of your DNS server
You can type all your namespaces in the same format. Each namespace

must be typed in the new line.

13 Save the document and exit GEdit.
14 Restart Ubuntu.
15 Type the following command in a terminal window:

sudo gedit /etc/hosts

16 Use a # to comment out all the line till the first blank line.

Advertising