In the wiki example...
http://wiki.ampr.org/index.php/Ubuntu_Linux_Gateway_Example
Under Protecting the Gateway...
The following OUTPUT command is not accepted.
sudo iptables -A OUTPUT -i lo -j ACCEPT
The error reads: "iptables version 1.4.14 can't use -i with output"
Any suggestions?
try sudo iptables -A OUTPUT -o lo -j ACCEPT
-- Mitch Winkle http://ewamjlu.blogspot.com ...How long will you go limping between two different opinions? If the LORD is God, follow him... 1 Kings 18 ESV
On Fri, Feb 20, 2015 at 7:21 PM, Rosalio Salas n5jep1@gmail.com wrote:
(Please trim inclusions from previous messages) _______________________________________________ In the wiki example...
http://wiki.ampr.org/index.php/Ubuntu_Linux_Gateway_Example
Under Protecting the Gateway...
The following OUTPUT command is not accepted.
sudo iptables -A OUTPUT -i lo -j ACCEPT
The error reads: "iptables version 1.4.14 can't use -i with output"
Any suggestions?
-- Leo , N5JEP
Thanks! That worked!
On Fri, Feb 20, 2015 at 7:42 PM, Mitch Winkle mitchwinkle@gmail.com wrote:
(Please trim inclusions from previous messages) _______________________________________________ try sudo iptables -A OUTPUT -o lo -j ACCEPT
-- Mitch Winkle http://ewamjlu.blogspot.com ...How long will you go limping between two different opinions? If the LORD is God, follow him... 1 Kings 18 ESV
On Fri, Feb 20, 2015 at 7:21 PM, Rosalio Salas n5jep1@gmail.com wrote:
(Please trim inclusions from previous messages) _______________________________________________ In the wiki example...
http://wiki.ampr.org/index.php/Ubuntu_Linux_Gateway_Example
Under Protecting the Gateway...
The following OUTPUT command is not accepted.
sudo iptables -A OUTPUT -i lo -j ACCEPT
The error reads: "iptables version 1.4.14 can't use -i with output"
Any suggestions?
-- Leo , N5JEP
-o for OUTPUT and -i for INPUT
Here are a couple of references that I found helpful.
http://www.liniac.upenn.edu/sysadmin/security/iptables.html
http://www.thegeekstuff.com/2011/06/iptables-rules-examples/
-- Mitch Winkle http://ewamjlu.blogspot.com ...How long will you go limping between two different opinions? If the LORD is God, follow him... 1 Kings 18 ESV
On Fri, Feb 20, 2015 at 8:45 PM, Rosalio Salas n5jep1@gmail.com wrote:
(Please trim inclusions from previous messages) _______________________________________________ Thanks! That worked!
Thank you Mitch. We are still working on the ip tables. we've run into a few other issues but are trying to work through them. 73s
On Fri, Feb 20, 2015 at 7:51 PM, Mitch Winkle mitchwinkle@gmail.com wrote:
(Please trim inclusions from previous messages) _______________________________________________ -o for OUTPUT and -i for INPUT
Here are a couple of references that I found helpful.
http://www.liniac.upenn.edu/sysadmin/security/iptables.html
http://www.thegeekstuff.com/2011/06/iptables-rules-examples/
-- Mitch Winkle http://ewamjlu.blogspot.com ...How long will you go limping between two different opinions? If the LORD is God, follow him... 1 Kings 18 ESV
On Fri, Feb 20, 2015 at 8:45 PM, Rosalio Salas n5jep1@gmail.com wrote:
(Please trim inclusions from previous messages) _______________________________________________ Thanks! That worked!