Hmmm, 'ipchains -L' or 'ipchains -L -v' could be useful
here. If the i/o chains filter or accept packets that
could be (part of) the problem you're a step closer to
the solution.
I use ipchains sometimes to block/accept packets to see
what will happen in some circumstances.
I'm very curious what
While tracking down network problems of any kind, it's quite handy
to take a snapshot of the networking parameters so you can look at
it after the event. I have a bash function which is currently:
/bin/uname -a
/sbin/ifconfig
/sbin/route -n
/usr/sbin/arp -n -a
/bin/netstat -n -
2 matches
Mail list logo