by e214679 » Aug 25th, '13, 17:30
Sorry for missing those thing. I hop that can help.
- Code: Select all
# lspcidrake -v | grep NET
8139too : Realtek Semiconductor Co., Ltd.|RTL-8139/8139C/8139C+ [NETWORK_ETHERNET] (vendor:10ec device:8139 subv:0100 subd:4020)
r8169 : Realtek Semiconductor Co., Ltd.|RTL8111/8168 PCI Express Gigabit Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8168) (rev: 03)
-----------------------------------------------------------
- Code: Select all
# journalctl -b -u network --no-pager
-- Logs begin at Fri, 2013-08-23 18:21:39 HKT, end at Sun, 2013-08-25 22:47:12 HKT. --
Aug 25 12:26:14 web network[729]: Bringing up loopback interface: [ OK ]
Aug 25 12:26:15 web ifplugd(eth0)[873]: ifplugd 0.28 initializing.
Aug 25 12:26:15 web network[729]: Bringing up interface eth0: [ OK ]
Aug 25 12:26:15 web ifplugd(eth0)[873]: Using interface eth0/00:30:18:A5:A1:...)
Aug 25 12:26:15 web ifplugd(eth0)[873]: Using detection mode: SIOCETHTOOL
Aug 25 12:26:15 web ifplugd(eth0)[873]: Initialization complete, link beat n....
Aug 25 12:26:17 web ifplugd(eth0)[873]: Link beat detected.
Aug 25 12:26:18 web ifplugd(eth0)[873]: Executing '/etc/ifplugd/ifplugd.acti....
Aug 25 12:26:20 web ifplugd(eth0)[873]: Program executed successfully.
-------------------------------------------------
- Code: Select all
# systemctl status network.service
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: active (running) since Sun, 2013-08-25 12:26:15 HKT; 10h ago
Process: 729 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/network.service
└ 873 /sbin/ifplugd -I -b -i eth0
Aug 25 12:26:14 web network[729]: Bringing up loopback interface: [ OK ]
Aug 25 12:26:15 web ifplugd(eth0)[873]: ifplugd 0.28 initializing.
Aug 25 12:26:15 web network[729]: Bringing up interface eth0: [ OK ]
Aug 25 12:26:15 web ifplugd(eth0)[873]: Using interface eth0/00:30:18:A5:A1:...)
Aug 25 12:26:15 web ifplugd(eth0)[873]: Using detection mode: SIOCETHTOOL
Aug 25 12:26:15 web ifplugd(eth0)[873]: Initialization complete, link beat n....
Aug 25 12:26:15 web systemd[1]: Started LSB: Bring up/down networking.
Aug 25 12:26:17 web ifplugd(eth0)[873]: Link beat detected.
Aug 25 12:26:18 web ifplugd(eth0)[873]: Executing '/etc/ifplugd/ifplugd.acti....
Aug 25 12:26:20 web ifplugd(eth0)[873]: Program executed successfully.
-------------------------------------------------------
- Code: Select all
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:30:18:A5:A1:88
inet addr:118.140.102.102 Bcast:118.140.102.103 Mask:255.255.255.252
inet6 addr: fe80::230:18ff:fea5:a188/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2033 errors:0 dropped:0 overruns:0 frame:0
TX packets:2054 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:193072 (188.5 KiB) TX bytes:348973 (340.7 KiB)
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
------------------------------------------------
- Code: Select all
# cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# Drakx-net rule for eth0 (00:30:18:a5:a1:88)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:30:18:a5:a1:88", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Last edited by
isadora on Aug 25th, '13, 18:41, edited 1 time in total.
Reason: Command-output placed between [CODE]-tags, to keep the forum readable. ;)