- Posts: 15
- Thank you received: 0
Does old hardware have to be to not support IPv6?
13 years 1 week ago - 13 years 1 week ago #37601
by leeand00
Does old hardware have to be to not support IPv6? was created by leeand00
I've got some old PCs and some old network cards (read: 100MBs) that I'm not completely certain support IPv6, but I understand they've been implementing it in network cards since sometime in the earily 90s and the card are assured to be older than that.
So I guess my overall question is, how do I find out if an old NIC works with IPv6?
I've got a LinkSys LNE 100TX, and a NetGear FA311 Rev-D2
So I guess my overall question is, how do I find out if an old NIC works with IPv6?
I've got a LinkSys LNE 100TX, and a NetGear FA311 Rev-D2
Last edit: 13 years 1 week ago by leeand00.
13 years 1 week ago #37602
by Arani
Picking pebbles on the shore of the networking ocean
Replied by Arani on topic Re: Does old hardware have to be to not support IPv6?
Hi
Install those network cards onto a PC that has WinXP or even Windows 7. Open command prompt and type
ping ::1
If you get a response then your cards support IPv6
I have added what you should get as a response down below
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\>ping ::1
Pinging ::1 with 32 bytes of data:
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Ping statistics for ::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Install those network cards onto a PC that has WinXP or even Windows 7. Open command prompt and type
ping ::1
If you get a response then your cards support IPv6
I have added what you should get as a response down below
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\>ping ::1
Pinging ::1 with 32 bytes of data:
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Ping statistics for ::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Picking pebbles on the shore of the networking ocean
The following user(s) said Thank You: next_virus
13 years 1 week ago #37604
by leeand00
Replied by leeand00 on topic Re: Does old hardware have to be to not support IPv6?
I imagine that oughta work in Linux too? Maybe with the ping6 command?
13 years 1 week ago #37608
by Arani
Picking pebbles on the shore of the networking ocean
Replied by Arani on topic Re: Does old hardware have to be to not support IPv6?
Try it. See what happens
Picking pebbles on the shore of the networking ocean
- next_virus
- Offline
- Senior Member
Less
More
- Posts: 111
- Thank you received: 2
13 years 1 week ago #37614
by next_virus
Replied by next_virus on topic Re: Does old hardware have to be to not support IPv6?
I am getting following error:-
C:\>ping::1
The filename, directory name, or volume label syntax is incorrect.
C:\>ping ::1
Ping request could not find host ::1. Please check the name and try again.
C:\>
C:\>ping::1
The filename, directory name, or volume label syntax is incorrect.
C:\>ping ::1
Ping request could not find host ::1. Please check the name and try again.
C:\>
13 years 1 week ago #37623
by routik
@next_virus, i was not expecting that command to work in Linux OS. but will like to know the command that can be used to test it as well?
Visions are never fully formulated. they develop with time.
Replied by routik on topic Re: Does old hardware have to be to not support IPv6?
Install those network cards onto a PC that has WinXP or even Windows 7.
@next_virus, i was not expecting that command to work in Linux OS. but will like to know the command that can be used to test it as well?
Visions are never fully formulated. they develop with time.
Time to create page: 0.143 seconds