http://localhost not working [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question i am using xampp 1.7.1 PHP 5.2.9 pinged localhost on cmd and it showed Reply from ::1: time<1ms Reply from ::1: time<1ms Reply … Read more

How to access server using public ip when in the network itself? [duplicate]

This question already has answers here: Loopback to forwarded Public IP address from local network – Hairpin NAT (12 answers) Closed 7 years ago. I’ve asked this question and even searched around but didn’t get a useful answer for me. Basically what im doing is i have a webserver on internal ip 192.168.0.100 port 80. … Read more

Forward packet from loopback interface based on routing table

I have a problem in which I need to process some packets and send out to more than one interface/network. My solution is to send the packet to a loopback/dummy interface and based on the Linux routing table packet shall be forwarded to corresponding interface/network. Problem: packets from the application are sent to loopback/dummy interface … Read more

Connectivity issues with 127.x.x.x series [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 months ago. Improve this question Asked this in network-engineering in stack exchange and was redirected here. I have a couple of servers with the below config server1: eno1: … Read more

localhost loopback tcp connection in Windows: increase the bottleneck of 65535 bytes per segment

The scenario that I have is as such: I have a loopback TCP session and I want to improve its performance. I have my socket-like objects (System.Net.Sockets in .NET Framework, to be specific) sending messages of up to about 9MB each flowing in both directions of the TCP connection. I have observed typical delays of … Read more

Err-disable in Switch 2960 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 4 years ago. Improve this question I have a problem. I have a Cisco 2960, this switch conect 23 Macs. The problem is that a pc puts the port … Read more

Nat Loopback – Access external IP from internal

I have a static IP and I’ve made a webserver that is running fine from WAN (domain points to my IP). However, when I access my external IP/Domain from my LAN, it redirects me to my router login page. What can I do to fix this? I’ve read something about editing the Windows hosts file, … Read more

how to force linux to accept packet with loopback ip

i have an embedded system with an Ethernet interface that needs to accept external packets with IP of 127.x.x.xx. is there a way to force Linux to accept external packets with this loop back address and to treat the packets as “normal” IP packets? also, is there a way to force Linux to send out … Read more

The file system /dev/loop0, has reached critical status because it is 100% full

The file system /dev/loop0, which is mounted at /tmp, has reached critical status because it is 100% full. The problem is when I checked the space of hard disk I found that: /dev/loop0 space:485M used:21M free:439M usage:5% /var/tmp So what is the problem, and how can I increase the tmp folder? this is mount result: … Read more

How to change loopback network mask or redirect subnet to another interface [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 4 years ago. Improve this question I have the following problem. First of all. Here are my interfaces. # ip addr ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc … Read more