Because of the live ISO installed it was unable to detect the network device and we are not able configure the network device.
Solution to this issue we open the /etc/network/interfaces file do the changes follows
auto eth0
allow-hotplug eth0
#iface eth0 inet dhcp //modified this one
iface eth0 inet static //modified this one
ipaddress xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
then restart the network service by type it in command line
sudo /etc/init.d/networking restart
Then Network device is configured sucessfully.
Subscribe to:
Post Comments (Atom)
Linux Kernel Compilation
Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...
-
Step:1 sudo apt-get install python-pip Step:2 pip install -U selenium for python3 and more install Step:1 sudo apt-get...
-
This process will common for all HP Printers like HP LJ P 1007, P1020,P1020 plus,1022,3050 MFP, M 5035 MFP,P 2015N and Configuring the HP ...
-
TOKEN=$(curl -u "<username>:<password>" -k -X GET "https://<hostname or ip address>:<port number>/se...
No comments:
Post a Comment