OK, I'm a complete linux n00b, and can't for the life of me get my ethernet up.
Short story, I was wireless, and never could get online. For other reasons, I moved the PC to where it was wired, and it fired right up, no worries.
A few weeks later, I pulled out the wifi card, and lost my ethernet connection in the process, and now can't connect to save my life.
I'm using Kubuntu Fiesty, and about to loose my mind.
Here's my interfaces file:
I have no issues on the same PC in XP, and configured my eth0 interface with the same settings I use in XP.
Any help would be greatly appreciated.
Short story, I was wireless, and never could get online. For other reasons, I moved the PC to where it was wired, and it fired right up, no worries.
A few weeks later, I pulled out the wifi card, and lost my ethernet connection in the process, and now can't connect to save my life.
I'm using Kubuntu Fiesty, and about to loose my mind.
Here's my interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# 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
iface eth0 inet static
address 192.168.15.100
netmask 255.255.255.0
gateway 192.168.15.1
auto eth0
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# 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
iface eth0 inet static
address 192.168.15.100
netmask 255.255.255.0
gateway 192.168.15.1
auto eth0
Any help would be greatly appreciated.
Comment