Questions tagged [ipconfig]

A Windows command used to view and modify network IP-related settings.

Useful links:

  1. IPCONFIG on technet.
  2. IPCONFIG on SS64 help pages.
97 questions
0
votes
1 answer

Can't connect device to localhost

I'm trying to connect my real android device to local server. So at the beginning I connect all devices to 1 network via Wi-Fi. Next step is copy IPv4 from ipconfig. Now I'm entering myIpv4:8080 into browser in my android Device and I get…
companyn2
  • 85
  • 1
  • 9
0
votes
1 answer

Ubuntu 18.04 New Netplan / IP Configuration (pointopoint?) (Need Example)

I have a Root-Server with Proxmox installed. Until now, i always had Ubuntu 17. Now i upgraded a VM to Ubuntu 18 and i need a example for the new netplan Configuration. This was my old interfaces file: auto ens18 iface ens18 inet static address…
Roger Kunz
  • 11
  • 1
0
votes
0 answers

Wireless router MAC address using Python

1) How will I get my wireless routers MAC address (which I connected to) from my system.ipconfig /all give my local machine network card MAC address. 2) And "arp -a" give MAC address what I wanted but is there any other way to find wireless router…
keval0001
  • 23
  • 5
0
votes
1 answer

Is it possible to listen for "ipconfig" changes on Windows?

I need to execute some code when IP address associated with "Connection-specific DNS Suffix" is changed. I thought may be it is not so good to check every N seconds/minutes for changes manually and there is something like "listener" that will…
zer_ik
  • 410
  • 1
  • 4
  • 14
0
votes
1 answer

Equivalent of isSiteLocalAddress in C#

In java there is a method inetaddress.isSiteLocalAddrress to determine if the IP address is in the same range as that of site, do we have any equivalent method in C#
user1010186
  • 171
  • 1
  • 4
  • 14
0
votes
1 answer

trying to make batch to match my current ip to a set ip

i have been trying to do a batch that does an ipconfig and gets the ip. it then matches the ip to a value set. displaying if the ip matches or not. the closest thing i found was in another post which si @echo off rem --- complete adapter name to…
droopie
  • 441
  • 3
  • 12
0
votes
1 answer

Windows 7 ipconfig /flushdns

I am working on a Windows 7 (Home Premium) machine, SP1 on a Dell laptop. Quite recently I started getting "Cannot connect to server error" for only some websites (Gmail, reddit, etc) out of the blue, while I was able to browse other websites…
user2979010
  • 357
  • 1
  • 8
  • 18
0
votes
0 answers

How do I extract specific interface data from ipconfig?

I'm trying to get all data exist in ipconfig /all for a specific interface. I can not use netssh, or any other program. I can use grep(for windows - but only grep, not mgrep pcgrep or whatever), sed (same thing..) or findstr of course. Can you guys…
Mojo
  • 176
  • 1
  • 14
0
votes
1 answer

MAC Address in TextField

Hello I am trying to create a GUI with a simple button to refresh the information in 3 textfields. IP Address Host Name MAC Address of the fields above i have the first 2 sorted they work but i cant work out how to get the last one working. On my…
0
votes
1 answer

vc++ ipconfig cmd equivalent on Windows

How can I achieve the functionality given in ipconfig on Windows in VC++? I need to get local ip info of the machine, primary ip vs.
whoi
  • 3,281
  • 7
  • 36
  • 44
0
votes
0 answers

How to change the order of ipv4 addresses list in h_addr_list?

h_addr_list returns the list of IPv4 addresses on my system (both physical and virtual adapters). The order in which the list is populated co-incides with the order in which they are listed by ipconfig /all. If I change the order of adapters in…
0
votes
1 answer

Find non-default ip address of router?

I am trying to log into my router which was set up by the cable company. I have a new router which I am trying to apply the same settings to since it has a particular setup with our server. It seems the IP address of the router was changed since I…
squid03
  • 21
  • 1
  • 5
0
votes
2 answers

If else batch command with ipconfig

I'm having trouble with using an if else statement in a batch command. I'm running Windows XP. I wrote a simple batch file to output my ip address which works fine. However, I would like to include "No ip address found" if there isn't any ip address…
0
votes
2 answers

java : regular expression for ipconfig

Is the output of ipconfig same in all windows machine ??. I want to capture ip-address , default gateway, subnet mask from ipconfig's output. Currently i am doing this : String[] arr = s.split("IPv4 Address. . . . . . . . . . . : "); …
ayush
  • 14,350
  • 11
  • 53
  • 100
-1
votes
1 answer

Finding external IP of Windows machine

I'm trying to access my Windows PC filesystem externally. I asked my ISP to give me a static IP. I also assigned an internal static IP to that machine inside the settings of my router (which works). If I navigate to : https://www.whatismyip.com/ I…
Idanis
  • 1,918
  • 6
  • 38
  • 69