I issued the command ifconfig
then it gave me 3 entries.
The first one is eth0
the second one is eth0:1
and lo
.
Both eth0
and eth0:1
gave unique IP addresses, however I want to get rid of eth0:1
. How do you think it can possibly be done?
Thanks in advance guys
ifconfig
andcat /etc/network/interfaces
– David Purdue Sep 19 '13 at 06:21