LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-20-2014, 03:30 AM   #1
u-995
LQ Newbie
 
Registered: Feb 2014
Posts: 2

Rep: Reputation: Disabled
installed openvpn on Kali (debian) and now eth0 is dead...


Hello,

Yesterday i installed these on my Kali linux (Debian) machine to get openvpn working:
Quote:
apt-get install network-manager-openvpn
apt-get install network-manager-openvpn-gnome
apt-get install network-manager-pptp
apt-get install network-manager-pptp-gnome
apt-get install network-manager-strongswan
apt-get install network-manager-vpnc
apt-get install network-manager-vpnc-gnome
But today I can't seem to get my eth0 to et to work anymore... it doesn't do anything in wireshark neither... i can put it up and assign it an ip, but that's it... can't ping. I haven't done anything else with the vpn packages...

Quote:
# 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

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# This is an autoconfigured IPv6 interface
iface eth0 inet6 auto
output ethtool eth0:

Quote:
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 100baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Speed: 10Mb/s
Duplex: Half
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: no
syslog untill i shut down yesterday evening:


cat /var/log/syslog | grep eth0
Quote:
Feb 19 21:21:11 kali NetworkManager[2543]: <info> (eth0): carrier now ON (device state 10)
Feb 19 21:21:11 kali kernel: [ 2187.243710] r8169 0000:04:00.2 eth0: link up
Feb 19 21:21:11 kali kernel: [ 2187.243719] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 19 21:21:20 kali dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Feb 19 21:21:22 kali dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Feb 19 21:32:23 kali dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Feb 19 21:32:23 kali dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Feb 19 21:41:41 kali NetworkManager[6134]: SCPluginIfupdown: guessed connection type (eth0) = 802-3-ethernet
Feb 19 21:41:41 kali NetworkManager[6134]: SCPlugin-Ifupdown: update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Feb 19 21:41:41 kali NetworkManager[6134]: SCPlugin-Ifupdown: adding eth0 to iface_connections
Feb 19 21:41:41 kali NetworkManager[6134]: SCPlugin-Ifupdown: adding iface eth0 to well_known_interfaces
Feb 19 21:41:41 kali NetworkManager[6134]: SCPlugin-Ifupdown: deleting eth0 from iface_connections
Feb 19 21:41:42 kali NetworkManager[6134]: SCPluginIfupdown: guessed connection type (eth0) = 802-3-ethernet
Feb 19 21:41:42 kali NetworkManager[6134]: SCPlugin-Ifupdown: update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Feb 19 21:41:42 kali NetworkManager[6134]: SCPlugin-Ifupdown: adding eth0 to iface_connections
Feb 19 21:41:42 kali NetworkManager[6134]: SCPlugin-Ifupdown: adding iface eth0 to well_known_interfaces
Feb 19 21:41:42 kali NetworkManager[6134]: SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.2/net/eth0, iface: eth0)
Feb 19 21:41:42 kali NetworkManager[6134]: <info> (eth0): carrier is ON
Feb 19 21:41:42 kali NetworkManager[6134]: <info> (eth0): new Ethernet device (driver: 'r8169' ifindex: 2)
Feb 19 21:41:42 kali NetworkManager[6134]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Feb 19 21:42:35 kali dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Feb 19 21:43:23 kali NetworkManager[6404]: SCPluginIfupdown: guessed connection type (eth0) = 802-3-ethernet
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: adding eth0 to iface_connections
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: adding iface eth0 to well_known_interfaces
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: deleting eth0 from iface_connections
Feb 19 21:43:23 kali NetworkManager[6404]: SCPluginIfupdown: guessed connection type (eth0) = 802-3-ethernet
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: adding eth0 to iface_connections
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: adding iface eth0 to well_known_interfaces
Feb 19 21:43:23 kali NetworkManager[6404]: SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.2/net/eth0, iface: eth0)
Feb 19 21:43:23 kali NetworkManager[6404]: <info> (eth0): carrier is ON
Feb 19 21:43:23 kali NetworkManager[6404]: <info> (eth0): new Ethernet device (driver: 'r8169' ifindex: 2)
Feb 19 21:43:23 kali NetworkManager[6404]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Feb 19 21:44:46 kali arpwatch: ethernet mismatch 0.0.0.0 6a:63:59:61:13:4f (68:63:59:61:13:4f) eth0
Feb 19 21:44:47 kali arpwatch: ethernet mismatch 0.0.0.0 6a:63:59:61:13:4f (68:63:59:61:13:4f) eth0
Feb 19 21:49:46 kali dhclient: DHCPREQUEST on eth0 to 192.168.0.1 port 67
Feb 19 21:59:44 kali dhclient: DHCPREQUEST on eth0 to 192.168.0.1 port 67
Feb 19 22:07:37 kali dhclient: DHCPREQUEST on eth0 to 192.168.0.1 port 67
Feb 19 22:10:57 kali dhclient: DHCPREQUEST on eth0 to 192.168.0.1 port 67
Feb 19 22:22:23 kali dhclient: DHCPREQUEST on eth0 to 192.168.0.1 port 67
Feb 19 22:28:40 kali kernel: [ 6241.180359] r8169 0000:04:00.2 eth0: link down
any ideas please,has it something to do with the openvpn service?
 
Old 02-20-2014, 08:43 AM   #2
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Since it is saying that the link is down, I'd say no, this doesn't have anything to do with openvpn. I'd check the switch/hub it's hooked into and see if you have a link light. Could be the switch/hub, cable, or local ethernet port has a physical problem.
 
Old 02-20-2014, 10:20 AM   #3
u-995
LQ Newbie
 
Registered: Feb 2014
Posts: 2

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by estabroo View Post
Since it is saying that the link is down, I'd say no, this doesn't have anything to do with openvpn. I'd check the switch/hub it's hooked into and see if you have a link light. Could be the switch/hub, cable, or local ethernet port has a physical problem.

oh boy, yes, this morning i switched the cable to another port on the router and it was fixed, phew :s
(last night i also sat in an extreme position with a tight cable)

i HOPE this was it ... waaw ... my first embarassing thread, keep you guys posted
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kali Linux and Debian Wheezy Query codeman1234 Linux - Distributions 2 03-13-2014 11:23 PM
from kali back to debian pawaan Linux - Laptop and Netbook 3 11-06-2013 02:32 PM
Installed Debian Squeeze, keep getting eth0: "system error occurred" kdepa Debian 1 02-11-2011 08:09 PM
[SOLVED] openvpn service is dead vofka Linux - Server 3 04-17-2010 08:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration