About 50 results
Open links in new tab
  1. What is the loopback device and how do I use it? - Ask Ubuntu

    Apr 9, 2017 · The loopback device is a special, virtual network interface that your computer uses to communicate with itself. It is used mainly for diagnostics and troubleshooting, and to connect to …

  2. Grub command `loopback loop...` does not work on Ubuntu 19.10

    Grub command `loopback loop...` does not work on Ubuntu 19.10 Ask Question Asked 6 years, 5 months ago Modified 5 years, 10 months ago

  3. how can I boot install iso from loopback in grub? - Ask Ubuntu

    Oct 23, 2022 · Thus all the loopback devices created inside the grub are invisible to kernel. The kernel will reinitiate everything like it sees them the first time. The squash mount happens inside the kernel. …

  4. What is difference between localhost address 127.0.0.1 and 127.0.1.1

    Apr 6, 2016 · The loopback device is a special, virtual network interface that your computer uses to communicate with itself. It is used mainly for diagnostics and troubleshooting, and to connect to …

  5. How to enable Loopback Access for a particular user using iptables in ...

    Apr 18, 2020 · I have disabled full network access to one of the users using following command iptables -A OUTPUT -p all -m owner --uid-owner foo -j DROP This disabled everything for the user foo, but I …

  6. How to enable microphone loopback into headset - Ask Ubuntu

    Oct 26, 2023 · How to enable microphone loopback into headset Ask Question Asked 2 years, 5 months ago Modified 2 years, 5 months ago

  7. networking - What is MTU on a network adapter and what problems …

    May 30, 2023 · Here we can see that MTU of the loopback interface is 65536B, and 1500B for enp0s31f6, which is a Ethernet interface. It can be set using ip link set dev <interface> mtu <value>, …

  8. Ubuntu Could Not Detach Loopback

    Nov 29, 2023 · Ubuntu Could Not Detach Loopback Ask Question Asked 2 years, 4 months ago Modified 2 years ago

  9. What's the default /etc/network/interfaces? - Ask Ubuntu

    Nov 7, 2012 · For eth0 with dhcp: # The loopback network interface auto lo eth0 iface lo inet loopback # The primary network interface iface eth0 inet dhcp For eth0 static: # The loopback network interface …

  10. networking - What is the difference between Pinging loopback address ...

    Apr 10, 2015 · The two are on different "interfaces" - the lookback address is on the loopback interface which should be present always (unless you've done something really freaky with your config). The …