Sur pc1 :
alex@edubuntualex:~$ sudo ifconfig eth0 up
alex@edubuntualex:~$ sudo mii-tool
eth0: no link
SIOCGMIIPHY on 'eth2' failed: Operation not supported
J'ai donc changé de port ethernet puisque j'en ai 2 sur ce pc et maintenant j'ai :
alex@edubuntualex:~$ sudo mii-tool
eth0: negotiated 100baseTx-FD flow-control, link ok
alex@edubuntualex:~$ sudo tcpdump -i eth0 Password:
tcpdump: WARNING: eth0: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
18:38:35.359519 arp who-has 192.168.1.1 tell 192.168.1.2
18:38:36.359588 arp who-has 192.168.1.1 tell 192.168.1.2
18:38:37.359674 arp who-has 192.168.1.1 tell 192.168.1.2
...
alex@edubuntualex:~$ sudo ifconfig eth0 up
alex@edubuntualex:~$ ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
(toujours pas de réponse au ping)
pc2:
alex7532@edubuntu-fujitsu-alex:~$ sudo ifconfig eth0 up
alex7532@edubuntu-fujitsu-alex:~$ sudo mii-tool
eth0: negotiated 100baseTx-FD flow-control, link ok
(toujours la meme chose pour le ping avec le cable bien branché)