On Mon, 2003-06-09 at 17:17, Bret Comstock Waldow wrote:

> My system is using (apparently) iptables, and that doesn't like the
> parameters you provided in your earlier example.  I've also done
> something such that "ping xxx.xxx.xxx.xxx" (the PDA) doesn't work
> anymore (ping says "ping: sendto: Operation not permitted").  It was
> working yesterday - I'm sure of it!
> 
sounds like you have some iptables rules that are blocking you from
pinging, try running 'iptables -F' to flush all your rules and see if
that lets you communicate. If not, run lsmod to list all the installed
modules and then rmmod each module related to iptables (I'm sure there's
a better way to do this).

You can still use ipchains with 2.4 kernels, you just have to remove all
the iptables modules, modprobe ipchains, and have the ipchains package
installed. Since 2.4 uses iptables by default I probably should have
given you iptables rules, but I had "rusty's three line guide to ip
masquerade" handy so I gave you that.

> So, I'll zero out the installation, and try to avoid some mistakes I
> made along the way, leaving me with a (more) known and (hopefully)
> better understood baseline to work against.  (I'm just switching us over
> to Debian.)

You shouldn't need to do this, but I can understand it from a learning
standpoint.

Good luck,

Mark


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to