Skip to main content

Questions tagged [loopback]

This tag is for questions about loopback interfaces on network devices. For instance, you want to configure routing on your layer 3 switch and for that you want to configure a loopback interface.

0 votes
2 answers
669 views

I have read the other issues/answers that seem similar to this, but I do not see a match. I have a VNC server running on a unix system. It is listening on 127.0.0.1. I need to be able to connect to ...
GroverD's user avatar
  • 21
0 votes
0 answers
26 views

how to check how many loop-devices in a linux system are possible to use? i need this in a script, are not more than X possible, than end the script with some message...
user447274's user avatar
0 votes
0 answers
103 views

I'm running protonmail-bridge on a server on my home network, and I'd like to have several other machines utilize it as their IMAP/SMTP server without having to run duplicate copies of the bridge ...
machina.ex.canon's user avatar
10 votes
2 answers
1k views

I would like to know if it is possible in linux to receive an UDP packet in userspace that has a 127.0.0.0/8 dst address but coming from an external interface. I tested it with nc and I can see ...
zskr's user avatar
  • 103
0 votes
1 answer
722 views

I recently had a login loop that kept sending me back to the login screen no matter how many times I entered the correct password. I decided to login accessing the terminal directly by pressing cntrl+...
Ash's user avatar
  • 195
0 votes
1 answer
3k views

I can use ip addr add 130.100.0.5/32 dev lo to create a loopback interface. However, if I use /etc/sysconfig/network-scripts/ifcfg-lo to config it, it doesn't show up: DEVICE=lo IPADDR=130.100.0.5 ...
Wang's user avatar
  • 1,435
0 votes
1 answer
865 views

Let me open by saying I have scoured the internet, even companies I purchased the software from and it's been 5 months!! So I am turning to the community as my eyes and brain are bleeding from reading ...
Frank's user avatar
  • 13
0 votes
0 answers
380 views

I have a question about routing between different network devices within the same Linux host: I created a Geneve network device (and this example is not related to Geneve tunnel; it's just that I ...
Howard  Yu's user avatar
  • 119
1 vote
0 answers
377 views

I've done an ssh remote port forwarding: [email protected]% ssh -R 127.0.0.1:11999:host2.a.com:99 [email protected] My understanding is that this creates a TCP socket on host3.b.com's localhost port 11999. ...
Wandering Logic's user avatar
0 votes
0 answers
176 views

After I upgraded to Fedora Linux 36 from 34 (first to 35) I'm getting an issue I had not faced before. The lo interface is losing its inet address and that's causing issues with programs that make ...
Aspiring Dev's user avatar
2 votes
1 answer
1k views

So far I use multicast with ipv4 and it works; all involved computers run linux. I listen on two machines and send on one of those two (in a separate terminal). In the below example 'Hello 1' is ...
Al_'s user avatar
  • 23
4 votes
1 answer
819 views

I'm trying to modify the network behaviour of my server(s), to simulate external/WAN connection behaviours (what ever that means). After doing tc qdisc add dev lo root netem delay 100ms, I can ...
renyuneyun's user avatar
1 vote
0 answers
273 views

I recently installed dnsmasq in two of my machines. The service works all right but the trouble is that when consulted they return only their loopback ip. @Machina ~]$ nslookup continua continua ...
Lerian Acosenossa's user avatar
2 votes
0 answers
287 views

I've been trying to create a loopback USB Webcam device with the help of dummy_hcd kernel module. Steps I've taken: I load libcomposite via modprobe libcomposite. Then I load dummy_hcd via modprobe ...
winwin's user avatar
  • 165
3 votes
1 answer
6k views

I setup a loopback device following this guide. The device is OK, but only writable for root. I searched solutions and found some answer such as using fusermount, fstab etc., e.g. this one. I would ...
xrfang's user avatar
  • 255

15 30 50 per page