subnet Questions
2
Solved
I would like to know if there is any manual method in transforming an IPv4 address to an IPv6 address without the use of an conversion calculator or tool. For example:
I have an IPv4 address and i...
5
I want to calculate the broadcast address for:
IP: 192.168.3.1
Subnet: 255.255.255.0
= 192.168.3.255
in C.
I know the way (doing fancy bitwise OR's between the inversed IP and subnet), but my p...
3
Solved
Can a computer with an IP address of class C like 192.168.0.1 and subnet mask 255.255.255.0 communicate and share resources with another computer having the IP 192.168.1.1 and the same subnet mask ...
Passerine asked 31/7, 2013 at 1:17
1
Solved
I want to get client subnet mask using c#.
How can I get it?
Sonasonant asked 16/12, 2012 at 12:50
1
Solved
Consider a router that interconnects three subnets: Subnet1, Subnet2, and Subnet3.
Suppose all of the interfaces in each of these three subnets are required to have the prefix
223.1.17/24. Al...
Burdette asked 29/11, 2012 at 4:25
2
Solved
Given an IP Address in dotted quad notation, for example:
192.192.45.1
And a mask length for example 8, 16, 24 typically, but could be anything i.e. 17.
Can somebody please provide the code in p...
Roobbie asked 9/5, 2012 at 1:0
2
Solved
Possible Duplicate:
How can I check if an ip is in a network in python
What is the easy way to match subnet to an ip address in python, so that if the ip address is in the subnet I ca...
1
I've got a nat setup with thousands of devices connected to it. The gateway has its internet provided by eth0 and the devices on the LAN side connect to eth1 on the gateway.
I have the following s...
1
Solved
Any have any good code for converting a IPv6 address string into an integer? Converting IPv4 seems to be fairly easy, with the one format. However, IPv6 has several different formats to show an add...
1
Solved
A normal mask for example; 255.255.255.0
this gives us 1111 1111.1111 1111.1111 1111.0000 0000 binary where ones represent network id, and zeroes represent host id.
Would it be possible to use a la...
Budge asked 15/3, 2011 at 14:27
4
Solved
Does anyone have some code that will determine if an IP address (IPv4 or IPv6) is on the same subnet as the machine running the application? I've seen numerous examples of code that does this with ...
4
I'm attempting to send multichannel audio over WiFi from one server to multiple client computers using UDP broadcast on a private network.
I'm using software called Pure Data, with a UDP broadcast...
2
Solved
I need to get all of the IP addresses contained in within a subnet and I'm trying to do it using IPnetwork
For example the subnet 192.168.1.0/29 would have the following output:
// Output
// 19...
Pentothal asked 10/7, 2010 at 15:23
5
Solved
How should I correctly store IP address list with addresses which are subnets to make it searchable?
There are two examples:
I have IP address 1.2.3.4 and in my C# List there is 1.2.3.4 entry so h...
Advancement asked 6/9, 2009 at 20:4
© 2022 - 2024 — McMap. All rights reserved.