RE: Block martians with source address 127.0.0.1
From: Bjørn Rasmussen (bjoernr_at_sensewave.com)
Date: 06/04/04
- Previous message: Bjørn Rasmussen: "Re: OpenVPN?"
- Maybe in reply to: Bjørn Rasmussen: "RE: Block martians with source address 127.0.0.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: Thomas Corriher <thomas_corriher@earthlink.net> Date: Fri, 04 Jun 2004 20:10:57 +0200
fre, 04.06.2004 kl. 15.50 skrev Thomas Corriher:
> I'm sure this thread will die soon, but it has given us
> pause to consider how complex network security is -- and the
> dangers of attempting to over-simply the details. I
> apologize for my careless mistakes, and appreciate the
> technical corrections.
No problem :-)
> My experience is with kernel chains,
> (not tables) so I would need to do some homework myself
> before upgrading to the ip-tables -- or refresh my memory if
> I made major changes to my existing chains. All of us must
> do our homework or face consequences.
Then you have something to look forward to. In fact, having invested
all that time to learn ipchains, should be payed back learning
iptables. Working with iptables is a breeze compared to ipchains, and
the difference is small, so it's easier to learn than you think. Since
it's easier to make mistakes in ipchains (stateless), iptables is more
secure, and you don't have to open ports above 1023.
>
> The thing about having a logging rule on a separate line may
> be possible with the tables, but being possible does not
> make it wise. Frankly, I think doing that is stupid. It
> inserts unnecessary complexity and potentially places the
> rules which apply to a specific packet in completely different
> locations; which naturally could cause serious unintended
> consequences. It is almost common sense that this sort of
> stuff ought to be grouped together.
In iptables "LOG" is a "non-terminating" (continues on next line)
target. You've to use to lines, since logging is not an option
anymore. Iptables is not based on ipchains, but almost completely
rewritten. The developers of iptables/netfilter decided to modularize
it. Developers can make new targets in the future, and the targets have
their own options. LOG is one (but standard) of these targets.
- Previous message: Bjørn Rasmussen: "Re: OpenVPN?"
- Maybe in reply to: Bjørn Rasmussen: "RE: Block martians with source address 127.0.0.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|