Hey guys,

I was wondering if someone can help me (i.e. email back and forth) 
figure out why my nocat gateway isn't working.

I wanted to start simple, so I setup everything on one machine 
(following samemachine.txt), but then I decided, I'd just use it in 
open mode (because it wasn't working at all).

I'm running everything on a Pentium 100, running Debian (mostly 
unstable), using a wmp-11 with hostap_pci.

Here's what I get when I startup:

depot:/usr/local/nocat/gw# bin/gateway
[2002-09-13 13:43:10] Resetting firewall.
modprobe: Can't locate module ipt_LOG
iptables v1.2.6a: Bad MARK value `nonauth'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.6a: Bad MARK value `nonauth'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.6a: Bad MARK value `nonauth'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.6a: Bad MARK value `nonauth'
Try `iptables -h' or 'iptables --help' for more information.
[2002-09-13 13:43:15] Binding listener socket to  0.0.0.0

my nocat.log:

depot:/usr/local/nocat/gw# cat nocat.log
[2002-09-11 09:52:52] Gateway running on port 5280.
[2002-09-11 09:53:52] Gateway running on port 5280.
[2002-09-13 05:59:22] Gateway running on port 5280.
[2002-09-13 06:40:36] Gateway running on port 5280.
[2002-09-13 07:03:40] Gateway running on port 5280.
[2002-09-13 07:10:43] Gateway running on port 5280.
[2002-09-13 13:43:15] Gateway running on port 5280.

my nocat.conf:
Verbosity       10
GatewayName     Depot
GatewayMode     Open
GatewayLog      /usr/local/nocat/gw/nocat.log
LoginTimeout    600
HomePage        http://nocat.net/
DocumentRoot    /usr/local/nocat/gw/htdocs
SplashForm      splash.html
StatusForm      status.html
TrustedGroups Any
AuthServiceAddr auth.nocat.net
AuthServiceURL  https://$AuthServiceAddr/cgi-bin/login
LogoutURL       https://$AuthServiceAddr/logout.html
ExternalDevice  eth0
InternalDevice wlan0
LocalNetwork    10.0.66.0/24
AllowedWebHosts nocat.net
ExcludePorts    25

So I associated with it using my laptop, and then tried opening a page, 
and it wouldn't be able to connect.  I could ping my gateway, I think.  
A few times I was able to get it to connect to nocat.net, and that's 
about it... no capturing is happening though :(

and the logs don't seem verbose

any help is appreciated

-dd