Hallo,
hier sind die Terminalausgaben:
florian@florianPC:~$ uname -a
Linux florianPC 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux
florian@florianPC:~$ lspci -nnk | grep -i net -A2
00:10.0 Bridge [0680]: nVidia Corporation MCP55 Ethernet [10de:0373] (rev a2)
Subsystem: ASUSTeK Computer Inc. Device [1043:81fb]
Kernel driver in use: forcedeth
--
00:11.0 Bridge [0680]: nVidia Corporation MCP55 Ethernet [10de:0373] (rev a2)
Subsystem: ASUSTeK Computer Inc. Device [1043:81fb]
Kernel driver in use: forcedeth
--
04:02.0 Ethernet controller [0200]: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter [168c:0013] (rev 01)
Subsystem: Netgear Device [1385:5a00]
Kernel driver in use: ath5k
Kernel modules: ath5k
florian@florianPC:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
florian@florianPC:~$ egrep -v "^$|^#" /etc/resolv.conf
nameserver 192.168.2.1
florian@florianPC:~$ egrep -v "^$|^#" /etc/hosts
192.168.2.99 florianPC # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1 florianPC localhost6.localdomain6 localhost6
127.0.1.1 florianPC
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
florian@florianPC:~$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x10de:0x0373 (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:18:f3:2d:06:a1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x168c:0x0013 (ath5k)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:14:6c:c4:96:f2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device 0x10de:0x0373 (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:18:f3:2d:09:2f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
florian@florianPC:~$ ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:18:f3:2d:06:a1
inet6-Adresse: fe80::218:f3ff:fe2d:6a1/64 Gültigkeitsbereich:Verbindung
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:1284 errors:0 dropped:0 overruns:0 frame:0
TX packets:1334 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:1126953 (1.1 MB) TX bytes:269927 (269.9 KB)
Interrupt:46 Basisadresse:0x8000
eth1 Link encap:Ethernet Hardware Adresse 00:18:f3:2d:09:2f
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:47 Basisadresse:0xe000
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)
wlan0 Link encap:Ethernet Hardware Adresse 00:14:6c:c4:96:f2
inet Adresse:192.168.2.99 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: fe80::214:6cff:fec4:96f2/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:516 errors:0 dropped:0 overruns:0 frame:0
TX packets:517 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:219254 (219.2 KB) TX bytes:109081 (109.0 KB)
florian@florianPC:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 wlan0
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"WLAN-Zerer"
Mode:Managed Frequency:2.412 GHz Access Point: 00:1F:3F:D4:1F:89
Bit Rate=1 Mb/s Tx-Power=27 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=37/70 Signal level=-73 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
florian@florianPC:~$ ping -c 4 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
64 bytes from 192.168.2.1: icmp_req=1 ttl=64 time=5.77 ms
64 bytes from 192.168.2.1: icmp_req=2 ttl=64 time=0.902 ms
64 bytes from 192.168.2.1: icmp_req=3 ttl=64 time=1.09 ms
64 bytes from 192.168.2.1: icmp_req=4 ttl=64 time=0.920 ms
--- 192.168.2.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 0.902/2.172/5.773/2.080 ms
florian@florianPC:~$ ping -c 4 www.ubuntuusers.de
PING ubuntuusers.de (213.95.41.13) 56(84) bytes of data.
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=1 ttl=57 time=69.4 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=2 ttl=57 time=69.7 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=3 ttl=57 time=69.7 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=4 ttl=57 time=67.5 ms
--- ubuntuusers.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 67.596/69.141/69.775/0.936 ms
florian@florianPC:~$ ping -c 4 213.95.41.11
PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data.
64 bytes from 213.95.41.11: icmp_req=1 ttl=57 time=66.9 ms
64 bytes from 213.95.41.11: icmp_req=2 ttl=57 time=67.8 ms
64 bytes from 213.95.41.11: icmp_req=3 ttl=57 time=68.6 ms
64 bytes from 213.95.41.11: icmp_req=4 ttl=57 time=68.1 ms
--- 213.95.41.11 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 66.993/67.923/68.624/0.596 ms
florian@florianPC:~$ iwlist chan
lo no frequency information.
eth0 no frequency information.
eth1 no frequency information.
wlan0 11 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Current Frequency:2.412 GHz (Channel 1)
florian@florianPC:~$ sudo iwlist scan
[sudo] password for florian:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 00:1F:3F:D4:1F:89
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=36/70 Signal level=-74 dBm
Encryption key:on
ESSID:"WLAN-Zerer"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001810281d1e
Extra: Last beacon: 4ms ago
IE: Unknown: 000A574C414E2D5A65726572
IE: Unknown: 010882848B0C12961824
IE: Unknown: 030101
IE: Unknown: 200100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD180050F2020101820003A4000027A4000042435E0062322F00
IE: Unknown: DD1E00904C334E101B0000000000000000000000000000000000000000000000
IE: Unknown: 2D1A4E101B0000000000000000000000000000000000000000000000
IE: Unknown: DD1A00904C3401051B00000000000000000000000000000000000000
IE: Unknown: 3D1601051B00000000000000000000000000000000000000
IE: Unknown: DD0900037F01010000FF7F
IE: Unknown: DD0A00037F04010001000000
IE: Unknown: 0706444520010D14
florian@florianPC:~$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
florian@florianPC:~$ lsmod
Module Size Used by
aes_i586 7280 1
aes_generic 26875 1 aes_i586
binfmt_misc 6599 1
snd_hda_codec_analog 59649 1
dvb_pll 9053 1
stv0299 8933 1
arc4 1165 2
snd_hda_intel 22107 2
snd_hda_codec 87552 2 snd_hda_codec_analog,snd_hda_intel
snd_hwdep 5040 1 snd_hda_codec
snd_pcm 71475 2 snd_hda_intel,snd_hda_codec
ath5k 131312 0
mac80211 235315 1 ath5k
snd_seq_midi 4588 0
nouveau 517242 2
snd_rawmidi 17783 1 snd_seq_midi
ath 8053 1 ath5k
snd_seq_midi_event 6047 1 snd_seq_midi
ttm 56633 1 nouveau
drm_kms_helper 30200 1 nouveau
snd_seq 47174 2 snd_seq_midi,snd_seq_midi_event
budget_av 22001 0
saa7146_vv 43321 1 budget_av
snd_timer 19067 2 snd_pcm,snd_seq
snd_seq_device 5744 3 snd_seq_midi,snd_rawmidi,snd_seq
videodev 43098 1 saa7146_vv
v4l1_compat 13359 1 videodev
ppdev 5556 0
drm 168092 4 nouveau,ttm,drm_kms_helper
videobuf_dma_sg 9806 1 saa7146_vv
cfg80211 142680 3 ath5k,mac80211,ath
videobuf_core 16907 2 saa7146_vv,videobuf_dma_sg
budget_core 7856 1 budget_av
parport_pc 26058 1
asus_atk0110 11423 0
snd 49038 13 snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
dvb_core 88505 3 stv0299,budget_av,budget_core
led_class 2633 1 ath5k
saa7146 15184 3 budget_av,saa7146_vv,budget_core
ttpci_eeprom 1533 1 budget_core
k8temp 3228 0
psmouse 59033 0
serio_raw 4022 0
shpchp 29886 0
soundcore 880 1 snd
snd_page_alloc 7120 2 snd_hda_intel,snd_pcm
agpgart 32011 2 ttm,drm
i2c_algo_bit 5168 1 nouveau
i2c_nforce2 5179 0
lp 7342 0
parport 31492 3 ppdev,parport_pc,lp
usbhid 36882 0
hid 67742 1 usbhid
floppy 54311 0
firewire_ohci 21042 0
firewire_core 46643 1 firewire_ohci
crc_itu_t 1383 1 firewire_core
forcedeth 49433 0
sata_nv 19420 3
pata_amd 8746 0
florian@florianPC:~$ dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|ar91|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis'
[ 0.000000] Linux version 2.6.35-24-generic (buildd@vernadsky) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 (Ubuntu 2.6.35-24.42-generic 2.6.35.8)
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] #16 [00023ee040 - 00023ee100] BOOTMEM
[ 0.000000] #17 [00023ee100 - 00023ee154] BOOTMEM
[ 0.004229] Initializing cgroup subsys net_cls
[ 0.179207] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.181692] pci 0000:00:09.1: reg 24: [io 0x1c40-0x1c7f]
[ 0.358145] audit: initializing netlink socket (disabled)
[ 0.373710] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.373715] ACPI: Thermal Zone [THRM] (40 C)
[ 0.376757] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.447040] device-mapper: multipath: version 1.1.1 loaded
[ 0.447042] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.870392] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 0.870660] forcedeth 0000:00:10.0: PCI INT A -> Link[APCH] -> GSI 22 (level, low) -> IRQ 22
[ 0.870663] forcedeth 0000:00:10.0: setting latency timer to 64
[ 1.053224] ata2: port disabled. ignoring.
[ 1.389599] forcedeth 0000:00:10.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:18:f3:2d:06:a1
[ 1.389602] forcedeth 0000:00:10.0: highdma csum vlan pwrctl mgmt gbit lnktim msi desc-v3
[ 1.389905] forcedeth 0000:00:11.0: PCI INT A -> Link[AMC1] -> GSI 21 (level, low) -> IRQ 21
[ 1.389909] forcedeth 0000:00:11.0: setting latency timer to 64
[ 1.908626] forcedeth 0000:00:11.0: ifname eth1, PHY OUI 0x5043 @ 1, addr 00:18:f3:2d:09:2f
[ 1.908629] forcedeth 0000:00:11.0: highdma csum vlan pwrctl mgmt gbit lnktim msi desc-v3
[ 12.185789] Adding 3905532k swap on /dev/sda1. Priority:-1 extents:1 across:3905532k
[ 12.712202] ath5k 0000:04:02.0: PCI INT A -> Link[APC5] -> GSI 16 (level, low) -> IRQ 16
[ 12.712401] ath5k 0000:04:02.0: registered as 'phy0'
[ 13.252883] [drm] nouveau 0000:01:00.0: no encoders, ignoring
[ 13.304328] ath: EEPROM regdomain: 0x0
[ 13.304331] ath: EEPROM indicates default country code should be used
[ 13.304332] ath: doing EEPROM country->regdmn map search
[ 13.304334] ath: country maps to regdmn code: 0x3a
[ 13.304336] ath: Country alpha2 being used: US
[ 13.304337] ath: Regpair used: 0x3a
[ 13.312036] phy0: Selected rate control algorithm 'minstrel'
[ 13.312536] ath5k phy0: Atheros AR2414 chip found (MAC: 0x79, PHY: 0x45)
[ 17.710502] forcedeth 0000:00:10.0: irq 46 for MSI/MSI-X
[ 17.713996] forcedeth 0000:00:11.0: irq 47 for MSI/MSI-X
[ 17.714186] eth1: no link during initialization.
[ 17.714761] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.734919] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.364677] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 20.367156] wlan0: authenticated
[ 20.367167] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 20.370847] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 20.370849] wlan0: associated
[ 20.371364] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 27.785013] eth0: no IPv6 routers present
[ 30.656014] wlan0: no IPv6 routers present
[ 34.219853] eth0: link down.
[ 294.301552] wlan0: deauthenticated from 00:1f:3f:d4:1f:89 (Reason: 2)
[ 294.313705] cfg80211: Restoring regulatory settings
[ 295.162758] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 295.165242] wlan0: authenticated
[ 295.165280] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 295.168696] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 295.168703] wlan0: associated
[ 808.749169] wlan0: deauthenticating from 00:1f:3f:d4:1f:89 by local choice (reason=3)
[ 808.772478] cfg80211: Restoring regulatory settings
[ 809.604119] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 809.606480] wlan0: authenticated
[ 809.606522] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 809.609910] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 809.609921] wlan0: associated
[ 846.078100] wlan0: deauthenticating from 00:1f:3f:d4:1f:89 by local choice (reason=3)
[ 846.097542] cfg80211: Restoring regulatory settings
[ 866.039643] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 866.042023] wlan0: authenticated
[ 866.042039] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 866.047938] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 866.047941] wlan0: associated
[ 894.038579] wlan0: deauthenticated from 00:1f:3f:d4:1f:89 (Reason: 2)
[ 894.049680] cfg80211: Restoring regulatory settings
[ 894.898755] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 894.901257] wlan0: authenticated
[ 894.901296] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 894.904743] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 894.904754] wlan0: associated
[ 911.159423] wlan0: deauthenticating from 00:1f:3f:d4:1f:89 by local choice (reason=3)
[ 911.176497] cfg80211: Restoring regulatory settings
[ 971.607984] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 971.610382] wlan0: authenticated
[ 971.610422] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 971.614039] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 971.614048] wlan0: associated
[ 1493.991231] wlan0: deauthenticated from 00:1f:3f:d4:1f:89 (Reason: 2)
[ 1494.001695] cfg80211: Restoring regulatory settings
[ 1494.850728] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 1494.853253] wlan0: authenticated
[ 1494.853286] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 1494.859033] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 1494.859041] wlan0: associated
[ 2093.961782] wlan0: deauthenticated from 00:1f:3f:d4:1f:89 (Reason: 2)
[ 2093.976323] cfg80211: Restoring regulatory settings
[ 2094.823362] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 2094.825732] wlan0: authenticated
[ 2094.825773] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 2094.830341] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 2094.830349] wlan0: associated
[ 2982.466438] eth0: link up.
[ 3293.865130] wlan0: deauthenticated from 00:1f:3f:d4:1f:89 (Reason: 2)
[ 3293.865810] cfg80211: Restoring regulatory settings
[ 3294.718755] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 3294.721326] wlan0: authenticated
[ 3294.721365] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 3294.725446] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 3294.725454] wlan0: associated
[ 3756.442032] eth0: link down.
[ 3893.835058] wlan0: deauthenticated from 00:1f:3f:d4:1f:89 (Reason: 2)
[ 3893.849670] cfg80211: Restoring regulatory settings
[ 3894.698753] wlan0: authenticate with 00:1f:3f:d4:1f:89 (try 1)
[ 3894.701250] wlan0: authenticated
[ 3894.701291] wlan0: associate with 00:1f:3f:d4:1f:89 (try 1)
[ 3894.705186] wlan0: RX AssocResp from 00:1f:3f:d4:1f:89 (capab=0x431 status=0 aid=1)
[ 3894.705194] wlan0: associated
florian@florianPC:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
florian@florianPC:~$ cat /etc/NetworkManager/nm-system-settings.conf
# This file is installed into /etc/NetworkManager, and is loaded by
# NetworkManager by default. To override, specify: '--config file'
# during NM startup. This can be done by appending to DAEMON_OPTS in
# the file:
#
# /etc/default/NetworkManager
#
[main]
plugins=ifupdown,keyfile
no-auto-default=00:18:f3:2d:06:a1,00:18:f3:2d:09:2f,
[ifupdown]
managed=false
Ich hoffe, du kannst mir helfen...
Danke und lg
Flo