what is the meaning of "loopback" in there?

From: nick (i141802596_at_yahoo.com)
Date: 11/21/05


Date: Mon, 21 Nov 2005 07:28:03 +0800

These two commands have (-A) appended two ACCEPT rules. The OUTPUT rule
(05) allows any packet to (-o) leave via the "loopback" device and the
INPUT rule (04) allows packets to re-enter (-i) via the "loopback".

04- [bash]# iptables -A INPUT -i lo -j ACCEPT
05- [bash]# iptables -A OUTPUT -o lo -j ACCEPT

thanks!



Relevant Pages

  • Re: [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx()
    ... Every packet you receive can result in a sent packet, ... our loopback networking scalability is ... transport method when an app establishes a plain loopback connection (as ... if the TCP loopback packet transport is too slow we should use the VFS ...
    (Linux-Kernel)
  • Re: OSPF&QOS
    ... The OSPF packet Header is where the authentication information is & key info is recorded. ... Routing information for the *Loopback IP would be contained in another packet e.g. ... NB As an aside Loopback interfaces are considered stub networks & advertised as host routes. ...
    (comp.dcom.sys.cisco)
  • Re: linux bypass loopback - got to dead end
    ... > loopback, I mean that the packet will leave the linux on one interface ...
    (comp.os.linux.networking)
  • IM driver and loopback
    ... I'd like to receive packet which is send inside MPSendlike loopback-ed ... because I see no received packets in Network Monitor. ... Is flags handling described above sufficient to loopback sent packet, ...
    (microsoft.public.development.device.drivers)