TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:5547] EQL...more?



On Mon, 26 Apr 1999, Michael Hicks wrote:

> Erm.. What have you been doing to set up IP chains?

# ipchains -F 
# ipchains -A input -j ACCEPT 
# ipchains -A output -j ACCEPT 
# ipchains -A forward -j ACCEPT

...until I can get eql up, I'm accepting everything...then I'll start
protecting myself...and figuring out exactly what's what w/ipchains.

Chewie