The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
84 views

Retrieving all Ethernet Card id's and Respective IP Address and Hexadecimal conversion of string using a batch file

I've written a batch file. I am stuck with 2 issues: 1) To get all connected Ethernet Id's and IP Addresses associated with it. 2) Converting Hexadecimal string (volume serial number) to a decimal ...
-3
votes
0answers
31 views

In windows server 2008 R2 IP config not working [closed]

In server ipconfig is not working when i type this it shows like this "'ipconfig' is not recognized as an internal or external command,operable program or batch file " I try to change the path in ...
1
vote
2answers
81 views

How to access webservice hosted in lIS from LAN connected Other PC?

I have created one webservice which I have hosted in my IIS, now I want to access or call that webservice from LAN connected PC. So please help me out. Things I have tried are : Ping to check ...
0
votes
3answers
233 views

Parsing windows 'ipconfig /all' output

I am having a bit of trouble parsing the output of 'ipconfig /all' using a regex. Currently I am using RegexBuddy for testing, but I want to use the regex in C#.NET. My output is: Ethernet adapter ...
0
votes
1answer
175 views

Windows Phone 8. Ip configuration

How I can get network parameters (ip4, ip6, mask, gateway) for all available interfaces in WindowsPhone 8? As like ipconfig. I found how I can do it with Iphlpapi, but I can not find it in WP8
0
votes
1answer
136 views

getifaddrs to parse only the IP from etherenet interface (eth) or wlan interface

I have used the program which is present in the following link http://www.linuxhowtos.org/manpages/3/getifaddrs.htm . but it prints all the IP like loopback,eth0,eth1 lo etc now I need to get only ...
0
votes
1answer
55 views

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 ...
2
votes
1answer
191 views

command line to determine which Ethernet interface is in use

I have a script that I wrote to help to configure computers after they are deployed. The script does things like sets computer name, enable's bitlocker, etc. The one thing that i am struggling with ...
2
votes
1answer
1k views

How to get local IP address of a computer using QT

I am trying to get the local ip address (IPV4) of a computer in QT. I found the following code: QNetworkInterface *inter = new QNetworkInterface(); QList<QHostAddress> list; ...
0
votes
1answer
108 views

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 ...
1
vote
0answers
25 views

Internet access fails after compiling Gitalist

After I downloaded and compiled Gitalist on Ubuntu 12.04, I cannot access to the internet at all. The compilation process is suspicious in that it took a really long time (>20min.) with massive ...
0
votes
0answers
453 views

access denied (ipconfig, nslookup, net user) in command prompt even in elevated mode

Recently, my home PC (Windows 7 Ultimate) has encountered a strange issue. All the usual administrative commands that I use in the CMD shell such as ipconfig, nslookup, net are returning with "Access ...
1
vote
5answers
283 views

RegEx for DNS Servers via IPCONFIG

Stack Overflow RegEx Wizards, I've scoured Google and haven't quite found a good solution for this. I need to pull out 1:N DNS servers from IPCONFIG results. In the example below, I would need the ...
-2
votes
1answer
4k views

Configuring default gateway in windows server 2008 R2 [closed]

In our lan network i have installed windows server 2008 Enterprise edition in a system, i have assigned a static ip to it, the default gateway is 192.168.1.1. the server ip is 192.168.1.5 now the ...
1
vote
3answers
863 views

Configure PostgreSQL to work for only LOCALHOST or specified ip + port

I want to configure PostgreSQL to accept connections only from a specified IP. It should not accept requests from any other IP.
0
votes
2answers
194 views

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 = ...
2
votes
3answers
1k views

Run ipconfig command with php

I use this code to understand some information of visitors (clients). It has been running on my virtual server on Xampp, but I can`t run on my main server (host). I see just a blank page. $info = ...
0
votes
2answers
2k views

Bat script for automatically adding routes - Must be run several times

I'm writing a bat script for automatically creating /32 routes towards devices in a network reachable trough a LAB tunnel interface. I have to do this because the LAB tunnel has to be set upon an ...
1
vote
3answers
1k views

How do I do set a variable in Windows command line to an IP?

Is there an easy way to grab the IP address from my service provider and put it into a variable via command prompt? Something like the following: SET hostIP = nslookup \address ECHO %hostIP% Or ...
0
votes
0answers
611 views

How to execute windows commands (ipconfig,netstat) with specific locale/codepage using python

I want to parse to output of windows commands such as ipconfig, netstat, tasklist etc. using python. But certain part (Fixed) of output of these commands is returned based on current ...
0
votes
2answers
90 views

Different values for my IP address?

Was just wondering why I seem to get different values for my IP address from different sources. If I go to one of the many different 'what's my ip' sites on the net I get a completely different value ...
0
votes
1answer
970 views

ipconfig on windows 7 outside of system32

I'm working on making an incident response disk and I wanted to be able to run a copy of ipconfig off of external media such as a usb drive. This seems to work on my windows xp machine but when I copy ...
11
votes
1answer
983 views

Can I temporarily override DNS resolution within a .NET application?

I have some wrapper code that runs a set of NUnit tests that scan live websites for certain response codes. I'd like to run these tests against a different server. When running manually, I can do ...
0
votes
1answer
152 views

Batch file help needed - functions, variables and substrings

I'm trying to write a batch script for windows XP. It needs to build an IP address from ipconfig by getting the (192.168.XXX.30) XXX part of the address and supplanting it into a template. Then some ...
0
votes
1answer
695 views

Connecting/Adding a private network on windows server 2008

I have a duel server configuration on a host provider using VPS. I was told by my Host provider that in order to use free bandwidth between my two servers (they are in the same location) I need to add ...
0
votes
1answer
637 views

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.
0
votes
1answer
4k views

Why my Host is (suddenly) ping unreachable from my Ubuntu VMWare (bridged) Guest? [closed]

I am trying to set up a production environment for my grails application. So I have downloaded a VMWare Ubuntu image distribution (8.10) and I have installed Java/Groovy/Grails/Tomcat under this ...
0
votes
6answers
1k views

how to write a program to report the local IP address such as 192.168.1.102?

since my Linksys router doesn't assign a fixed local IP to the computers (PC and Mac and Linux), i'd like to write a script so that every minute, the computers will update to each other so that ...
0
votes
3answers
7k views

Clear my cache using cmd command=> ipconfig/dnsflush?

If my computer is the web server for multiple live websites, is there any harm if I type ipconfig/dnsflush in my command prompt editor? I always got this problem. I embed a flash (swf) in a .html ...
10
votes
2answers
69k views

What is Teredo Tunneling Pseudo-Interface?

Running ipconfig /all shows a Teredo Tunneling Pseudo-Interface. What is that? Does this have something to do with IPv4 vs IPv6? Should I get rid of it? If so how?
2
votes
7answers
7k views

Recovering from ipconfig /release on a remote PC [closed]

Not strictly a programming question, but I was programming at the time and couldn't find an answer, so I thought, "Hey, I'll give StackOverflow a try!" So I'm connected to my Windows XP work PC over ...
3
votes
5answers
2k views

How do you determine if an interface is a physical LAN port on a Windows PC?

I'm looking for a method to acurately determine if an interface is the physical 802.3 ethernet port on a pc in windows. Using ipconfig /all I can list all the interfaces, and when I do this on my pc ...