Ciao, non so se posso proseguire, con questo post, mi scuso se non posso, ora il problema non è più ssh,
Ho installato la seconda scheda e con ifconfig vedo:
[root@Giuseppe /]# ifconfig
eth0 Link encap:Ethernet HWaddr 40:16:7E:66:9A:5C
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::4216:7eff:fe66:9a5c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2909 errors:0 dropped:0 overruns:0 frame:0
TX packets:1387 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:269028 (262.7 KiB) TX bytes:387658 (378.5 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)
Ok non vedo la seconda ma eth0 risulta con il suo mac giusto. Ho provato a dare dmesg | grep eth1:
[root@Giuseppe /]# dmesg | grep eth1
r8169 0000:03:00.0: eth1: RTL8168g/8111g at 0xf9744000, 40:16:7e:66:9a:5c, XID 0c000800 IRQ 34
r8169 0000:03:00.0: eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
udev: renamed network interface eth1 to rename3
udev: renamed network interface eth0 to eth1
[root@Giuseppe /]#
Qui infece mi risulta il mac di eth0.
Poi ho provato a dare dmesg | grep eth0:
[root@Giuseppe /]# dmesg | grep eth0
r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xf9742000, 00:e0:4c:68:3e:10, XID 1c4000c0 IRQ 33
r8169 0000:02:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
udev: renamed network interface eth0 to eth1
udev: renamed network interface rename3 to eth0
r8169 0000:03:00.0: eth0: link down
r8169 0000:03:00.0: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
r8169 0000:03:00.0: eth0: link up
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
[root@Giuseppe /]#
Qui invece trovo eth0 con il mac della seconda scheda.
Non riesco a capire se è corretto o no. " Logicamente mi sembra di no".