LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Need help on two iptables related commands (https://www.linuxquestions.org/questions/linux-networking-3/need-help-on-two-iptables-related-commands-939155/)

veggen 04-10-2012 03:45 PM

Need help on two iptables related commands
 
I have the following two commands dealing with iptables that I don't fully understand. Can someone help me a bit?

iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT

Thanks!

Kustom42 04-10-2012 03:52 PM

That iptable rule is saying to accept any incoming or outgoing connections on the loopback interface. Loopback is the 127.0.0.1 which routes back to your computer/server.

veggen 04-10-2012 06:16 PM

Oh, alright then. Thanks a lot!


All times are GMT -5. The time now is 07:04 AM.