mg on Thu, 13 Apr 2000 23:50:08 -0400 (EDT) |
> > And.. > > ipchains -F > ipchains -P input ACCEPT > ipchains -A input -p tcp --destination-port 53 -j DENY > ipchains -A input -p udp --destination-port 53 -j DENY excellant point. But just when you thought it was safe to settle into ipchains <queue the scary music>...here comes iptables! ipchains is no more in kernel 2.4. Although the change isn't as drastic the ipfwadm->ipchains switch was. The syntax is more or less the same for a majority of the cases. Notably, setting masquerading is a bit different. Check out netfilter.kernelnotes.org to learn more. mg ______________________________________________________________________ Philadelphia Linux Users Group - http://plug.nothinbut.net Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|