habe soeben eine zweite Netzwerkkarte in den Rechner eingebaut. Die zweite Netzwerkkarte eth1 funktioniert aber noch nicht.
lspci -v zeigt
Code: Alles auswählen
03:06.0 Ethernet controller: Linksys Network Everywhere Fast Ethernet 10/100 model NC100 (rev 11)
Subsystem: Accton Technology Corporation: Unknown device 1216
Flags: bus master, medium devsel, latency 32, IRQ 3
I/O ports at cc00
Memory at dfeffc00 (32-bit, non-prefetchable)
Expansion ROM at fffe0000 [disabled]
Capabilities: [c0] Power Management version 2
03:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10)
Subsystem: Unknown device 1849:8139
Flags: bus master, medium devsel, latency 32, IRQ 5
I/O ports at c800
Memory at dfeffb00 (32-bit, non-prefetchable)
Capabilities: [50] Power Management version 2
Capabilities: [60] Vital Product Data
Code: Alles auswählen
auto eth0
iface eth0 inet static
address 192.168.0.6
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto eth1
iface eth1 inet static
adress 172.19.0.10
netmask 255.255.0.0
network 172.19.0.0
broadcast 172.19.255.255
gateway 172.19.0.3
Code: Alles auswählen
ifup: interface eth1 already configured
Code: Alles auswählen
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces: ifup: interface lo already configured
ifup: interface eth0 already configured
ifup: interface eth1 already configured
done.
Code: Alles auswählen
Reconfiguring network interfaces: run-parts: failed to exec /etc/network/if-down.d/clamav-freshclam-ifupdown: Permission denied
run-parts: /etc/network/if-down.d/clamav-freshclam-ifupdown exited with return code 1
run-parts: failed to exec /etc/network/if-down.d/clamav-freshclam-ifupdown: Permission denied
run-parts: /etc/network/if-down.d/clamav-freshclam-ifupdown exited with return code 1
run-parts: failed to exec /etc/network/if-down.d/clamav-freshclam-ifupdown: Permission denied
run-parts: /etc/network/if-down.d/clamav-freshclam-ifupdown exited with return code 1
SIOCDELRT: No such process
run-parts: failed to exec /etc/network/if-up.d/clamav-freshclam-ifupdown: Permission denied
run-parts: /etc/network/if-up.d/clamav-freshclam-ifupdown exited with return code 1
run-parts: failed to exec /etc/network/if-up.d/clamav-freshclam-ifupdown: Permission denied
run-parts: /etc/network/if-up.d/clamav-freshclam-ifupdown exited with return code 1
Don't seem to be have all the variables for eth1/inet.
done.
zu guter letzt ifconfig:
Code: Alles auswählen
eth0 Link encap:Ethernet HWaddr 00:50:BF:9C:E7:4B
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3571 errors:0 dropped:0 overruns:0 frame:0
TX packets:3182 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:457587 (446.8 KiB) TX bytes:361921 (353.4 KiB)
Interrupt:3 Base address:0xcc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:289 errors:0 dropped:0 overruns:0 frame:0
TX packets:289 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:115431 (112.7 KiB) TX bytes:115431 (112.7 KiB)