|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
IPChains Question (compatibility mode on kernel 2.4.x)
From: Bill Tihen (bill
tasis.ch)
Date: Tue May 13 2003 - 04:58:40 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The below info points out my key mistake:
On Mon, 2003-05-12 at 19:54, Georgi Kostov wrote:
> Also, one of the messages says that ports can be specified only for
> "icmp, tcp or udp", and you are specifying ddp.
the following works (& so does netatalk too)!
#########
# ATALK #
#########
# allow AppleTalk/Netatalk to function as a server
-A input -i eth0 -p tcp -s 172.25.0.0/16 --dport afpovertcp -j ACCEPT
-A input -i eth0 -p ddp -s 172.25.0.0/16 -d 172.25.0.10 -j ACCEPT
As many of you suggested I will indeed learn iptables -- sometime
(hopefully soon).
Thanks for everyone's your help.
--
Bill Tihen <bill
tasis.ch>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]