Code: Select all
Could not resolve hostnameCode: Select all
auto eth0
iface eth0 inet dhcpMy interfaces file now reads (after more tinkering and web trawling)
Code: Select all
auto eth0
iface eth0 inet static
address 192.168.1.34 //34 because i set it to that. No other reason. I tried 68 before, with no luck
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254Code: Select all
configuring network...Code: Select all
starting enhanced syslog: rsyslogI've tried changing the Ethernet cable. No change at all.
Currently,
Code: Select all
ifconfigCode: Select all
eth0
Link encap:Ethernet HWaddr b0:27:eb:ef:ao:99
inet addr:192.168.1.34 Bcast: 192.168.1.255 Mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU: 1500 Metric: 1
RX packets: 0 errors: 0 dropped: 0 overruns: 0 frame: 0
TX packets: 334 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueuelen: 1000
RX bytes: 0 (0.0 B) TX bytes: 10745 (10.3 KiB)Code: Select all
route -nCode: Select all
auto eth0
iface eth0 inet dhcpAny idea what I need to do to stop the pauses and get Ethernet working again?
Cheers.