The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
19 views

Magento Localhost Installation - LAN Works - WAN Issues?

Full disclosure: I’m new to home servers and Magento. Running Ubuntu Server 13.04 with LAMP and Magento Commerce 1.7.0.2 on a dedicated home server. I've already configured my server's static IP, ...
-1
votes
1answer
72 views

loopback socket example in C

I am trying to set a loopback socket in C but nothing works. I'm trying to make a function that opens a socket with the loopback address ,send data to socket and from another function read the data ...
0
votes
1answer
47 views

How could I capture wire shark traces on loop back interface?

How can I capture wireshark traces on the interface it is configured to capture the traces?
0
votes
0answers
47 views

Local umount fails with device busy after successful nfs umount [closed]

I am curious to know if the following is a bug or expected behaviour. I am running Linux 3.5.0-28.48 kernel. I exported a local filesystem (ext2 on /mnt2) and shared it over NFS (as /nfsmnt) as seen ...
-1
votes
1answer
60 views

Performance improvement in Tunneling HTTP over TCP

I have a design requirement which requires HTTP communication over underlying TCP networking module ...
0
votes
1answer
39 views

Can a multicast packet be forced to take a trip through a router before being looped back to the sender?

Short: Can a multicast packet be forced to take a trip through a router before being looped back to the sender (ie disable internal loopback but still receive the packet)? My purpose is to use ...
0
votes
2answers
82 views

using loopback for testing environment

I want to run two instance of same server on same physical machine. These two servers will listen to same port, say 12345. I am trying run one server on 127.0.0.1, and the other one on 127.0.0.2. ...
1
vote
1answer
197 views

Python UDP socket does not receive message on loopback address

I'm facing an issue to send and receive message using UDP socket with Python. The problem is when I try to send and receive a message using this code i don't receive anything: Receiver.py: import ...
0
votes
1answer
14 views

fix Ip on osx without ethernet connection

I amn running for development an mampwordpress server with a fix IP adress. When I am offline, without ehternet connection the server isn't usable. how can i make a loopback or something else on osx ...
0
votes
0answers
54 views

Loopback in Windows XP - performance

I'm using 2 processes on the same PC, which communicate through the localhost (127.0.0.1). How fast does the data pass when using the loopback? I found somewhere online that the default is 10MB per ...
1
vote
0answers
72 views

GStreamer-CRITICAL buffer

When I execute a gstreamer-1.0 pipeline: gst-launch-1.0 -evm videotestsrc ! v4l2sink device=/dev/video1 for video loop back using v4l2loopback version 0.6.3 it thows the following error: ...
0
votes
0answers
85 views

Forcing external routing in XP with multiple NICs

Newbie alert with no TCP/IP knowledge... I am trying to set up a production test rig for testing an embedded 6-way ethernet switch by populating an XP PC with 6 NIC cards. I've started with two NICs ...
0
votes
1answer
629 views

Performance: TCP loopback connection vs Unix Domain Socket

Working on an Android and iOS based application which require communication with a server running in the same device. Currently using TCP loopback connection for communicating with App and Server (App ...
1
vote
2answers
54 views

Overcoming the loopback device on a VM

Due to various constraints I've found myself in the following situation: I have access to an API which starts a service on the loopback device of a computer (127.0.0.1). This computer is actually ...
0
votes
0answers
210 views

Android:Alternative for TCP loopback socket connection for better performance

Developed a networking library using Android NDK (2.3 and above) Scenerio Third-party application (TCP socket based ) communicates to our native library. Our library processes that data and in ...
0
votes
1answer
662 views

How does Windows 8 Loop Back work?

Local services are not available to Windows 8 apps. If I enable Loop Back, then I can access local services, but my Windows 8 app will not be allowed in the Store. If I do not care about the Store ...
3
votes
2answers
463 views

Loopback connection fail

I have probably one of the weirdest problems with Java ever. I tried to start some application say Wrapper (i.e. I2P router) and got the following: -piece of the router log- 03.12.12 21:07:31 ERROR ...
0
votes
0answers
67 views

Permanent loop device [closed]

I have look this in the past with no success: Is there any way to have some loopback device permanently in some /dev/loopx ? I don't need to mount it permanently in a path, just ensure that the ...
4
votes
1answer
182 views

loopback network kernel module not working

I am new to kernel module development. I am trying to development a pseudo network driver operates in loopback mode without any actual device. My goal is to use the following setup: iperf -s ...
0
votes
1answer
83 views

AJAX loopback for getting a list of items - good idea?

I have a script index.php that dynamically via AJAX loads a list of items generated in ajax.php. The list may not contain all desired items if there are too many. In such case, I want to give user a ...
0
votes
2answers
173 views

Socket.Bind then connect on MS Loopback NIC

I have created a loopback Interface card in Windows 7 x64 say the IP of my local machine is 20.200.20.30 / 255.255.255.128 and the IP of Loopback adapter is 20.200.20.65 / 255.255.255.128 I ...
0
votes
1answer
149 views

how to send data in ping program

I wanted to send data to the loop-back ip address 127.0.0.1 using ping program. $ping 127.0.0.1 "my data" and wanted to see in the kernel space. if any one has some idea please respond me thanks in ...
0
votes
0answers
142 views

How to send a preformed UDP packet to localhost?

Hoping to get some help from the experts here. I have a service, "Listener", that is listing on 0.0.0.0:7070. I have another application, "Agent" that receives fully-formed UDP/IP packets via a ...
0
votes
0answers
339 views

Test Ethernet PHY loopback at 100Mbps with pic32

Here my oFlags setting with mac_loopback example of Microchip on PIC32 oFlags= ETH_OPEN_FDUPLEX|ETH_OPEN_100|ETH_OPEN_HUGE_PKTS|ETH_OPEN_PHY_LOOPBACK; I tested it with okay transmission. But get ...
0
votes
2answers
420 views

Linux user space: how to put 16550-compatible UART in loopback mode persistently

There is an 16550-compatible UART on the market that I would like to configure. The Linux driver is provided by the manufacturer, and I have to configure the (multiple-)UART through an user-space ...
0
votes
0answers
166 views

Automate Microsoft LoobBack instalation and change Name script

I had being looking for a solution to this problem I have and there is not much information about how to automate the installation of the MS Loopback adapter with out changing the ip address and ...
1
vote
1answer
290 views

What can be expected in terms of latency with tcp/ip over the loopback interface on windows?

I am measuring the latency of a TCP/IP connection on windows over the loopback interface and getting about 4ms for the time from a message is sent to a response is received. For RPC purposes there ...
1
vote
1answer
441 views

How much overhead is there for TCP connections to the loopback interface?

I'm building a web application where all database connectivity is done through a proxy running on the same machine (specifically, Couchbase Moxi). I've heard that there's overhead (in time and memory) ...
0
votes
0answers
542 views

Postfix unable to send mail externally, works internally virtual domain configuration + NAT + VPN [closed]

Alright here's the situation, trying to setup a Postfix + Dovecot + Mysql virtual domain virtual mailbox configuration. Following the script below. http://privatepaste.com/7e72ea24cd The ...
0
votes
1answer
163 views

is using the loopback address equivalent to the local ip address?

Using the loopback address 127.0.0.1 will bypass the NIC. If the local machine has some other ip address assigned to it, will traffic from that machine to the same machine using said ip address hit ...
0
votes
1answer
228 views

loopback on tcp port from localhost to localhost

I've seen running netstat that there are two strange tcp connection opened: tcp4 0 0 localhost.49153 localhost.1023 ESTABLISHED tcp4 0 0 localhost.1023 localhost.49153 ...
1
vote
0answers
36 views

Local server and plain text authentication

I'm writing a local webserver that requires authentication. Since its gonna be communicating through the loopback device (listening on 127.0.0.1), its traffic won't leave the local machine. I can't ...
0
votes
1answer
147 views

SOAP error on Heart internet

I have written following code on a server, which hosted on Heart internet UK. // Pull in the NuSOAP code require_once('./lib/nusoap.php'); // Create the server instance $debug = 1; $server = new ...
0
votes
1answer
118 views

Does the MySQL NDB Cluster consider node distance? Will it use the replicates if they are nearer?

I'm building a very small NDB cluster with only 3 machines. This means that machine 1 will serve as both MGM Server, MySQL Server, and NDB data node. The database is only 7 GB so I plan to replicate ...
0
votes
4answers
809 views

How can I work around Eclipse ADB unable to establish loopback connection?

I'm using a school computer to do some Android programming. It worked for awhile, until suddenly I got this error message: [2012-05-01 07:55:19 - ddms]Failed to initialize Monitor Thread: Unable to ...
0
votes
1answer
480 views

How to use /dev/loop0 to create and mount image?

I want to create an image from the contents of a directory(say "/home/sid/folder/"). I then want to use /dev/loop0, format it to ext3 format. Finally associate the image i just created with loop0 and ...
0
votes
2answers
217 views

getaddrinfo() returns 127.0.0.1 for remote host

I have an application which uses getaddrinfo() to translate from the hostname of a PC in a Windows Workgroup to the IPV4 address for that PC on the LAN. (Note, I don't mean getting the address of the ...
1
vote
1answer
312 views

JAVA: Detect self when broadcasting UDP Packets

I have a thread that is Broadcasting UDP packets. I have another thread that is listening for the same broadcasts. This is so my application can detect other instances on the network. However I ...
0
votes
2answers
450 views

How many loop devices can I create (and mount) on a modern Linux (2.6.30+ kernel) system?

I would like to implement per-directory quotas for a multi-user web application we're developing. The problem is... we have implemented a document manager for any client to store their own private ...
8
votes
1answer
1k views

RawCap error:“Unable to enter promiscuous mode (RCVALL_ON), using RCVALL_SOCKETLEVELONLY.”

I am attempting to capture localhost(loopback 127.0.0.1) TCP traffic between master-slave (server-client) programs on my PC. Wireshark cannot do this, but I understand that RawCap does. When I try to ...
1
vote
2answers
656 views

TCP Client not receiving response on loopback

I've got a TCP server up and running on localhost on vs2010 on windows 2k8. When I connect the client on 127.0.0.1 using vs2010, the server gets the call, (I can see it from debug) as the tcp ...
0
votes
1answer
106 views

Desktop application loopback connections - reliable and safe?

I am writing a Desktop application for professional users using C++. My current design relies on a third-party C++ component whose API is based on TCP/IP. To integrate this component might involve ...
1
vote
0answers
265 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 ...
3
votes
2answers
557 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 ...
1
vote
1answer
2k 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
358 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'} ...
1
vote
3answers
2k 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 ...
2
votes
4answers
304 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
0
votes
1answer
664 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
486 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 ...

1 2