Re: Re: ssh X forwarding problem - iptables interaction??

2003-04-07 Thread Jeremy Drake
On Tue, 8 Apr 2003, First Last wrote: > > But maybe that rule doesn't apply to ursa's connection > to itself (for the tunneling)? I don't know > enough about iptables to know if that's > the case. Or how to fix it ... iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -i lo -j ACCEPT -- Happiness is

Re: Re: ssh X forwarding problem - iptables interaction??

2003-04-07 Thread First Last
<[EMAIL PROTECTED]> wrote: Your mention of ListenAddress reminded me that ursa is a firewall; I wonder if my iptables rules are responsible for the problem. Are you using iptables on the machine which you have a problem with? I dug into this further and my iptables rules do seem to be the prob

Re: Re: ssh X forwarding problem

2003-04-07 Thread First Last
Karl-Heinz Haag <[EMAIL PROTECTED]> wrote: Quoting First Last ([EMAIL PROTECTED]): > In-reply-to: [EMAIL PROTECTED] > > > Noah Meyerhans <[EMAIL PROTECTED]> wrote: > > >I have the exact same problem [...] > > >I wonder if this has something to do with the fact that /home is an NFS > >mount, > >

iptables rule to block when DNAT is used

2003-04-07 Thread Hanasaki JiJi
Firewall has rules to DNAT incoming traffic to a port on a DMZ box. how can an iptable rule be written to block some ip addresses before they get to the rules iptables -t mangle -A FORWARD AND iptables -t nat -A PREROUTING ???

Re: samba dsa

2003-04-07 Thread Robert Lazzurs
On Mon, 2003-04-07 at 22:35, Fionn Cleary wrote: > Correct me if I'm wrong; is this latest DSA-280 not the 14th March - > Samba 2.2.8 update was this not already 'fixed' in DSA-262? Nope, there is a new bug, see the samba web site for more info. Take care - RL -- MSN:[EMAIL PROTECTED] |"All t

Re: Re: ssh X forwarding problem

2003-04-07 Thread Karl-Heinz Haag
Quoting First Last ([EMAIL PROTECTED]): > In-reply-to: [EMAIL PROTECTED] > > > Noah Meyerhans <[EMAIL PROTECTED]> wrote: > > >I have the exact same problem [...] > > >I wonder if this has something to do with the fact that /home is an NFS > >mount, > > It's reassuring to find out I'm not alone

samba dsa

2003-04-07 Thread Fionn Cleary
Correct me if I'm wrong; is this latest DSA-280 not the 14th March - Samba 2.2.8 update was this not already 'fixed' in DSA-262?

Re: Re: ssh X forwarding problem

2003-04-07 Thread Noah Meyerhans
On Mon, Apr 07, 2003 at 07:02:26PM +0200, First Last wrote: > Your mention of ListenAddress reminded me that > ursa is a firewall; I wonder if my iptables rules are > responsible for the problem. Are you using iptables > on the machine which you have a problem with? Nope, I have no firewalling on

Re: Re: ssh X forwarding problem

2003-04-07 Thread First Last
Noah Meyerhans <[EMAIL PROTECTED]> wrote: On Sun, Apr 06, 2003 at 09:48:42PM +0200, First Last wrote: > It's reassuring to find out I'm not alone with this problem! > My configuration is different, I have no NFS mounts at all. > So the problem can't be related to NFS. Do you have any Lis