Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. inet6 addr: fd00:17ef::383a:a9d:4735:9c73/64 Scope:Global
  2. inet6 addr: fe80::400b:1eff:feb5:f9be/64 Scope:Link
  3.  
  4. IPv6 Address. . . . . . . . . . . : fd00:17ef::80ed:975c:20ac:fbcd
  5. IPv6 Address. . . . . . . . . . . : fd00:17ef::80ed:975c:20ac:fbce
  6. Link-local IPv6 Address . . . . . : fe80::bd83:34ec:9de4:41d7%11
  7.  
  8. IPv6 Address. . . . . . . . . . . : fd00:17ef::395a:803e:4fc5:dfae
  9.  
  10. [root@jofs1 ~]# ping6 -c 1 fd00:17ef::80ed:975c:20ac:fbcd
  11. PING fd00:17ef::80ed:975c:20ac:fbcd(fd00:17ef::80ed:975c:20ac:fbcd) 56 data bytes
  12. 64 bytes from fd00:17ef::80ed:975c:20ac:fbcd: icmp_seq=1 ttl=128 time=0.422 ms
  13.  
  14. [root@jofs1 ~]# ping6 -c 1 fd00:17ef::80ed:975c:20ac:fbce
  15. PING fd00:17ef::80ed:975c:20ac:fbce(fd00:17ef::80ed:975c:20ac:fbce) 56 data bytes
  16. 64 bytes from fd00:17ef::80ed:975c:20ac:fbce: icmp_seq=1 ttl=128 time=0.378 ms
  17.  
  18. [root@jofs1 ~]# ping6 -c 1 -I eth0 fe80::bd83:34ec:9de4:41d7
  19. PING fe80::bd83:34ec:9de4:41d7(fe80::bd83:34ec:9de4:41d7) from fe80::400b:1eff:feb5:f9be eth0: 56 data bytes
  20. 64 bytes from fe80::bd83:34ec:9de4:41d7: icmp_seq=1 ttl=128 time=0.194 ms
  21.  
  22. C:Windowssystem32>ping -n 1 fd00:17ef::383a:a9d:4735:9c73
  23.  
  24. Pinging fd00:17ef::383a:a9d:4735:9c73 with 32 bytes of data:
  25. Reply from fd00:17ef::383a:a9d:4735:9c73: time<1ms
  26.  
  27. C:Windowssystem32>ping -n 1 fe80::400b:1eff:feb5:f9be
  28.  
  29. Pinging fe80::400b:1eff:feb5:f9be with 32 bytes of data:
  30. Reply from fe80::400b:1eff:feb5:f9be: time<1ms
  31.  
  32. C:Windowssystem32>ping -n 1 fd00:17ef::383a:a9d:4735:9c73
  33.  
  34. Pinging fd00:17ef::383a:a9d:4735:9c73 with 32 bytes of data:
  35. PING: transmit failed. General failure.
  36.  
  37. C:Windowssystem32>ping -n 1 fd00:17ef::383a:a9d:4735:9c73
  38.  
  39. Pinging fd00:17ef::383a:a9d:4735:9c73 with 32 bytes of data:
  40. PING: transmit failed. General failure.
  41.  
  42. 11 276 fd00:17ef::395a:803e:4fc5:dfae/128 On-link
  43.  
  44. ::1/128 On-link
  45. fe80::/64 On-link
  46. fe80::/64 On-link
  47. fe80::4538:b2f1:41f0:213/128 On-link
  48. fe80::88a8:ec4a:b2d:fea6/128 On-link
  49. fd00:17ef::395a:803e:4fc5:dfae/128 On-link
  50.  
  51. netsh interface ipv6 set interface "Local Area Connection" advertise=enabled
  52. netsh interface ipv6 set route fd00:17ef::/64 "Local Area Connection" publish=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement