On Sun, Jan 25, 2015 at 02:14:58PM -0600, Rob Landley wrote:
> Netstat is from Ashwini Sharma's team (which may choose to decloak
> someday), and I just haven't had a chance to look at 650 lines of
> network code yet. (Promoting route.c is my next networking todo item.
> Longer-term, we probably need something like iptables but that's not in
> the roadmap yet because I can't even scope it without more research.
> ipchains is toast but there's a new one, ipspikes? iprestraints?
> ipwhips? I forget, I assume it's in keeping with the established naming
> theme...)

Without route (or ip) the dhcp stuff is useless.

As far as firewalls go, first came ipfw, which was replaced by ipfwadm
in the 1.3.x series; ipfwadm was re-written as ipchains in the Linux 
2.1.x timeframe.
For Linux 2.4.x, ipchains was replaced by iptables.
iptables was supplemented with ip6tables, arptables, and ebtables.
Recently (3.13), the guys who originlly did *tables came out with nftables;
nftables unifies all the *tables stuff into one codebase.

HTH,
Isaac Dunham
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to