Re: [Leaf-user] IPchains / Forwarding question

2001-11-04 Thread Patrick Benson
Scott C. Best wrote: Kory: Well, how 'bout that. These lines are causing the trouble in Dachstein: $IPCHAINS -A input -i !lo -s 127.0.0.0/8 -j DENY $IPCHAINS -A input -i !lo -d 127.0.0.0/8 -j DENY Turns out it needs a space between the ! and the lo. ES2B (what

Re: [Leaf-user] IPchains / Forwarding question

2001-11-03 Thread Patrick Benson
Kory Krofft wrote: Hi, I am slightly above a novice at linux. I am using Chuck's Dachstein lrp for my home network. I am a Road Runner subscriber in a small town so I have lots of bandwidth compared to friends in other locations. I have been chosen to to host several online games for

Re: [Leaf-user] IPchains / Forwarding question

2001-11-03 Thread Kory Krofft
Patrick Benson wrote: Kory Krofft wrote: Hi, I am slightly above a novice at linux. I am using Chuck's Dachstein lrp for my home network. I am a Road Runner subscriber in a small town so I have lots of bandwidth compared to friends in other locations. I have been chosen to to host

Re: [Leaf-user] IPchains / Forwarding question

2001-11-03 Thread Kory Krofft
Nope. Not using aliases. KK Patrick Benson wrote: Kory Krofft wrote: Thanks. That seema to be a useful add on. I have set it up per the included instructions. When I start the script I get : Starting echowall..ipchains: Device or resource busy .Warning: wierd character in interface

Re: [Leaf-user] IPchains / Forwarding question

2001-11-03 Thread Ray Olszewski
Kory -- I haven't used EchoWall in some time now, and Scott's added a lot to it (including *all* the support for game servers) since I last worked on it. So I can't give you a direct answer as to what is wrong. But if you provide some additional diagnostics, I (or Scott, when he sees this

Re: [Leaf-user] IPchains / Forwarding question

2001-11-03 Thread Scott C. Best
Kory: Heya. Interesting error; I've not run echoWall on a Dachstein kernel yet, but I'm surprised it wouldn't slip right in. Huh. The weird character warnings appear to be generated by these two lines in echowall.rules: $IPCHAINS -A input -i !lo -s 127.0.0.0/8 -j DENY $IPCHAINS