View previous topic :: View next topic |
Author |
Message |
DrSeltsam n00b
Joined: 20 Oct 2002 Posts: 50
|
Posted: Thu Nov 07, 2002 5:36 am Post subject: IPTables: Invalid argument |
|
|
Does anyone know why this goes wrong?
andreas etc # iptables -t nat -A OUTPUT -p tcp --dport pop-3 -m owner --uid-owner 8 -j ACCEPT
iptables: Invalid argument
Tried several things but it doesn't work :o((. |
|
Back to top |
|
|
garo Bodhisattva
Joined: 15 Jul 2002 Posts: 860 Location: Edegem,BELGIUM
|
Posted: Thu Nov 14, 2002 9:29 pm Post subject: |
|
|
Did you execute iptables as root ?
Did you emerge iptables ? |
|
Back to top |
|
|
choward Tux's lil' helper
Joined: 08 Nov 2002 Posts: 92
|
Posted: Fri Nov 15, 2002 9:10 pm Post subject: Re: IPTables: Invalid argument |
|
|
DrSeltsam wrote: | Does anyone know why this goes wrong?
andreas etc # iptables -t nat -A OUTPUT -p tcp --dport pop-3 -m owner --uid-owner 8 -j ACCEPT
iptables: Invalid argument
Tried several things but it doesn't work ((. |
I think it should be --dport pop3 Check /etc/services, or just use 110 _________________ Craig Howard
4B Computer Science -- University of Waterloo |
|
Back to top |
|
|
mglauche Retired Dev
Joined: 25 Apr 2002 Posts: 564 Location: Germany
|
Posted: Fri Nov 15, 2002 10:44 pm Post subject: |
|
|
also check *if* you did compile packet filtering into your kernel.. its disabled by default IIRC ... |
|
Back to top |
|
|
|