I have 2 nics (eth0 and eth1). From dmesg:
4294687.286000] eth0: Identified chip type is 'RTL8169s/8110s'.
[4294687.286000] eth0: RTL8169 at 0xe0a54000, 00:0f:b5:fb:c0:88, IRQ 201
That's fine. I've been using eth1, which is a card I installed last year when eth0 wouldn't play right. Any how, here's the output of ifconfig:
eth2 Link encap:Ethernet HWaddr 00:133:1D6:63
UP BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:193 Base address:0xa000
eth3 Link encap:Ethernet HWaddr 00:0F:B5:FB:C0:88
inet addr:192.168.15.101 Bcast:192.168.15.255 Mask:255.255.255.0
inet6 addr: fe80::20f:b5ff:fefb:c088/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4252 errors:0 dropped:0 overruns:0 frame:0
TX packets:3131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5778288 (5.5 MiB) TX bytes:318233 (310.7 KiB)
Interrupt:201 Base address:0x4000
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:16436 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:600 (600.0 b) TX bytes:600 (600.0 b)
I thought it quite odd to have eth2 and eth3. This is causing some problems. Just upgraded from Breezy by changing the sources.list. Any thoughts?
Oh, btw, I can enable either (eth2 & eth3), but must re-enable each time I reboot (and leaving the machine on all the time is not necessarily an option). Also, at least firestarter has taken issue with this arrangement. Perhaps other apps as well?
4294687.286000] eth0: Identified chip type is 'RTL8169s/8110s'.
[4294687.286000] eth0: RTL8169 at 0xe0a54000, 00:0f:b5:fb:c0:88, IRQ 201
That's fine. I've been using eth1, which is a card I installed last year when eth0 wouldn't play right. Any how, here's the output of ifconfig:
eth2 Link encap:Ethernet HWaddr 00:133:1D6:63
UP BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:193 Base address:0xa000
eth3 Link encap:Ethernet HWaddr 00:0F:B5:FB:C0:88
inet addr:192.168.15.101 Bcast:192.168.15.255 Mask:255.255.255.0
inet6 addr: fe80::20f:b5ff:fefb:c088/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4252 errors:0 dropped:0 overruns:0 frame:0
TX packets:3131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5778288 (5.5 MiB) TX bytes:318233 (310.7 KiB)
Interrupt:201 Base address:0x4000
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:16436 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:600 (600.0 b) TX bytes:600 (600.0 b)
I thought it quite odd to have eth2 and eth3. This is causing some problems. Just upgraded from Breezy by changing the sources.list. Any thoughts?
Oh, btw, I can enable either (eth2 & eth3), but must re-enable each time I reboot (and leaving the machine on all the time is not necessarily an option). Also, at least firestarter has taken issue with this arrangement. Perhaps other apps as well?
Comment