Networking Forums

Networking Forums > Computer Networking > Linux Networking > what is the meaning of "loopback" in there?

Reply
Thread Tools Display Modes

what is the meaning of "loopback" in there?

 
 
nick
Guest
Posts: n/a

 
      11-20-2005, 10:28 PM
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!
 
Reply With Quote
 
 
 
 
Robert
Guest
Posts: n/a

 
      11-20-2005, 10:28 PM
On Mon, 21 Nov 2005 07:28:03 +0800, nick wrote:

> 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".


These are needed as some system calls use this address which is 127.0.0.1
You need not be worried about this.


--

Regards
Robert

Smile... it increases your face value!


----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: SPEWS SLIMES "WindsorFox", "Kevin-!:?)", "Spin Dryer" get the cold shoulder at broadband ng! SneakyP Broadband 0 11-29-2005 10:46 PM
Attention Plus.net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM broadband newsgroup !:?) Broadband 0 11-28-2005 04:28 AM
Attention Plus.Net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM braodband newsgroup !:?) Broadband 0 11-28-2005 03:03 AM
what is the meaning of these "iptables parameters"? nick Linux Networking 2 11-22-2005 05:30 AM
The meaning of "Send 192.168.1.1 to disable DynDNS" in Linksys router firmware upgrade info markku Wireless Internet 2 09-08-2003 02:29 PM



1 2 3 4 5 6 7 8 9 10 11