NAT: probleme lors qu'un ping ubuntu
Hors ligneAqzert Le 06/08/2015 à 02:38 Profil de Aqzert Configuration de Aqzert

Bonjour,

Je suis sous une machine virtuelle ubuntu grâce à VMWare player (la machine réelle est sous windows 7) et mon reseau est en nat , et là je n'arrive plus à ping


  1. # ping -c 1 google.fr
  2. PING google.fr (216.58.211.67) 56(84) bytes of data.
  3. --- google.fr ping statistics ---
  4. 1 packets transmitted, 0 received, 100% packet loss, time 0ms
  1. # ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:0c:29:6b:c5:81
  3. inet addr:192.168.132.137 Bcast:192.168.132.255 Mask:255.255.255.0
  4. inet6 addr: fe80::20c:29ff:fe6b:c581/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:62310 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:22089 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:69078084 (69.0 MB) TX bytes:1815866 (1.8 MB)
  1. # route
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. default 192.168.132.2 0.0.0.0 UG 0 0 0 eth0
  5. 192.168.132.0 * 255.255.255.0 U 1 0 0 eth0 /etc/resolv.conf

    1. nameserver 127.0.1.1
    2. search localdomain


    /etc/network/interfaces

    1. auto lo
    2. iface lo inet loopback
    Je peux ping la gateway
    1. # ping -c 1 192.168.132.2
    2. PING 192.168.132.2 (192.168.132.2) 56(84) bytes of data.
    3. 64 bytes from 192.168.132.2: icmp_seq=1 ttl=128 time=0.090 ms
    4. --- 192.168.132.2 ping statistics ---
    5. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
    6. rtt min/avg/max/mdev = 0.090/0.090/0.090/0.000 ms
    traceroute google.fr

    1. # traceroute google.fr
    2. traceroute to google.fr (216.58.211.99), 30 hops max, 60 byte packets
    3. 1 192.168.132.2 (192.168.132.2) 0.121 ms 0.073 ms 0.077 ms
    4. 2 * * *
    5. 3 * * *
    6. 4 * * *
    7. 5 * * *
    8. 6 * * *
    9. 7 * * *
    10. 8 * * *
    11. 9 * * *
    12. 10 * * *
    13. ....
    14. 30 ***
    # traceroute 192.168.132.2
    traceroute to 192.168.132.2 (192.168.132.2), 30 hops max, 60 byte packets
    1 * * *
    2 * * *
    3 * * *
    4 * * *
    5 * * *
    ...
    30 ***
Vous avez résolu votre problème avec VIC ? Faites-le savoir sur les réseaux sociaux !
Vulgarisation-informatique.com
Cours en informatique & tutoriels