Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
229 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 ...
4
votes
2answers
33k 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?
3
votes
7answers
4k views

Recovering from ipconfig /release on a remote PC

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 ...
2
votes
5answers
1k 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 ...
0
votes
0answers
26 views

understanding ipconfig and lan settings

(a) i use windows 7 and am connected to a lan...in its cmd i typed ipconfig...i have a few questions regarding its outputs... 1. what is connection specific dns suffix(is it related to my NAT ...
0
votes
2answers
134 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 ...
0
votes
2answers
53 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
198 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
41 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
245 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 ...
0
votes
0answers
81 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
236 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
315 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
2k 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
881 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 ...