[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#844202: linux-image-3.16.0-4-686-pae: NULL pointer dereference when removing qdisc



Package: src:linux
Version: 3.16.36-1+deb8u1
Severity: normal

Dear Maintainer,


   * What led up to the situation?
   I loaded a new kernel, 3.16.36-1+deb8u2.
   I reverted to 3.16.36-1+deb8u1 after the problem appeared to be realated to the new kernel, but similar happened after reverting.
   I have changed my tc script which loads htb and sfq on the tun device, and an ingres filter etc.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
     systemctl restart openvpn

    This seems to be be very reproducable after loading 3.16.36-1+deb8u2.

    I saw it just the once after downgrading again.

    I am seeing it happening pretty reliably on other boxes with 3.16.36-1+deb8u2 when the tc script runs for a second time, presumably deconfiguring kernel structures thare were already in place from the first run.  (unfortunately they are remote boxes and this kills them requiring me to get remote hands in, so not something I want to do a lot of)

   * What was the outcome of this action?
   kernel Oopsed - from that point on openvpn does not work, nor many other commands.
   * What outcome did you expect instead?
     I would like openvpn to restart cleanly

Since the reportbug script did not include the appropriate lines, I include them here:

Nov 13 21:46:51 st kernel: [   92.049455] BUG: unable to handle kernel NULL pointer dereference at 00000008
Nov 13 21:46:51 st kernel: [   92.049515] IP: [<f92ed311>] u32_destroy+0x21/0xc0 [cls_u32]
Nov 13 21:46:51 st kernel: [   92.049556] *pdpt = 0000000036ad8001 *pde = 0000000000000000 
Nov 13 21:46:51 st kernel: [   92.049598] Oops: 0002 [#1] SMP 
Nov 13 21:46:51 st kernel: [   92.049626] Modules linked in: act_police sch_ingress cls_u32 sch_sfq sch_htb tun xt_nat xt_REDIRECT iptable_nat nf_nat_ipv4 nf_nat xt_hashlimit ipt_REJECT xt_iprange xt_multiport xt_tcpudp xt_limit xt_LOG nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables snd_hda_codec_analog snd_hda_codec_generic snd_hda_intel snd_hda_controller i915 snd_hda_codec drm_kms_helper snd_hwdep drm snd_pcm i2c_algo_bit snd_timer i2c_core snd iTCO_wdt hp_wmi sparse_keymap iTCO_vendor_support rfkill soundcore ppdev coretemp shpchp evdev lpc_ich pcspkr serio_raw mfd_core mei_me mei wmi parport_pc parport tpm_infineon tpm_tis tpm video button acpi_cpufreq processor thermal_sys e100 8390p autofs4 ext4 crc16 mbcache jbd2 sg sd_mod crc_t10dif sr_mod cdrom crct10dif_generic crct10dif_common psmouse ahci libahci via_rhine r8169 mii floppy ata_generic ehci_pci uhci_hcd ehci_hcd libata scsi_mod usbcore usb_common e1000e ptp pps_core
Nov 13 21:46:51 st kernel: [   92.050409] CPU: 1 PID: 554 Comm: openvpn Not tainted 3.16.0-4-686-pae #1 Debian 3.16.36-1+deb8u1
Nov 13 21:46:51 st kernel: [   92.050462] Hardware name: Hewlett-Packard HP Compaq dc7900 Small Form Factor/3031h, BIOS 786G1 v01.26 07/12/2011
Nov 13 21:46:51 st kernel: [   92.050523] task: f3c03010 ti: f69a6000 task.ti: f69a6000
Nov 13 21:46:51 st kernel: [   92.050556] EIP: 0060:[<f92ed311>] EFLAGS: 00210297 CPU: 1
Nov 13 21:46:51 st kernel: [   92.050591] EIP is at u32_destroy+0x21/0xc0 [cls_u32]
Nov 13 21:46:51 st kernel: [   92.050622] EAX: f4191a40 EBX: f4191a40 ECX: 00000078 EDX: f4acbda0
Nov 13 21:46:51 st kernel: [   92.050661] ESI: 00000000 EDI: f4191a40 EBP: f69a7e84 ESP: f69a7e78
Nov 13 21:46:51 st kernel: [   92.050699]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Nov 13 21:46:51 st kernel: [   92.050732] CR0: 8005003b CR2: 00000008 CR3: 369b8000 CR4: 000007f0
Nov 13 21:46:51 st kernel: [   92.050770] Stack:
Nov 13 21:46:51 st kernel: [   92.050785]  f4191a40 f8574000 f69a7ed8 f69a7e90 c13c62e1 f463db00 f69a7e9c c13c6321
Nov 13 21:46:51 st kernel: [   92.050855]  f463da00 f69a7eac c13c2356 00000001 f45ae000 f69a7ebc c13c30ec f45ae000
Nov 13 21:46:51 st kernel: [   92.050926]  f69a7ef8 f69a7ef0 c13a1e0f c106d337 00000000 00000000 00000000 00000202
Nov 13 21:46:51 st kernel: [   92.050996] Call Trace:
Nov 13 21:46:51 st kernel: [   92.051017]  [<c13c62e1>] ? tcf_destroy+0x11/0x30
Nov 13 21:46:51 st kernel: [   92.051048]  [<c13c6321>] ? tcf_destroy_chain+0x21/0x30
Nov 13 21:46:51 st kernel: [   92.051081]  [<c13c2356>] ? qdisc_destroy+0x56/0x90
Nov 13 21:46:51 st kernel: [   92.051112]  [<c13c30ec>] ? dev_shutdown+0x6c/0xb0
Nov 13 21:46:51 st kernel: [   92.051144]  [<c13a1e0f>] ? rollback_registered_many+0x13f/0x290
Nov 13 21:46:51 st kernel: [   92.051183]  [<c106d337>] ? __queue_work+0xf7/0x2d0
Nov 13 21:46:51 st kernel: [   92.051214]  [<c13a1f84>] ? rollback_registered+0x24/0x40
Nov 13 21:46:51 st kernel: [   92.051248]  [<c13a290f>] ? unregister_netdevice_queue+0x4f/0xb0
Nov 13 21:46:51 st kernel: [   92.051287]  [<c13b6385>] ? linkwatch_schedule_work+0x55/0xa0
Nov 13 21:46:51 st kernel: [   92.051324]  [<f859c176>] ? __tun_detach+0x246/0x280 [tun]
Nov 13 21:46:51 st kernel: [   92.051359]  [<f859c1d7>] ? tun_chr_close+0x27/0x50 [tun]
Nov 13 21:46:51 st kernel: [   92.051394]  [<c116fb14>] ? __fput+0xc4/0x1b0
Nov 13 21:46:51 st kernel: [   92.051423]  [<c1071e81>] ? task_work_run+0x71/0x90
Nov 13 21:46:51 st kernel: [   92.051455]  [<c101016b>] ? do_notify_resume+0x5b/0x90
Nov 13 21:46:51 st kernel: [   92.051489]  [<c1482925>] ? work_notifysig+0x30/0x37
Nov 13 21:46:51 st kernel: [   92.051520] Code: a8 d6 c7 eb 8e 90 8d 74 26 00 55 89 e5 57 56 53 66 66 66 66 90 8b 50 04 8b 70 1c 89 c7 85 d2 0f 84 87 00 00 00 83 6a 10 01 74 67 <83> 6e 08 01 75 50 8b 47 18 c7 40 2c 00 00 00 00 8b 1e 85 db 74
Nov 13 21:46:51 st kernel: [   92.051823] EIP: [<f92ed311>] u32_destroy+0x21/0xc0 [cls_u32] SS:ESP 0068:f69a7e78
Nov 13 21:46:51 st kernel: [   92.051876] CR2: 0000000000000008
Nov 13 21:46:51 st kernel: [   92.053569] ---[ end trace a1b45b2d94b6a807 ]---


Here is my tc-script:

#!/bin/bash

# Traffic shaping

TC=/sbin/tc

###################### INSIDE THE VPN LINK ############################
DEV=vpnov1
UPLINK=3760 
DOWNLINK=7520 

# clean existing down- and uplink qdiscs, hide errors
$TC qdisc del dev $DEV root    2> /dev/null > /dev/null
$TC qdisc del dev $DEV ingress 2> /dev/null > /dev/null

###### uplink
# install root HTB, point default traffic to 1:30:
$TC qdisc add dev $DEV root handle 1: htb default 30

# shape everything at $UPLINK speed - this prevents huge queues in your
# DSL modem which destroy latency:
$TC class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k

# high prio class 1:10:
$TC class add dev $DEV parent 1:1 classid 1:10 htb rate $[$UPLINK/2]kbit burst 6k prio 1

# medium prio class 1:20:
$TC class add dev $DEV parent 1:1 classid 1:20 htb rate $[8*$UPLINK/10]kbit burst 6k prio 2

# bulk & default class 1:30 - gets less traffic, 
# and a lower priority:
$TC class add dev $DEV parent 1:1 classid 1:30 htb rate $[3*$UPLINK/10]kbit ceil $[9*$UPLINK/10]kbit burst 6k prio 3

# backup class 1:40 - 100k
$TC class add dev $DEV parent 1:1 classid 1:40 htb rate 100kbit burst 10k prio 4

# all get Stochastic Fairness:
$TC qdisc add dev $DEV parent 1:10 handle 10: sfq perturb 10
$TC qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10
$TC qdisc add dev $DEV parent 1:30 handle 30: sfq perturb 10
$TC qdisc add dev $DEV parent 1:40 handle 40: sfq perturb 10

# VOIP in top priority 1:10
$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip protocol 17 0xff match ip dport 4569 0xffff flowid 1:10

# everything to 192.168.3.2 in a tun device goes to voip prio.
if [ ${DEV:0:3} = "tun" ]
then
  $TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip dst 192.168.3.2/32 flowid 1:10
fi


# RDP in medium priority 1:20
$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip protocol 6 0xff match ip dport 3389 0xffff flowid 1:20

# TOS Minimum Delay (ssh, NOT scp) in 1:20:
$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip tos 0x10 0xff  flowid 1:20

# ICMP (ip protocol 1) in the interactive class 1:20 so we 
# can do measurements & impress our friends:
$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip protocol 1 0xff flowid 1:20

# To speed up downloads while an upload is going on, put ACK packets in
# the interactive class:
$TC filter add dev $DEV parent 1: protocol ip prio 10 u32 \
   match ip protocol 6 0xff \
   match u8 0x05 0x0f at 0 \
   match u16 0x0000 0xffc0 at 2 \
   match u8 0x10 0xff at 33 \
   flowid 1:20

# traffic to debsrv is assumed backup and gets highly restricted
$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip \
   protocol 6 0xff match ip dst 192.168.1.5 flowid 1:40

# rest is 'non-interactive' ie 'bulk' and ends up in 1:30

########## downlink #############
# slow downloads down to somewhat less than the real speed  to prevent 
# queuing at our ISP. Tune to see how high you can set it.
#
# attach ingress policer:

tc qdisc add dev $DEV handle ffff: ingress

# filter *everything* to it (0.0.0.0/0), drop everything that's
# coming in too fast:

tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1

###################### OUTSIDE THE VPN LINK ###########################
DEV=ethfibre
UPLINK=4700 
DOWNLINK=9400 

# clean existing down- and uplink qdiscs, hide errors
$TC qdisc del dev $DEV root    2> /dev/null > /dev/null
$TC qdisc del dev $DEV ingress 2> /dev/null > /dev/null

###### uplink
# install root HTB, point default traffic to 1:30:
$TC qdisc add dev $DEV root handle 1: htb default 30

# shape everything at $UPLINK speed - this prevents huge queues in your
# DSL modem which destroy latency:
$TC class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k

# medium prio class 1:20:
$TC class add dev $DEV parent 1:1 classid 1:20 htb rate $[9*$UPLINK/10]kbit burst 6k prio 2

# bulk & default class 1:30 - gets less traffic, 
# and a lower priority:
$TC class add dev $DEV parent 1:1 classid 1:30 htb rate $[8*$UPLINK/10]kbit ceil $[9*$UPLINK/10]kbit burst 6k prio 3

# all get Stochastic Fairness:
$TC qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10
$TC qdisc add dev $DEV parent 1:30 handle 30: sfq perturb 10

# Put vpn traffic in medium higher prio queue (match by IP/UDP traffic, should
# probably also specify port net_ovport (1145)
#$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip \
   protocol 17 0xff match ip dst 103.15.152.11 flowid 1:20
$TC filter add dev $DEV parent 1:0 protocol ip prio 10 u32 match ip \
   protocol 17 0xff match ip dst 202.36.170.128 flowid 1:20

# rest is 'non-interactive' ie 'bulk' and ends up in 1:30

########## downlink #############
# slow downloads down to somewhat less than the real speed  to prevent 
# queuing at our ISP. Tune to see how high you can set it.
#
# attach ingress policer:

#tc qdisc add dev $DEV handle ffff: ingress

# filter *everything* to it (0.0.0.0/0), drop everything that's
# coming in too fast:

#tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1



-- Package-specific info:
** Version:
Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-686-pae root=UUID=091587a8-529d-426e-bf81-87aef10b91f6 ro quiet

** Not tainted

** Kernel log:
[    8.368360] ACPI: acpi_idle registered with cpuidle
[    8.368399] Switched to clocksource hpet
[    8.624641] tpm_tis 00:05: 1.2 TPM (device-id 0xB, rev-id 16)
[    8.624954] wmi: Mapper loaded
[    8.640132] systemd-udevd[200]: renamed network interface eth2 to rename4
[    8.660308] mei_me 0000:00:03.0: irq 49 for MSI/MSI-X
[    8.864056] tpm_tis 00:05: TPM is disabled/deactivated (0x7)
[    8.993758] systemd-udevd[196]: renamed network interface eth1 to ethvoip
[    9.004136] systemd-udevd[200]: renamed network interface eth2 to eth1
[    9.009838] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    9.224030] [drm] Initialized drm 1.1.0 20060810
[    9.420142] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.518737] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[    9.635872] ppdev: user-space parallel port driver
[    9.664687] [drm] Memory usable by graphics device = 2048M
[    9.664690] [drm] Replacing VGA console driver
[    9.665191] Console: switching to colour dummy device 80x25
[    9.665367] [drm] ACPI BIOS requests an excessive sleep of 4294967295 ms, using 1500 ms instead
[    9.665398] i915 0000:00:02.0: irq 51 for MSI/MSI-X
[    9.665406] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.665407] [drm] Driver supports precise vblank timestamp query.
[    9.665458] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    9.684155] systemd-udevd[191]: renamed network interface eth0 to ethfibre
[    9.840739] fbcon: inteldrmfb (fb0) is primary device
[    9.856346] input: HP WMI hotkeys as /devices/virtual/input/input6
[    9.872054] Console: switching to colour frame buffer device 128x48
[    9.875073] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    9.875075] i915 0000:00:02.0: registered panic notifier
[    9.877954] iTCO_vendor_support: vendor-support=0
[    9.878375] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.878400] iTCO_wdt: Found a ICH10DO TCO device (Version=2, TCOBASE=0xf860)
[    9.878463] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.928414] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20140424/video-1431)
[    9.928421] ACPI: Video Device [GFX0] (multi-head: no  rom: yes  post: no)
[    9.955588] sound hdaudioC0D0: autoconfig: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:line
[    9.955592] sound hdaudioC0D0:    speaker_outs=1 (0x13/0x0/0x0/0x0/0x0)
[    9.955594] sound hdaudioC0D0:    hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
[    9.955596] sound hdaudioC0D0:    mono: mono_out=0x0
[    9.955597] sound hdaudioC0D0:    inputs:
[    9.955599] sound hdaudioC0D0:      Mic=0x14
[    9.955601] sound hdaudioC0D0:      Line=0x15
[    9.961590] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input7
[    9.961833] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    9.961902] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    9.961974] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    9.962044] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    9.980408] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    9.980474] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   11.537014] Adding 1048572k swap on /swapfile.  Priority:-1 extents:1047 across:1500452k FS
[   12.313288] r8169 0000:30:00.0 ethfibre: link down
[   12.313300] r8169 0000:30:00.0 ethfibre: link down
[   12.313313] IPv6: ADDRCONF(NETDEV_UP): ethfibre: link is not ready
[   12.524224] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
[   12.628063] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
[   12.628168] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   13.077689] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.765415] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   14.124868] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   14.124976] e1000e 0000:00:19.0 eth1: 10/100 speed: disabling TSO
[   14.125006] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   14.691014] r8169 0000:30:00.0 ethfibre: link up
[   14.691027] IPv6: ADDRCONF(NETDEV_CHANGE): ethfibre: link becomes ready
[   17.067512] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:a0:03:07:d1:82:08:00 SRC=192.168.45.51 DST=192.168.1.9 LEN=42 TOS=0x00 PREC=0x00 TTL=63 ID=14464 PROTO=UDP SPT=47808 DPT=47808 LEN=22 
[   17.153473] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.5 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=57087 DF PROTO=UDP SPT=26265 DPT=53 LEN=60 
[   17.153496] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.6 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=17427 DF PROTO=UDP SPT=26265 DPT=53 LEN=60 
[   17.153524] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.5 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=57088 DF PROTO=UDP SPT=30892 DPT=53 LEN=60 
[   17.153533] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.6 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=17428 DF PROTO=UDP SPT=30892 DPT=53 LEN=60 
[   17.563372] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.5 LEN=74 TOS=0x00 PREC=0x00 TTL=63 ID=63830 DF PROTO=UDP SPT=52296 DPT=53 LEN=54 
[   17.563384] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.6 LEN=74 TOS=0x00 PREC=0x00 TTL=63 ID=33938 DF PROTO=UDP SPT=52296 DPT=53 LEN=54 
[   17.563401] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.5 LEN=74 TOS=0x00 PREC=0x00 TTL=63 ID=63831 DF PROTO=UDP SPT=1597 DPT=53 LEN=54 
[   17.563411] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.6 LEN=74 TOS=0x00 PREC=0x00 TTL=63 ID=33939 DF PROTO=UDP SPT=1597 DPT=53 LEN=54 
[   22.071067] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:a0:03:07:d1:a2:08:00 SRC=192.168.45.50 DST=192.168.1.9 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=3173 PROTO=UDP SPT=47808 DPT=47808 LEN=32 
[   22.158442] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.5 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=57846 DF PROTO=UDP SPT=26265 DPT=53 LEN=60 
[   22.158467] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.6 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=17749 DF PROTO=UDP SPT=26265 DPT=53 LEN=60 
[   22.158490] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.5 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=57847 DF PROTO=UDP SPT=30892 DPT=53 LEN=60 
[   22.158512] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:64:31:50:42:c2:dc:08:00 SRC=192.168.45.230 DST=192.168.1.6 LEN=80 TOS=0x00 PREC=0x00 TTL=63 ID=17750 DF PROTO=UDP SPT=30892 DPT=53 LEN=60 
[   22.568457] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.5 LEN=88 TOS=0x00 PREC=0x00 TTL=63 ID=64600 DF PROTO=UDP SPT=3954 DPT=53 LEN=68 
[   22.568483] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.6 LEN=88 TOS=0x00 PREC=0x00 TTL=63 ID=34965 DF PROTO=UDP SPT=3954 DPT=53 LEN=68 
[   22.568506] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.5 LEN=88 TOS=0x00 PREC=0x00 TTL=63 ID=64601 DF PROTO=UDP SPT=51436 DPT=53 LEN=68 
[   22.568524] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:22:17:65:08:00 SRC=192.168.45.253 DST=192.168.1.6 LEN=88 TOS=0x00 PREC=0x00 TTL=63 ID=34966 DF PROTO=UDP SPT=51436 DPT=53 LEN=68 
[   22.873605] end-FORWARD drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:a0:03:07:d1:a2:08:00 SRC=192.168.45.50 DST=192.168.1.9 LEN=121 TOS=0x00 PREC=0x00 TTL=63 ID=3174 PROTO=UDP SPT=47808 DPT=47808 LEN=101 
[   25.768868] tun: Universal TUN/TAP device driver, 1.6
[   25.768872] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   25.786026] u32 classifier
[   25.786029]     Performance counters on
[   25.786030]     input device check on
[   25.786031]     Actions configured
[  155.815873] Netfilter messages via NETLINK v0.30.
[  155.826302] ctnetlink v0.93: registering with nfnetlink.
[  192.735191] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=1532 DF PROTO=TCP SPT=38108 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  193.731600] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=1533 DF PROTO=TCP SPT=38108 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  195.735630] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=1534 DF PROTO=TCP SPT=38108 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  197.352836] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=43839 DF PROTO=TCP SPT=38109 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  198.351537] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=43840 DF PROTO=TCP SPT=38109 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  199.747635] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=1535 DF PROTO=TCP SPT=38108 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  200.355608] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=43841 DF PROTO=TCP SPT=38109 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  204.363621] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=43842 DF PROTO=TCP SPT=38109 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  207.763485] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=1536 DF PROTO=TCP SPT=38108 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  212.371609] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:23:24:08:f7:41:08:00 SRC=192.168.45.238 DST=192.168.1.1 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=43843 DF PROTO=TCP SPT=38109 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0 
[  543.941973] drop IN=eth1 OUT=ethfibre MAC=00:23:7d:49:a4:34:00:17:a4:1e:19:2f:08:00 SRC=192.168.45.165 DST=192.168.1.8 LEN=52 TOS=0x00 PREC=0x00 TTL=127 ID=24679 DF PROTO=TCP SPT=56309 DPT=13000 WINDOW=65535 RES=0x00 SYN URGP=0 

** Model information
not available

** Loaded modules:
nf_conntrack_netlink
nfnetlink
act_police
sch_ingress
cls_u32
tun
sch_sfq
sch_htb
xt_nat
xt_REDIRECT
iptable_nat
nf_nat_ipv4
nf_nat
xt_hashlimit
ipt_REJECT
xt_iprange
xt_multiport
xt_tcpudp
xt_limit
xt_LOG
nf_conntrack_ipv4
nf_defrag_ipv4
xt_conntrack
nf_conntrack
iptable_filter
ip_tables
x_tables
snd_hda_codec_analog
snd_hda_codec_generic
iTCO_wdt
iTCO_vendor_support
ppdev
i915
hp_wmi
sparse_keymap
snd_hda_intel
rfkill
snd_hda_controller
coretemp
tpm_infineon
shpchp
evdev
snd_hda_codec
snd_hwdep
snd_pcm
drm_kms_helper
drm
i2c_algo_bit
snd_timer
i2c_core
snd
pcspkr
soundcore
lpc_ich
serio_raw
mfd_core
mei_me
wmi
tpm_tis
tpm
acpi_cpufreq
mei
video
processor
parport_pc
parport
thermal_sys
button
e100
8390p
autofs4
ext4
crc16
mbcache
jbd2
sg
sd_mod
crc_t10dif
sr_mod
crct10dif_generic
cdrom
crct10dif_common
psmouse
ahci
libahci
via_rhine
r8169
mii
floppy
ehci_pci
ata_generic
uhci_hcd
ehci_hcd
libata
scsi_mod
usbcore
usb_common
e1000e
ptp
pps_core

** Network interface configuration:

auto lo
iface lo inet loopback



allow-hotplug ethfibre
iface ethfibre inet static
    address 202.36.170.67
    netmask 255.255.255.248
    network 202.36.170.64
    broadcast 202.36.170.71
    gateway 202.36.170.65

allow-hotplug ethdmz
iface ethdmz inet static
    address 192.168.44.2
    netmask 255.255.255.0
    network 192.168.44.0
    broadcast 192.168.44.255
    
allow-hotplug eth1
iface eth1 inet static
	address 192.168.45.1
	netmask 255.255.255.0
	network 192.168.45.0
	broadcast 192.168.45.255

    up /usr/local/sbin/firewall
    up /usr/local/sbin/tc-script

allow-hotplug ethvoip
iface ethvoip inet static
	address 192.168.46.2
	netmask 255.255.255.0
	network 192.168.46.0
	broadcast 192.168.46.255


allow-hotplug vlan200
iface vlan200 inet static
    vlan-raw-device ethphone
    address 192.168.47.250
    netmask 255.255.255.0
    network 192.168.47.0
    broadcast 192.168.47.0

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ethfibre: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc htb state UP group default qlen 1000
    link/ether 80:1f:02:2f:3a:09 brd ff:ff:ff:ff:ff:ff
    inet 202.36.170.67/29 brd 202.36.170.71 scope global ethfibre
       valid_lft forever preferred_lft forever
    inet6 fe80::821f:2ff:fe2f:3a09/64 scope link 
       valid_lft forever preferred_lft forever
3: ethvoip: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
    link/ether 84:c9:b2:74:c2:39 brd ff:ff:ff:ff:ff:ff
    inet 192.168.46.2/24 brd 192.168.46.255 scope global ethvoip
       valid_lft forever preferred_lft forever
    inet6 fe80::86c9:b2ff:fe74:c239/64 scope link 
       valid_lft forever preferred_lft forever
4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:23:7d:49:a4:34 brd ff:ff:ff:ff:ff:ff
    inet 192.168.45.1/24 brd 192.168.45.255 scope global eth1
       valid_lft forever preferred_lft forever
    inet6 fe80::223:7dff:fe49:a434/64 scope link 
       valid_lft forever preferred_lft forever
12: vpnov1: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc htb state UNKNOWN group default qlen 100
    link/none 
    inet 192.168.101.46 peer 192.168.101.45/32 scope global vpnov1
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
ethfibre: 117948866  145744    0    0    0     0          0         0 21201908  121008    0    0    0     0       0          0
vpnov1: 71019494   97845    0    0    0     0          0         0  7866298   88023    0    0    0     0       0          0
ethvoip:   50111     631    0    0    0     0          0         0    47455     567    0    0    0     0       0          0
    lo: 1548345    2769    0    0    0     0          0         0  1548345    2769    0    0    0     0       0          0
  eth1: 13999488  116848    0    0    0     0          0         0 103327415  136031    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    355818 total packets received
    192745 forwarded
    0 incoming packets discarded
    163036 incoming packets delivered
    342931 requests sent out
    1 outgoing packets dropped
Icmp:
    4141 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 12
        echo requests: 3914
        echo replies: 215
    5370 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 1198
        echo request: 258
        echo replies: 3914
IcmpMsg:
        InType0: 215
        InType3: 12
        InType8: 3914
        OutType0: 3914
        OutType3: 1198
        OutType8: 258
Tcp:
    960 active connections openings
    696 passive connection openings
    13 failed connection attempts
    68 connection resets received
    83 connections established
    43636 segments received
    53720 segments send out
    35 segments retransmited
    32 bad segments received.
    499 resets sent
Udp:
    114964 packets received
    301 packets to unknown port received.
    0 packet receive errors
    104709 packets sent
UdpLite:
TcpExt:
    112 invalid SYN cookies received
    2 resets received for embryonic SYN_RECV sockets
    724 TCP sockets finished time wait in fast timer
    514 delayed acks sent
    Quick ack mode was activated 42 times
    661 packets directly queued to recvmsg prequeue.
    114396 bytes directly received in process context from prequeue
    13196 packet headers predicted
    559 packets header predicted and directly queued to user
    9846 acknowledgments not containing data payload received
    9255 predicted acknowledgments
    4 other TCP timeouts
    TCPLossProbes: 30
    TCPLossProbeRecovery: 21
    42 DSACKs sent for old packets
    20 DSACKs received
    123 connections reset due to unexpected data
    66 connections reset due to early user close
    TCPDSACKIgnoredNoUndo: 3
    TCPSackShiftFallback: 1
    TCPRcvCoalesce: 3269
    TCPOFOQueue: 783
    TCPChallengeACK: 32
    TCPSYNChallenge: 32
    TCPSpuriousRtxHostQueues: 11
    TCPAutoCorking: 3061
    TCPSynRetrans: 7
    TCPOrigDataSent: 32497
IpExt:
    InBcastPkts: 443
    OutBcastPkts: 159
    InOctets: 197368325
    OutOctets: 206630302
    InBcastOctets: 47888
    OutBcastOctets: 23802
    InNoECTPkts: 371260
    InECT0Pkts: 2


** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e10] (rev 03)
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e12] (rev 03) (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 51
	Region 0: Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 3230 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e13] (rev 03)
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at f0400000 (64-bit, non-prefetchable) [disabled] [size=1M]
	Capabilities: <access denied>

00:03.0 Communication controller [0780]: Intel Corporation 4 Series Chipset HECI Controller [8086:2e14] (rev 03)
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 49
	Region 0: Memory at f0527100 (64-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: mei_me

00:03.2 IDE interface [0101]: Intel Corporation 4 Series Chipset PT IDER Controller [8086:2e16] (rev 03) (prog-if 85 [Master SecO PriO])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: I/O ports at 3238 [size=8]
	Region 1: I/O ports at 3260 [size=4]
	Region 2: I/O ports at 3240 [size=8]
	Region 3: I/O ports at 3264 [size=4]
	Region 4: I/O ports at 3220 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_generic

00:03.3 Serial controller [0700]: Intel Corporation 4 Series Chipset Serial KT Controller [8086:2e17] (rev 03) (prog-if 02 [16550])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 17
	Region 0: I/O ports at 3248 [size=8]
	Region 1: Memory at f0524000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: serial

00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM-3 Gigabit Network Connection [8086:10de] (rev 02)
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 46
	Region 0: Memory at f0500000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f0525000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at 3100 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: e1000e

00:1a.0 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #4 [8086:3a67] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 4: I/O ports at 3120 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #5 [8086:3a68] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 3140 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #6 [8086:3a69] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 22
	Region 4: I/O ports at 3160 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #2 [8086:3a6c] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 22
	Region 0: Memory at f0526800 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1b.0 Audio device [0403]: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller [8086:3a6e] (rev 02)
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 50
	Region 0: Memory at f0520000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 1 [8086:3a70] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=20, subordinate=20, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: f8000000-f81fffff
	Prefetchable memory behind bridge: 00000000f8200000-00000000f83fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 5 [8086:3a78] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=30, subordinate=30, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: f0600000-f06fffff
	Prefetchable memory behind bridge: 00000000f8400000-00000000f85fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #1 [8086:3a64] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 4: I/O ports at 3180 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #2 [8086:3a65] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 31a0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #3 [8086:3a66] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 22
	Region 4: I/O ports at 31c0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #1 [8086:3a6a] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at f0526c00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a2) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=32
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: f0700000-f07fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801JDO (ICH10DO) LPC Interface Controller [8086:3a14] (rev 02)
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 82801JD/DO (ICH10 Family) SATA AHCI Controller [8086:3a02] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: Hewlett-Packard Company Device [103c:3034]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 48
	Region 0: I/O ports at 3250 [size=8]
	Region 1: I/O ports at 3268 [size=4]
	Region 2: I/O ports at 3258 [size=8]
	Region 3: I/O ports at 326c [size=4]
	Region 4: I/O ports at 31e0 [size=32]
	Region 5: Memory at f0526000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

07:04.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105/VT6106S [Rhine-III] [1106:3106] (rev 86)
	Subsystem: D-Link System Inc DFE-530TX rev C [1186:1403]
	Physical Slot: 1-2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32 (750ns min, 2000ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 20
	Region 0: I/O ports at 2100 [size=256]
	Region 1: Memory at f0700000 (32-bit, non-prefetchable) [size=256]
	[virtual] Expansion ROM at f0710000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: via-rhine

30:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 01)
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller [10ec:8168]
	Physical Slot: 1-1
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	Region 0: I/O ports at 1100 [size=256]
	Region 2: Memory at f0600000 (64-bit, non-prefetchable) [size=4K]
	[virtual] Expansion ROM at f0620000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169


** USB devices:
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: 8.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-3.16.0-4-686-pae depends on:
ii  debconf [debconf-2.0]                   1.5.56
ii  initramfs-tools [linux-initramfs-tool]  0.120+deb8u2
ii  kmod                                    18-3
ii  linux-base                              3.5
ii  module-init-tools                       18-3

Versions of packages linux-image-3.16.0-4-686-pae recommends:
ii  firmware-linux-free  3.3
ii  irqbalance           1.0.6-3
ii  libc6-i686           2.19-18+deb8u6

Versions of packages linux-image-3.16.0-4-686-pae suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 2.02~beta2-22+deb8u1
pn  linux-doc-3.16          <none>

Versions of packages linux-image-3.16.0-4-686-pae is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
pn  firmware-linux-nonfree  <none>
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-3.16.0-4-686-pae/postinst/depmod-error-initrd-3.16.0-4-686-pae: false
  linux-image-3.16.0-4-686-pae/prerm/removing-running-kernel-3.16.0-4-686-pae: true
  linux-image-3.16.0-4-686-pae/postinst/mips-initrd-3.16.0-4-686-pae:


Reply to: