Here is the output of ifconfig:
[code}
eth0 Link encap:Ethernet HWaddr 7a:6e:63:ac:21:f1
inet addr:192.168.0.163 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::786e:63ff:feac:21f1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:123494 errors:0 dropped:0 overruns:0 frame:0
TX packets:401365 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:18154190 (17.3 MiB) TX bytes:601721040 (573.8 MiB)
Interrupt:114
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)
[/code]
And here is my interfaces file
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
As for the DHCP server settings, I'm not really sure what you are looking for. The DHCP server is a router supplied to me by my internet provider. If there are specific settings you are looking for to help troubleshoot, let me know and I can check them on the router.
And thank YOU for supporting me! :-)