Click here to Skip to main content
15,893,487 members
Everything / IPv6

IPv6

IPv6

Great Reads

by Yücel Güven
In this article I try to explain how IPv6 subnetting works by giving examples.
by Sujay Sarma
Contrary to anything else you have heard in the media, IPv6 has not really gone anywhere. You still use IPv4 addresses to browse the Internet.
by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
by Wessel Beulink
Azure Application Gateway evolves with IPv6 support for seamless web traffic

Latest Articles

by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
by Wessel Beulink
Azure Application Gateway evolves with IPv6 support for seamless web traffic
by Yücel Güven
In this article I try to explain how IPv6 subnetting works by giving examples.
by Yücel Güven
IPv6 Subnet Calculator / Tool explained ( latest version: 5.0 )

All Articles

Sort by Score

IPv6 

9 Jun 2022 by Yücel Güven
In this article I try to explain how IPv6 subnetting works by giving examples.
26 Feb 2012 by OriginalGriff
No. IP addresses are not geographical.IP address can (in theory at least) be located to a specific city, but it is very, very often out by 50 miles, and occasionally by hundreds.IP addresses are allocated by ISP for the most part, so tend to be registered at the offices of the ISP. My IP...
21 Jul 2011 by wepino@netcologne.de
Hi!My research for a ping-solution for my software lead me to msdn and i got the solution at the end of my article. All works fine except a ping between two win7/ipv6-machines: The reply.Options-object is empty(null)!Does anybody know why?How do i get the...
26 Feb 2012 by Shahdat Hosain
Hi I do not know if this is double post! Is this possible to get zip code or postal code form IP address? As per I googling I have some way to get longitude and latitude from IP. I would be wounder if we can find zip code from latitude and longitude or directly from the ip.Thanks
1 Dec 2016 by Sujay Sarma
Contrary to anything else you have heard in the media, IPv6 has not really gone anywhere. You still use IPv4 addresses to browse the Internet.
22 Mar 2024 by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
21 Jul 2011 by wepino@netcologne.de
Thanks digimanus, but not enough: To set an option ipv6 i don't know, how to find out, what clients are involved: ipv4 or ipv6?
4 Aug 2011 by Member 8015046
Hi I am currently a CS student who finished their freshman year. The current languages I am familiar with are C#, VB, Java, and Python. I know some query language and used a couple of SQL databases before. I am also familiar with IIS.I have looked up am undergraduate internship for next...
9 Nov 2011 by Member 8352510
I used the raw socket(System.Net.Sockets) to capture internet packet passing through the specified adapter. But the code cannot capture IPv6 packet with IPv6 header. I have searched that using WinPcap can capture ethernet packet(which includes IPv6 header). But I want to implement it...
16 Aug 2012 by dhl_hh
Hey,I was wondering cause i don't know how to start on it. A point in the right direction would be much appreciated :) . Say i have two ip's in the following format,Ipv4-192.168.168.100/24IPv6-2620: 0:860:2::/64I want to get he minimum and maximum ip range of the above via c#. It...
8 Nov 2012 by jjxx2004@gmail.com
In this ipv6 condition,when I use the address which type is kink scope as the source ip of the connection then the 2003 server will accept. While I use the address which type is global scope then the 2003 server just refuse the request. Checking for firewall and ipsec6.exe just make me more...
17 Nov 2012 by Pro Idiot
This might be the best solution , to get the IP address public string GetUserIP() { string ipList = Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (!string.IsNullOrEmpty(ipList)) { return ipList.Split(',')[0]; ...
12 Jun 2013 by Ahmed k dema
Does IPv6 unicast-routing affect the router using IPv4?Kind regards.
6 Nov 2013 by dhl_hh
Hi,I am to implement a router firmware customization to enhance the routing of IPv4 and IPv6 within the same network infrastructure. for this I have decided to use dd-wrt open source firmware to implement my solution. I would be really grateful if I could obtain your expert advice on...
4 Mar 2014 by Member 10502868
button.setOnClickListener(new OnClickListener() { @Override public void onClick(View arg0) { final AsyncAddressPhaseOne address = new AsyncAddressPhaseOne(textView); ExecutorService service =...
4 Mar 2014 by J Gregory
Here is a function that can be used to list all your local IP:private static InetAddress[] GetAllIP() throws UnknownHostException { ArrayList addresses = new ArrayList(); Enumeration e = null; try { ...
26 Feb 2015 by YouCanHateMeNow
Hey guysIm doing a IPv6 Shortner and Expandtool in Visualbasic.How can I check if a textbox contains a specified charachter and if it does, it should be replaced by something else.So I got a Textbox, and if there is "::" in the textbox, the program should replace the "::" with a...
26 Feb 2015 by CHill60
Put something like textBox1.Text = textBox1.Text.Replace("::", "0000:0000") in the Validating event of the textbox. Or if you want it to happen as the user types then put it in the TextChanged event - not my favourite.[EDIT]I'm guessing you could have several of these so I've tidied...
26 Feb 2015 by Richard MacCutchan
Get the value from the text box as a string. You can then use any of the String Methods[^] to modify the content, and set it back into the textbox.
8 May 2015 by AjithKp560_
In android programming http://10.0.2.2 is the address of localhost. But it is used to communicate via port number 80. You should check the port number of running .net application. It may be some 6099, etc... So you should use the port number also. Like this: http://10.0.2.2:6099Hope your...
2 Feb 2018 by #realJSOP
Asked and answered: How i can disable IPv6 in Vista using C# code ???[^]
2 Feb 2018 by Jochen Arndt
Because you want to do it on systems with different Windows versions, using netsh is the best option. Otherwise, you would have to write Windows version dependant code to change the network configuration while the netsh from the Windows version will always work as expected. The problem is that...
5 Jan 2019 by donjuane
You can stop IP6 by un-checking it on the network adapter configuration panel of any Windows version and follow up by simply pressing the "OK" button, all the traffic seems to halt with no issue, so why can't that be done programmatically and without requiring a reboot? Otherwise every answer...
3 Mar 2019 by Member 14170217
Hey everyone i'm a newbie to kali linux and i've faced issues with ( Kali linux / Ip / Port forwarding / python / ngrok ) As the described in the title. So my issue is the following : I installed a program on github that runs python( to create webpages ) and ngrok for port forwarding . And if...
5 Jan 2024 by Wessel Beulink
Azure Application Gateway evolves with IPv6 support for seamless web traffic
24 May 2022 by Yücel Güven
IPv6 Subnet Calculator / Tool explained ( latest version: 5.0 )
7 Oct 2013 by Rick Bassham
An introduction into creating a working FTP server in C# using the RFC specification.
26 Feb 2012 by Mohammad A Rahman
After a google search I found http://iplocationtools.com/index.html[^] site which is showing it can give you the Zipcode based on the IP address. Hope it helps :)NOTE: I haven't try though!
4 Aug 2011 by Espen Harlinn
The GNU tool chain is the primary development tools for linux, and it's available for most modern variants of unix - and quite a number of old ones too.You can run Lnux under VirtualBox[^] for windows. It supports 64-bit virtual machines under a 64-bit OS.Microsofts tools are primarily...
16 Aug 2012 by Philip Stuyck
uint getMinHostRange(int maskLength){ return 1; //0 is not allowed}uint getMaxHostRange(int maskLength){ uint mask = 1; while(i=1;i mask = mask
6 Nov 2013 by CPallini
This is a pretty specialized task. I think you could find better help on the very dd-wrt website[^].
4 Aug 2011 by Emilio Garavaglia
I have to partially disagree about C vs C++ transition.That's NOT easy: it SEEMS easy, because C++ retain about 90% of C.But it adds 400% more.This ASCII Art can give you an idea of the concept: C programmers leave here .
30 Mar 2023 by Stan Huang
Net-Snmp v5.9.3 was ported at my NAS, which was Linux-based. The SNMP module works fine except it doesn't response to IPv6 client of global unicast. That's that it can reply to SNMP clients thru IPv4 or IPv6 with link local address, but not IPv6...
17 Nov 2012 by Deenuji
Actually i created one registration form in asp.net....i wanna get real ip address, who all register in my register form????
7 May 2015 by Member 11442478
I have .net website which I am able to access via 10.0.2.2 via android emulator but I am not able to access it via android phone. Kindly help please
5 Jan 2019 by Ahsan Shaikh
I need an idea on how can i Disable IPv6 on a user’s system without getting the system restarted. Winform C# as i said that this will be client machine and client can use any version of the windows . The main thing is i am looking for a solution to achieve this on windows and without...