Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
917 views

Linux Loopback performance with TCP_NODELAY enabled

I recently stumbled on an interesting TCP performance issue while running some performance tests that compared network performance versus loopback performance. In my case the network performance ...
6
votes
2answers
347 views

Bind to 127.0.0.2

I'm running a client/server application locally on my Windows XP PC and for testing purposes I want to run multiple clients. The server has a configuration file containing the IP addresses of the ...
5
votes
1answer
401 views

Android Emulator loopback to IIS Express does not work, but does work with Cassini

I am attempting to post data from an Android application running in the Android Emulator on my local machine to a web application running under IIS Express also running on my local machine. ...
4
votes
3answers
296 views

Win32 sockets - Forcing ip packets to leave physical interfaces when sending to other local interfaces

Summary: I'm trying to create sockets to pass data between two physical interfaces that exist on the same machine, and Win32 sockets always forwards the traffic directly in the kernel instead of ...
4
votes
1answer
1k views

JMeter - Loopback address error when launching jmeter-server on Linux

I'm trying to set up a distributed load testing environment using JMeter. I need to set up the remote clients using something portable like a Linux Live CD, but whenever I attempt to launch ...
4
votes
4answers
3k views

How do I have a socket accept connections only from the localhost (in Java)?

I have a java app (not running in any application container) which listens on a ServerSocket for connections. I would like it to only accept connections which come from localhost. Currently, after a ...
3
votes
1answer
431 views

Install Microsoft loopback adapter programmatically from VBS (or C#/VB)

I'd like to programmatically install the MS loopback adapter to automate tunneling of SMB over SSH. All the code I found on the net uses the MS devcon utility, which is not redistributable (cf. ...
3
votes
3answers
5k views

Serial port loopback/duplex test, in Bash or C? (process substitution)

I have a serial device set up as loopback (meaning it will simply echo back any character it receives), and I'd like to measure effective throughput speed. For this, I hoped I could use time, as in ...
2
votes
2answers
51 views

What RegEx will match all loopback addresses?

I have an application which must forbid the use of localhost, 127.0.0.1, ::1, or indeed any loopback address. This is made complicated because addresses like the following... 127.1 127.0.01 ...
2
votes
4answers
111 views

Server and client on same machine with no loopback

I'm running a server an a client on the same machine(linux). How do I force the packets to go through the network(switch) and not through the loopback? Thanks, Michael
2
votes
2answers
397 views

How do I test HttpListener() using localhost?

I'm working on an app that uses HttpListener() extensively. So far I've been doing all my testing on an actual network, but I'm pretty sick of this now. I've tried the usual suspects (localhost, ...
1
vote
3answers
137 views

Loopback/Localhost Question

i have a question about sockets/clients.... I just finished writing a client server program in C#. I was wondering, how do you connect to computers that have a different IP address. For instance, if ...
1
vote
1answer
177 views

Windows 7 : any audio libraries supporting loopback audio capturing in C#?

My program needs to be able to record audio that is currently being played. In the old days that was called "StereoMix" and you could select it as a recording source; in the new audiostack that option ...
1
vote
3answers
175 views

Sending data to 127.* : Unreachable Host

I'm trying to send to the loopback address space in a .NET 3.5 application running on Windows XP. The code does a simple: receiver = new IPEndPoint(IPAddress.Parse("127.0.0.2"), 8000); ...
1
vote
0answers
110 views

connecting emulators

I'm trying to create an application in adroid that connects to emulators both of them running on the same machine.And after asking a few questions in here and reading ...
1
vote
1answer
121 views

Virtual Network Adapter Library for .NET

I want to write a VPN program in .NET. I'm not sure how to create the required virtual network adapter. I've looked into the tuntap driver, which OpenVPN uses, but it's .NET bindings are poor to ...
1
vote
1answer
243 views

ActiveMQ Broker connectible only on Localhost

Is there a way to run a loopback JMS adapter that will only be detected locally? I'm not sure if my terminology is correct, but I want the ActiveMQ broker to only be connectible from the same machine ...
1
vote
0answers
109 views

Loopback connections working in user's context but not working from Local System account

We have a networking application that can run from a service account as well as a regular user's account. The app tries to open up a loopback connection to another service running on the local ...
1
vote
3answers
735 views

Bidirectional/Loopback UDP in .net

I've got an app that needs to transmit and receive on the same port. This can happen in two cases: Where the PC is talking to a piece of remote hardware. It "replies to sender", so the datagrams ...
1
vote
1answer
157 views

Why can't I make an http request to the ASP.NET development server on localhost?

I have an ASP.NET project (VS2008 on Windows 7 with either webforms, MVC1, or MVC2 -- all the same result for me) which is just the File->New hello world web project. It's using the default ASP.NET ...
1
vote
1answer
1k views

Software serial port loopback on linux

Currently I need to develop some program that will communicate with cisco devices over serial line. I want to build testing environment on my development linux machine. So, I found dynamips cisco ...
1
vote
3answers
2k views

What is the purpose of the Microsoft Loopback Adapter?

Just as the question says, what is the Microsoft Loopback Adapter, and as a bonus, what scenerios as a developer would it be useful? I've noticed it's been required when installing a couple of ...
1
vote
1answer
696 views

loopback mounting individual partitions from within a file that contains a partition table on linux

Is there any new/better way of loopback mounting individual partitions from within a file that contains a partition table on linux? I see the following but they are somewhat dated. ...
1
vote
3answers
503 views

ip address in java

I've been asked to activate a certain piece of code if i was in my college. So I need to find the iP of where i am to match to my colleges iP. Was wonderng how to do this in java? I have already tried ...
1
vote
1answer
789 views

TIME_WAIT on Loopback Interface

Why is it that TCP connections to a loopback interface end up in TIME_WAIT (socket closed with SO_DONTLINGER set), but identical connections to a different host do not end up in TIME_WAIT (they are ...
0
votes
0answers
40 views

Can't turn off MulticastLoopback on UdpClient

I am sending directed broadcast packets from a UdpClient. I am also listening on the target port on a second UdpClient (in the same app). I do not want to see packets created by myself, so I thought ...
0
votes
0answers
11 views

Loopback causes Sybase trusted connection to fail?

We can get trusted connections from Win7 to Sybase on our Active Directory domain using isql. When we implement a 'loopback' in our T-SQL code - the Trusted connection fails - although ordinary ...
0
votes
0answers
30 views

Configuring an Internet on loopback interface with Cisco IOS [closed]

How can an Internet connection be configured on the loopback interface using Cisco IOS?
0
votes
0answers
68 views

Ultra VNC viewer giving an error of 'loopback connections not enabled' after enabling allow loopback

I have installed Ultra VNC on my windows 7 machine. I want to connect to a virtual machine in the university through the UVNC viewer. -So I use putty to connect to the machine, type startvnc on the ...
0
votes
1answer
162 views

Coding for Ethernet PHY Loopback Test

I have to write a Ethernet PHY loopback test in Linux. I've never done it before and had no clue where to start. After some researching, I came up with the plan for the test, and I wonder if anyone ...
0
votes
0answers
100 views

Powershell - how to create network adapter (loopback)?

I want to create a loopback network adapter with powershell. I can get an adapter using code like this. $networkAdapter = Get-WMIObject win32_NetworkAdapter | where{$_.ServiceName -eq 'msloop'} ...
0
votes
1answer
143 views

Does the windows 7 loopback adapter support multicast?

We need to be able to run a subset of a large system on a laptop for the sales team to demo. The systems uses multicast but, when installed on a laptop with no network other than the loopback adapter ...
0
votes
1answer
138 views

how to prove working of RS 232 full modem,RS 422 working PC to PC and LOOP BACK

Hello there I am a newbie trying to prove the working of RS 232 Full modem and also one RS 422( RX,TX,RTS,CTS) These 2 ports are on a custom designed board and I need to prove they are working. I ...
0
votes
1answer
144 views

Loopback in Android Bluetooth

Is it possible to make a loopback Bluetooth connection in an Android phone so that one service can connect to another within the same phone (or even to itself)? The idea is to use it so I can test a ...
0
votes
2answers
138 views

How do I receive a message after enabling loopback?

I have my multicast (udp) sender/receiver program up and running. If I use setsockopt to enable loopback with the sender like so: if(setsockopt(sockfd, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, ...
0
votes
1answer
186 views

Pinging personal IP versus pinging loopback

What's the conceptual difference? Yes I realize they're both supposed to produce similar results but I thought the idea with the loopback was that it doesn't actually reach the transmission step of ...
0
votes
2answers
197 views

Starting a file server (possibly NFSD) in snow leopard without requiring root?

I want my OS X app to share files via the loopback device. I want to do this so that my app can make a directory of frequently changing, read only files available to the user without messing with the ...
0
votes
3answers
929 views

linux: disable using loopback and send data via wire between 2 eth cards of one comp

I have a comp with 2 eth cards, connected with patch-cord (direct eth. cable from 1st to 2nd). The linux is installed, I want to send data from 1st network card to 2nd. And I want to force the packet ...
0
votes
4answers
1k views

Can't access localhost/iis after installing Oracle and loopback adaptor

Recently I installed Oracle and the required Microsoft Loopback Adaptor, which worked fine. However, this seems to have screwed up IIS (or at least its interaction with Visual Studio) somehow. I can't ...
-1
votes
5answers
3k views

localhost problem on windows 7

I'm using Windows 7 Pro and want to run my web project locally, but the url www.localhost.com does not work. If use http://127.0.0.1:2710/default.aspx it works. I checked host file which in the ...