> I've not used ipchains for a very long time... but hrmm I > think this rule > would do it, or atleast be close. > > UNPRIV="1024:65535" > FTP="20 21" > > ipchains -A input -s $ALL $UNPRIV -d 203.x.x.x(an ip on an interface) \ > $FTP -p tcp -j ACCEPT
I forget to also add ALL="0/0" Thanks -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
