Skip to main content

All Questions

Tagged with
-2 votes
1 answer
44 views

Does IPv4 address has abbreviation? [closed]

Today I mistyped the IP address of ping command by ignoring dot between zeros, like this: ping 127.001 However, the command works, it outputs: PING 127.001 (127.0.0.1) 56(84) bytes of data. 64 bytes ...
amp-likes-linux's user avatar
0 votes
0 answers
16 views

How can I be in the same subnet of my switch?

I'm new to networking and I have to get in the admin page for my switch to see how it's configured. It's IP address is in the subnet 192.168.0.x, while mine is in 192.168.1.x. I've tried to set a ...
ElAzazel's user avatar
0 votes
0 answers
41 views

Getting hostname from IP (on LAN) programmatically. Tried three methods, neither worked

I've been looking through questions and solutions to my problem (getting hostnames from a set of IPs on iOS) for a few days. Only three IP resolution methods seem to be listed for anyone, and neither ...
Afinainflowers's user avatar
0 votes
0 answers
24 views

How can I get the IPAddr of a non-default interface on a machine that is not mine in Python?

I am trying to lookup the (local) ipaddr for a specific non-default interface on a host that is not the one I'm running on by the name of the host and interface. socket.gethostbyname(hostname) returns ...
Andrew Caldwell's user avatar
0 votes
0 answers
849 views

Why do class D and E IP-addresses have no subnet mask?

As specified on most sites, Class D IP adresses for instance, range from 224.0.0.0 to 239.255.255.255. So their respective Subnet mask should be 255.0.0.0 right? If you look it up, that is not the ...
Lorenz Hack's user avatar
1 vote
1 answer
278 views

Find the IP Prefix that contains a list of IP addresses

I have a list of IP addresses and I want to find the longest prefix that includes all of those IPs. This is essentially the opposite of what the hosts function of the ipaddress module does: https://...
Vasilis's user avatar
  • 2,773
0 votes
2 answers
86 views

What's the difference between WLAN adapter address and host address?

When I connect to a WLAN, I can get a result as following through ipconfig: Ethernet adapter Ethernet: IPv4 address . . . . . . . . . . . . : 172.19.83.237 Subnet Mask . . . . . . . . . . . . : ...
yamato's user avatar
  • 125
0 votes
1 answer
52 views

Nothing is printing on terminal when I'm trying to give cmd an nmap command through python

I'm trying to build a web scanner for a networks project using python. I wanted to use nmap for this to list the devices connected to a host with some IP address. For example, here I'm using the IP ...
Prerk's user avatar
  • 65
0 votes
1 answer
506 views

How i can get the ip address for connected device with hotspot programmatically

I have an Android POS device and it is connected to my Android phone through a mobile hotspot, I need to get the IP Address for the POS programmatically without letting the user enter it, I can get ...
walid azgear's user avatar
0 votes
1 answer
467 views

Assigning ip addresses to docker containers

I have an infrasucture as the 1st pic. my containers go to endpoints from instance’s ip addresses. I want them to go with their own ip addresses as 2nd pic. There are virtual eth for all ip addresses ...
Adem's user avatar
  • 21
1 vote
1 answer
1k views

Flutter/Dart : How to get MAC Address devices on the local network

So as the title suggests, I am trying to gather MAC Addresses from connected devices on my local network. Any idea on how I can achieve this would be helpful! This is what I have made so far to find ...
Panos_42's user avatar
1 vote
1 answer
2k views

Flutter/Dart: How to find All Devices Connected to my Local Wifi Network?

I tried using the lan_scanner package (https://pub.dev/packages/lan_scanner) but it cannot discover every device on my network. Also its not effective in some other networks such as university or ...
Panos_42's user avatar
-1 votes
1 answer
211 views

Egress Rule|| allow traffic to all cidr that start with 10 [closed]

I'm trying to create egress rule via CFT to allow all ports to ip destination that starts with 10 in this way: 10.*.*.*/* Egress: Type: AWS::EC2::SecurityGroupEgress Properties: ...
AXn's user avatar
  • 11
0 votes
2 answers
922 views

Cannot connect to socket on '' ip address. Python

He, I have a server python script that listens on ip address '' and port 1337 and now I am trying to connect on the client side to that socket. But for some reason I cannot do that. If i will change ...
roee's user avatar
  • 105
1 vote
1 answer
642 views

How do I permanently set a static IP Address in Windows 10 using PowerShell for my automated OS build process?

When I started learning how to do this by watching videos, I learned about IP address InterfaceIndexes. I learned that I can't set an IP Address without knowing the IP Address's InterfaceIndex first. ...
RyBoneCoder's user avatar

15 30 50 per page
1
2 3 4 5
26